Truth
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: “more”-quicktag missing in 2.0no problem, glad it got fixed for ya 🙂
Forum: Alpha/Beta/RC
In reply to: “more”-quicktag missing in 2.0I’m using wp 2.0 🙂
By the way, if reuploading doesn’t help, maybe you would like to use the more manual approach
adding this
edButtons[edButtons.length] =
new edButton('ed_more'
,'more'
,'<!--more-->'
,''
,'t'
,-1
);
into your quicktags.js fileForum: Alpha/Beta/RC
In reply to: “more”-quicktag missing in 2.0html tag? u mean the “close tags”? I have the close tags last with “lookup” in front and the more is infront too, hmmm.. sorry no idea. maybe try reuploading the quicktags.js file?
Forum: Alpha/Beta/RC
In reply to: “more”-quicktag missing in 2.0Hmm. the more quicktags is on mine though,, it’s right beside the code tag
Forum: Fixing WordPress
In reply to: Wrapping text around images and code validationI like the clean design of it 🙂
Anyway, I viewed it in firefox, I think the red border only appear when I hover over valid xhtml image.
Forum: Fixing WordPress
In reply to: Wrapping text around images and code validationHmm. maybe you can provide a link to the error or validation so that we can help?
By the way, if I’m not wrong, even if there are no content in between divs, it should not result in a validation error either. (because it does not on my site ;p)
Forum: Fixing WordPress
In reply to: Wrapping text around images and code validationno problem. I hope it works.. =]
Forum: Fixing WordPress
In reply to: Wrapping text around images and code validationjust a suggestion..
you can apply a css style to it for eg
you use <div style=”image”></div>
and apply this style to your CSS
.image
{
clear: both;
}hope this helps 🙂
Forum: Fixing WordPress
In reply to: Nicer URLsYup, I’m looking for that too for some time but no one has yet to know how to write the rewrite rules. Hope someone who has some idea how to go about doing it could help. 🙂
Forum: Fixing WordPress
In reply to: WP2.0 not sending TrackbacksMy ping backs didn’t work too. Any idea?
Forum: Plugins
In reply to: DB Error with Download managerI just realise this only happens when I am login to wordpress and click on the dl links. When I’m logged out, it works fine. Any idea? Or should I just ignore this error?
Forum: Fixing WordPress
In reply to: Nicer URLsThanks Ajay for the link but it didn’t have really what I mean. Hmm.. I read through
http://httpd.apache.org/docs/misc/rewriteguide.html
too but still don’t know how to edit the htacess like the ones ozh has written.
point me in the wrong direction?
Thanks
Forum: Fixing WordPress
In reply to: Nicer URLsCan anyone with some knowledge of htacess help me with that? In need of desperate help. Thank you =)
Forum: Fixing WordPress
In reply to: SmilesThe link which LesBessant has mentioned above worked in WordPress 2.0. I think many have tried that and it worked fine for all of us.
Try this?
http://comox.textdrive.com/pipermail/wp-testers/2005-November/000555.html
Forum: Plugins
In reply to: Link Issue with WP STATSworking great. thanks =D