iand
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comment count at zero, even though there are commentsUpgrade your version of Spam Karma to the latest (2.1) and get hold of the compatability plugin:
http://wordpress.org/support/topic/53323?replies=9I think editing the post once you have done that will re-set the comment count
Forum: Fixing WordPress
In reply to: How to disable moxie?Try users > personal options and untick
Use the visual rich editor when writing
and/or: Options > writing and untickUsers should use the visual rich editor by defaultForum: Fixing WordPress
In reply to: Modify the_excerpt()Rather than editing core files, it would probably be easier to use the excerpt_reloaded plugin:
http://guff.szub.net/the-excerpt-reloaded which should do all that you want.Forum: Plugins
In reply to: Exhibit plugin update questionTim, have a try with not using the second (get_currentuserinfo) edit. I can’t remember if I used that or not. If you are still having problems, drop me an e-mail (via my site) and I will send you the files that work for me.
Forum: Fixing WordPress
In reply to: Crazy linksI am not famliar with the theme, but it will most likely be
category.phporarchive.php.
For more information about what files are loaded for what information, have a look at the Template Hierarchy page.As for where to edit, look through the file for
<?php the_content(); ?>it should be somewhere within ‘the loop’ on which you can read about more hereForum: Fixing WordPress
In reply to: Crazy linksThe theme you are using is using
the_excerpt()instead ofthe_content()for showing the categories.
To show links, you can either edit the relevent.phpfile and usethe_content()or take a look at the excerpt_reloaded plugin:
http://guff.szub.net/the-excerpt-reloadedForum: Fixing WordPress
In reply to: Trackback to my WP2.0 doesn’t workTry using Simpletracks until things are fixed.
Forum: Fixing WordPress
In reply to: Updated to 2.0 but now it’s buggy[...]wp-includes/class-IXR.php): failed to open stream: No such file or directory in[...]
Not sure if it the cause, but check your uploaded files to make sure they are all there and none have size 0kb. Also try uploading a fresh copy of class-IXR.php.Forum: Fixing WordPress
In reply to: User registrationOptions > general > membership
There you can set who can register and (if you are using 2.0) the default role.Forum: Fixing WordPress
In reply to: Can’t see icons in “Write” mode in OSXSafari doesn’t play nicely with the wordpress WYSIWYG editor, or the older style quicktags either. One option is to use firefox instead, or you can enable quicktags, though they don’t work as well as they might:
Codex PageForum: Fixing WordPress
In reply to: WP 2.0 broke after database backupFor fixing the theme, it sounds like it could be something to do with incorrect line endings : http://wordpress.org/support/topic/38242
Am not sure about the fixes for your other problems though.Forum: Installing WordPress
In reply to: Can I return to prev ver after i install 2.0 if I don’t like it?The not remembering thing is a bug in w-login.php. There is a fix here:
http://wordpress.org/support/topic/54045
And the editor can be turned off via options which reverts it to the older quicktags.Forum: Fixing WordPress
In reply to: List Pages w/ Capital Letterstext-transform: capitalizein the right place in your css should work.
http://www.w3schools.com/css/pr_text_text-transform.aspForum: Fixing WordPress
In reply to: Email for each new comment/post?For e-mails when new comments are posted:
Subscribe to comments
For e-mails when new posts are made:
Subscribe2Forum: Fixing WordPress
In reply to: Inserting SymbolsNot sure what sort of symbols you need for phonetics but they are generally added as html entities. This page should help you out I hope:
http://www.htmlhelp.com/reference/html40/entities/