Truth
Forum Replies Created
-
Forum: Plugins
In reply to: Comments Quicktag PluginHmm.. no idea either, I don’t think its the smilies though because lots of people are running wp grins with the quicktags. Can’t get it to work, the quicktags just don’t appear. Help anyone?
🙂 Thank you
Forum: Themes and Templates
In reply to: Background images not showing in IE and FIREFOXRight.
In firefox 1.5,
I can see the grey background at the sidebar with the icon on the index page but not in other pages
In my IE 6, I can see it too
Is it green? It shows up as grey on mine like this one
http://clearwaterart.com/wordpress/wp-content/uploads/2006/01/operabgimages1.jpgForum: Requests and Feedback
In reply to: Requestno problem, hope it works for you 🙂
Forum: Themes and Templates
In reply to: Background images not showing in IE and FIREFOXHmmm. which background image are you referring to?
I view it in IE, Firefox and Opera and all looks the same?
Forum: Fixing WordPress
In reply to: Inverse comments order in 2.0Did you replaced all the
comment_approved = ‘0’ ) ) ORDER BY comment_date”);
with
comment_approved = ‘0’ ) ) ORDER BY comment_date DESC”);
Because if you don’t, it wouldn’t work too
Forum: Fixing WordPress
In reply to: Weird line height with smiliesThanks Podz,
that didn’t work but I change it to
.wp-smiley {
margin-top: 3px;
}and it worked.. 🙂
thank you 🙂
Forum: Alpha/Beta/RC
In reply to: Smilies in the Admin screensstyril: Try this instead to see if it works, works for me 🙂
http://comox.textdrive.com/pipermail/wp-testers/2005-November/000555.html
Forum: Requests and Feedback
In reply to: RequestHmm.. I have a tut for converting normal layouts into wp themes
http://liberta.espoireve.com/visitors/tutorials/customising-wordpress/
not sure whether it would be of help but it’s worth a try 🙂
Forum: Fixing WordPress
In reply to: Comment orderhttp://wordpress.org/support/topic/57046?replies=5
opposite to this one?
Forum: Fixing WordPress
In reply to: Can I use PHP in my messages?Using PHP? Running PHP in pages?
Yes. It’s possible to use PHP in pages, just use a plugin for that
A list of the plugins to run PHP
http://codex.wordpress.org/Plugins/Posts_Formatting
I think only EXEC PHP works in wordpress 2.0
http://www.soeren-weber.net/post/2005/08/18/50/Forum: Fixing WordPress
In reply to: Inverse comments order in 2.0Right, thanks Podz..
Help anyone? Calling for help?
Any idea how to fix the above?
🙂
Forum: Fixing WordPress
In reply to: Inverse comments order in 2.0Thanks Podz 🙂
It’s working.. Just a question.. I’ve got a comment number generated by the following code
I’ve this at the top of the comments template
$commentcount=1;
And this where I want the comment number to show up
<div class=”commentnumber”><?php echo $commentcount++;?></div>
When I inverse the comments, the comment number shd be 5, 4, 3, 2, 1 instead of 1, 2, 3, 4, 5..
Any idea how to change that as well?
thanks =D
Forum: Fixing WordPress
In reply to: Change the default text of protected postCorrection: Use this site search, could found nothing but I found it with a google search.. sorry about that
Forum: Fixing WordPress
In reply to: NO 404 page. Whatever address you type in WP2.0Mine used to also direct to the homepage when I type in a URL that don’t exist. But after I’ve made a custom 404 page and upload it into my theme folder. Whenever I type in a URL that don’t exist, the 404 page turns up. It’s working in wp 2.0 and I didn’t edit the .htaccess file at all. 🙂
Forum: Plugins
In reply to: Adding PHP in postsTry EXEC PHP..
I’m using on my wp 2 and it’s working for me 🙂
http://www.soeren-weber.net/post/2005/08/18/50/
// the link from the site is down though =(