Len
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help with a new themeThe problem is you indicate you are using WordPress 2.2.2 while
<?php the_tags(); ?>was first introduced in 2.3Also, if you don’t upgrade your installation you’ll have more to worry about then simple
call to undefined functionerrors.Forum: Plugins
In reply to: [Plugin: Bad Behavior] Cleaning LogYou can’t do it from the plugin interface but you can delete the logs by directly accessing the database via phpMyAdmin.
1. Select your database.
2. Check the box beside the Bad Behaviour table and from the drop down menu choose “Empty”. This will delete the accumulated data. Make sure you choose EMPTY. Here is a screen capture.Forum: Installing WordPress
In reply to: wp-content/plugins directoryAfter you unzip the plugin on your HD, upload it to your site using a reliable FTP like Filezilla. Be sure to read any documentation that comes with the plugin so that you avoid the “nested” folders problem.
Forum: Fixing WordPress
In reply to: Imported posts/categories won’t direct to it’s own pageDid you even update permalinks at all? I doubt it. You said you created your own htaccess file. If you’re using “pretty permalinks” WordPress automatically creates it. It’s contents look like…
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressMore on using Using Permalinks.
Forum: Fixing WordPress
In reply to: Entire blog just disappeared – please helpIf my blog was that important to me I wouldn’t rely on a plugin to perform that task. Do it the proper way. 🙂
Forum: Fixing WordPress
In reply to: Help! How do I remove a WP dissolve pop up window?Forum: Fixing WordPress
In reply to: Yikes! People are commenting under the ADMIN accountStill seems normal to me.
Forum: Fixing WordPress
In reply to: Yikes! People are commenting under the ADMIN accountI just left a test comment. Didn’t notice anything unusual. (assuming you mean this blog –> http://www.petlvr.com/blog)
Forum: Fixing WordPress
In reply to: Internal Server Error… sighThat particular error is almost always a host problem.
Forum: Plugins
In reply to: Flag post pluginI installed and tested it on my live blog prior to posting the link here and it worked for me.
Open report-post.php and go to line 253. Uncomment this line –>
//add_filter('the_content', 'rp_process');so that it reads –>
add_filter('the_content', 'rp_process');The “Report Post” link will now appear at the end of your posts.
There was another plugin I tested some time ago that worked even better than the above but unfortunately it is no longer being maintained.
http://wunder-ful.com/programming/wordpress-plugins
The download link renders a 404 and I don’t see any contact info for the author on the site.
As a side note, Dagon Design has a report comments plugin. If you ask them nicely perhaps they may get around to modifying it.
Forum: Plugins
In reply to: Flag post pluginForum: Everything else WordPress
In reply to: Blog home page redirecting to deleted post pageHmmm, are you using some kind of “redirect” plugin?
Forum: Fixing WordPress
In reply to: xmlrpc.php file necessary? Getting hacked – can I remove the file?Can I remove the file?
Yes. You can safely delete it. But – assuming your are using the latest version of WordPress, and you should – you don’t really need to. As of 2.6 you can deactivate XML-RPC from within your Dashboard. Settings -> Writing and scroll down to Remote Publishing where you will see a checkbox to activate/deactivate remote publishing. (Enable the WordPress, Movable Type, MetaWeblog and Blogger XML-RPC publishing protocols.)
If you’re constantly getting hacked make sure you’re using the latest version of WP. Have you checked your plugins? Perhaps you’re using an outdated/vulnerable one? You may want to read Hardening WordPress.
Forum: Fixing WordPress
In reply to: Coping one blog to a new domain ?When you downloaded the sql file did you change the URL? I suspect not.
Forum: Everything else WordPress
In reply to: WP deserves a better forumHi psykonevro,
To view user’s posts simply click “Member” under their individual names. This will bring you to their profile page where you can see 2 columns –> Replies and Threads Started.
Actually there is a plugin available for bbPress which notifies users of replies to their threads. I’ve mentioned before that perhaps it could be used here.
With respect to the answer rate I agree, many threads go unanswered here but that is not the fault of the volunteers – and we are all volunteers doing this is our spare time. Of the thousands of WordPress users out there there are only a dozen or so that help out here on a regular basis. You do the math. 🙂