iand
Forum Replies Created
-
Forum: Themes and Templates
In reply to: connections templateYou have an error on line 165 according the validator
Try correcting it and see that solves it. (I think the<ul>is in the wrong place).Forum: Fixing WordPress
In reply to: fixing 2 posts having same url linkCan you not add
/%day%/to your permalink structure? (unless you have posts on the same say with that title).Forum: Themes and Templates
In reply to: connections templateTry adding the following to your css:
.pagenav {
list-style-type:none;
}Forum: Plugins
In reply to: Redirecting A Specific Topic To A PageYou will need to exclude the category from your main page – search here and the codex that (there are many, many threads). As for the moblog page, the easiest way is to make a link to that category i.e. somethinghere/category/ketai/ (or the equivalent non-nice permalink version).
Forum: Everything else WordPress
In reply to: show/hide “allowed html” textTry these threads. Should be something there to get you started:
http://wordpress.org/support/search.php?q=kadabraForum: Fixing WordPress
In reply to: letting users login and post immediatelyMaybe this post will help?
http://asymptomatic.net/wp/2005/02/24/1336/ffaf-logistics-and-wordpress/Forum: Installing WordPress
In reply to: HELP with database detailsYou edited the wrong section:
http://codex.wordpress.org/Editing_wp-config.phpForum: Plugins
In reply to: Idea for a pluginweighted list does what you want (I think, I haven’t used it for a while).
Forum: Installing WordPress
In reply to: Can visitors signup and start their own separate blog using WP?No. Alternatives are disscussed here:
http://codex.wordpress.org/Installing_Multiple_Blogs#Alternative_WordPress_ProjectsForum: Plugins
In reply to: Exhibit 1.1d for WP 1.5 : Fatal ErrorsTry this:
http://wordpress.org/support/topic/33189?page=1#post-187843
There are some other ways of fixing in that thread too I think.Forum: Plugins
In reply to: Mailing friend on new postYou could always search for it.
Forum: Fixing WordPress
In reply to: playing with backup databaseIt shouldn’t break anything, though you might want to look at coldforged plugin that allows you to whack spam-tagged comments from the comfort of your admin interface.
http://www.coldforged.org/paged-comment-editing-plugin/Forum: Fixing WordPress
In reply to: A ChallengeGreen = active, at least in non-IE browsers.
Forum: Fixing WordPress
In reply to: Exhibit plugin: which folder does it upload images to?You might be able to set exhibit to use the same folder. If your old pics are in WProot/somewhere/oldpics, try setting
imagedir='somewhere'and see if that allows you to navigate to oldpics.Forum: Fixing WordPress
In reply to: Exhibit plugin: which folder does it upload images to?It might be I am using an older version of exhibit. If you open exhibit10.cfg, there are the lines
# imagedir is the base directory where images are located
# It must be located in your WordPress root (not your web root)
imagedir='images'
so you need the folder ‘images’ in you WP root folder.There are some 100+ post threads on exhibit around so I would try to find them and see if they have any extra info.