xtool
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: UnicodesYes.
When I make a post, the unicodes are working fine while writing, but after I made a post that is when I get “?” character. Any help would be appreciated. Thanks in advance.
Forum: Fixing WordPress
In reply to: UnicodesIt works here but not on my blog.
Instead of this ” ê” I get this “? “.
Forum: Plugins
In reply to: Exhibit 1.1d for WP 1.5 : Fatal ErrorsThank you.
By adding these lines before: get_currentuserinfo()
$incfile = ‘wp-includes/pluggable-functions.php’;
$c=0;
while(!is_file($incfile))
{
$incfile = ‘../’ . $incfile;
$c++;
if($c==30) {
echo “Could not find pluggable-functions.php.”;
exit;
}
}
require_once($incfile);Thanks IanD
Forum: Fixing WordPress
In reply to: Can not open PHP (using IE)That fixed it. Thanks a bunch!
Forum: Your WordPress
In reply to: ThisIsEnnis.comOh my! Wow!
I love your blog! Very clean and easy to read. It’s very simple and pretty. Thanks for sharing with us!
Forum: Themes and Templates
In reply to: new Theme! Summer KissOh my! That also looks wonderful.
Forum: Themes and Templates
In reply to: new Theme! Summer KissLooks very nice. I like it. Good job!
Forum: Your WordPress
In reply to: Check out “Illuminati” styled Mallow/KubrickI love your blog! Well done.
I have a question for you. I also love your Photoblog. Could please share with us what did you used for that?
Thanks in advance
Forum: Fixing WordPress
In reply to: Spammers of the World, I salute you.Amen!
Forum: Requests and Feedback
In reply to: Categories Sort PluginI forgot to add. My 3-columns supports both IE and Firefox.
Forum: Requests and Feedback
In reply to: Categories Sort PluginI think I’ve posted something similar a while back. It would be neat though but it mgiht not work or might take some works.
3 columns are easily config by a few editing on your style sheet and sidebar.php . I find it very easy with the new WordPress 1.3 nightly build. You can check out my 3-columns with image background + image header + image footer + Flash banner:
http://www.forceforge.comForum: Fixing WordPress
In reply to: Admin’s Users Option ErrorOK. Fixed!
Upgraded to 1.3-alpha-5 2004-12-16 Nightly Built.
Thanks for the help friend.Forum: Fixing WordPress
In reply to: Admin’s Users Option ErrorI’m not sure if I understand but I never deleted profile.php nor uploaded new one.
Ever since I’ve ran into this issue, I did upload the latest profile.php and still the error exists. So I deleted the file and upload a clean and still I received the same error.
Is there a fix for this?
Thanks You.Forum: Fixing WordPress
In reply to: Admin’s Users Option ErrorThe line 78 one profile.php displays this:
$newuser_url = wp_specialchars($_POST[‘newuser_url’)];Forum: Fixing WordPress
In reply to: Missing menus in IE onlyI had the same problem as well but I did something and fixed it.
Well. . . that awhile ago and goofy of me trying to update my blog and overwrite it by mistake and now I’m back in the same boat.
I’ll see if I can figure it out and keep you updated.