absolut
Forum Replies Created
-
Forum: Plugins
In reply to: NEW PLUGIN – Custom Field GUIWow, this is really cool. Just today I was wondering how to do something like this.
Forum: Fixing WordPress
In reply to: Login Problems – one more time (please developers???)I’m also having problems logging in. I checked the cookies and the path that is set is just “http:/”.
Forum: Everything else WordPress
In reply to: Mozilla weirdness and the WP siteYup, I have the same problem, it’s very puzzling. check this thread:
http://ww.wp.xz.cn/support/7/5146Forum: Fixing WordPress
In reply to: How add code snippets?Hey, that text encoder is nifty! Has anyone created a bookmarklet so that we can easily access the page? Or could someone create one, please?
Forum: Themes and Templates
In reply to: change smiliesoops, nevermind, I found it. 🙂
Forum: Everything else WordPress
In reply to: Help with markup problemor maybe you could do
blah blah blah
more textForum: Everything else WordPress
In reply to: Help with markup problemYou’re not nesting the tags properly. You have
blah blah blah
more textwhen it should be
blah blah blah
more text
Forum: Installing WordPress
In reply to: Movable Type – to – WordPressJust so you know there’s a script for converting from mt to b2 – maybe it could be tweaked to work for wordpress as well?
Forum: Plugins
In reply to: format numbers in postwhat exactly does this code do? switch the number “1” to “one”?
Forum: Themes and Templates
In reply to: WordPress DesignI like the WordPress layout more too, especially the font choice. 🙂
Forum: Installing WordPress
In reply to: Installation problem:relative pathI had the same problem too, the getenv(‘DOCUMENT_ROOT’) showed /home/httpd/html, which isn’t where I put my files. I manually set the $abspath variable though and it worked after that.