E
Forum Replies Created
-
Forum: Plugins
In reply to: RSS feed on a page – with full descriptionIf you go to /wp-admin/options-reading.php you’ll get the option to show full text on rss feed. It should be enabled by default. Be sure to check the <content:encoded> tag in the RSS for full content. The default viewer in Firefox only shows <description>, which is just the summary. When you load into a proper reader it gets content though.
Forum: Plugins
In reply to: Call my plugin’s function each time a comment is published or removedI would use ‘comment_post’ for new posts. It’s described as:
Runs just after a comment is saved in the database. Action function arguments: comment ID, approval status (“spam”, or 0/1 for disapproved/approved).
And for deleting, try ‘delete_comment’
These hooks will take into account the different comment types.
Forum: Plugins
In reply to: Use with get_the_excerptTry using the-excerpt-reloaded (with this fix)
Forum: Plugins
In reply to: Counting WP Plugin Downloads…You can link directly and the counter will increase
Forum: Plugins
In reply to: How do I remove my plugin from the WP Plugin DirectoryI’ve emailed about removing old plugins and have had no success.
Forum: Plugins
In reply to: Problem with wp_insert_postthe code gets stuck in an infinite loop. wp_insert_post calls publish_post which calls wp_insert_post so on and so on. I am looking for a clean way to resolve this issue as well. hopefully i won’t have to resort to wpdb calls.
Forum: Requests and Feedback
In reply to: [Plugin: Commentpress] Feedback on CommentPressWell, forget that old link, the plugin name changed to digress.it. I can’t seem to delete that old repository though.
http://wordpress.org/extend/plugins/digressit
Screenshots and examples at http://digress.it/
Forum: Plugins
In reply to: Remove Plugin From Repository?I really need to delete an old plugin. It’s causing confusion with the new plugin name!
Forum: Plugins
In reply to: How to remove plugin from repository/svnI want to know as well! i renamed my plugin and it’s causing confusion… i need to remove the old ones.
Forum: Plugins
In reply to: [Plugin: digress.it] which one is it?sorry about the confusion. it’s been a hassle from my end as well. but digressit is the one that’s in active development.