Snat
Forum Replies Created
-
Forum: Your WordPress
In reply to: Complete Overhaul of my Blog — What do you Think?I have to say, your blog looks very nicely designed 🙂
Forum: Everything else WordPress
In reply to: Import fatal error: Can you help?If you can send me the WXR file to my personal e-mail address, I will get it to you as a .sql. I do not ask for any payment but I wouldn’t turn down a pint 😉
There won’t be any broken links and I am willing to work with ya to get it sorted. Load up the image below and my e-mail is listed on it. Once I turn it onto a .sql for you, I will explain how to get this onto your host. Once that is done, you will be able to use it normally 🙂
Forum: Themes and Templates
In reply to: Right align bullet pointsI tried it in Google Chrome and IE.
Guessing that I might have some other CSS overwriting it 🙁
Forum: Themes and Templates
In reply to: Right align bullet pointsUmm, this didn’t seem to do anything. All I can guess to do is remove the actual bullet point until I can work it out lol
Forum: Everything else WordPress
In reply to: Import fatal error: Can you help?That error is a PHP error that is often caused either by lack of memory on your host or incorrect permissions.
If you have access to PhpMyAdmin, I could do this one thing for you. If you could send me the WXR, I could restore it on my system and then create the sql for you which you then import into your database at your host.
If you don’t want to do that, contact your host and tell them you are having memory issues.
Forum: Everything else WordPress
In reply to: Getting Error Upon Sign INReplace this file (/home/tagleent/public_html/blog/wp-admin/includes/template.php) with the copy from the original script.
By the looks of it, you have tried to made a edit to the admin page which doesn’t go well.
Forum: Plugins
In reply to: Defining WordPress URL in wp-config.phpAhh right. Many thanks for this. This has worked exactly as I needed it too.
Forum: Plugins
In reply to: [Plugin: really static] Does Really-Static work with qTranslateIt would be very grateful 🙂
I would love to use your plugin, but sadly I can’t give up qTranslate.
Forum: Plugins
In reply to: New plugin: VVVI – visually integrates apps (tried phpbb & mediawiki)Nevermind, worked it out now.
Nice plugin 🙂
Forum: Plugins
In reply to: New plugin: VVVI – visually integrates apps (tried phpbb & mediawiki)Well, I will add to this. I am getting the following error. Guessing I ain’t understanding how to do this …
Fatal error: Uncaught exception 'VVVIError' in /home/snat/domains/matthewellis.co.cc/public_html/w3/wp-content/plugins/vvvi-0.1/vvvi.php:317 Stack trace: #0 /home/snat/domains/matthewellis.co.cc/public_html/w3/wp-content/plugins/vvvi-0.1/vvvi.php(52): VVVI->error('bad base & uri') #1 /home/snat/domains/matthewellis.co.cc/public_html/w3/wp-content/plugins/vvvi-0.1/vvvi.php(32): VVVI->add_query_string() #2 /home/snat/domains/matthewellis.co.cc/public_html/w3/wp-content/plugins/vvvi-0.1/vvvi.php(25): VVVI->pwn() #3 /home/snat/domains/matthewellis.co.cc/public_html/w3/wp-content/themes/matthew/community.php(10): VVVI->integrate('http://google.c...') #4 /home/snat/domains/matthewellis.co.cc/public_html/w3/wp-includes/template-loader.php(37): include('/home/snat/doma...') #5 /home/snat/domains/matthewellis.co.cc/public_html/w3/wp-blog-header.php(16): require_once('/home/snat/doma...') #6 /home/snat/domains/matthewellis.co.cc/public_html/w3/index.php(17): require('/home/snat/doma...') #7 {main} thrown in /home/snat/domains/matthewellis.co.cc/public_html/w3/wp-content/plugins/vvvi-0.1/vvvi.php on line 317Forum: Plugins
In reply to: Display 5 Most Recent Posts on Top of Index.phpNevermind my last post. Try
if (is_home()) { Loop code here }Forum: Plugins
In reply to: Display 5 Most Recent Posts on Top of Index.phpI am not sure if this will work at the top of my head however, I am guessing that you could try the following. I have not tested the code, it is written in just a few seconds but try it. You never know what might happen.
$AreWeHome = is_home(); if ( $AreWeHome == "yes" ) { <em>The loop code</em> } else { <em>What you want to display if it isn't the home page</em> };Forum: Everything else WordPress
In reply to: Multi UsersWordPress MU may be what you are looking for.
Forum: Everything else WordPress
In reply to: WordPress is loading very slow – HELPTry disabling any plugins that you might be using and try again. If it is still slow, then contact your webhost.
Forum: Everything else WordPress
In reply to: Problem importing posts from wordpress.comCHMOD the following folder to 777 – /www/uuuq.com/n/i/l/nilsvk/htdocs/wp-content
Then change it back once the import is done.