Ozh
Forum Replies Created
-
Forum: Plugins
In reply to: [Sharedaddy] Sharedaddy: Wrong link, line #62Also, clicking on a “delete service” link brings this: http://grab.by/6ahg
Forum: Requests and Feedback
In reply to: Potential WordPress.org Improvement ProjectsThe contribution point / reputation system would definitely add stickiness to the forum. This in itself is probably why stuff like StackOverflow are so popular (see thread lately in wp-hackers). Definitely what the forums lack most IMO.
I think anything that can encourage contribution, whatever its form, is good, even something that’s as flimsy as reputation points. Then make cool widgets/badges to show on sites etc.
Forum: Plugins
In reply to: [Plugin: Ozh’ Admin Drop Down Menu] Don’t push upgrades before WP doesWP 3.0 was supposed to be out yesterday. And I’ll be offline for the next 4 days 🙂
Forum: Plugins
In reply to: WP-Syntax: Looking for a new maintainerSent a mail asking for a few details!
Forum: Fixing WordPress
In reply to: blog being attacked!? plz helpYou’re just seeing the cookies (named wp_ozh_wsa_XXX) that are being set. Nothing related to my plugin.
Forum: Plugins
In reply to: How to make RSS summary feeds show 300 characters not just 50Plugin:
<?php /* Plugin Name: 300 Plugin URI: http://planetozh.com/ Description: excerpt = 300 Author: Ozh Author URI: http://planetozh.com/ */ add_filter('the_excerpt_rss', 'iwant300words'); function iwant300words() { return the_content_rss('Read ON', FALSE, '', 300); } ?>This said, I think you don’t get what RSS are for, as I have already answered to your comment on my blog.
Forum: Plugins
In reply to: can’t save Viper’s Video Quicktags options after upgrading to 6.0.1Fixed. Download latest.
Forum: Plugins
In reply to: can’t save Viper’s Video Quicktags options after upgrading to 6.0.1Oh. When *saving*. The message on my blog was vague.
Indeed. Will look into this.
Forum: Plugins
In reply to: can’t save Viper’s Video Quicktags options after upgrading to 6.0.1I’m running, using and activating both my Admin Drop Down Menu & Viper’s Video plugin without any problem.
Seems the problem is on your side (incorrect editing/uploading of plugins or whatever)
Forum: Plugins
In reply to: [Plugin: Ozh’ Better Feed] How to setup?Get the plugin again. New version is more friendly regarding setup.
Forum: Plugins
In reply to: [Plugin: Ozh’ Admin Drop Down Menu] totally awesomeWord! 🙂
Forum: Fixing WordPress
In reply to: How can I re-enable the “more” tag for partial content in RSS feeds?Peeps, this is not a bug, this is how WP is made to behave.
Give this plugin a try: Better Feed to add “Read more” links (and more things like a copyright notice , a “Add to delicious” or anything you’d like in your feed item footers)
Forum: Fixing WordPress
In reply to: More tag doesn’t working in RSSPeeps, this is not a bug, this is how WP is made to behave.
Give this plugin a try: Better Feed to add “Read more” links (and more things like a copyright notice , a “Add to delicious” or anything you’d like in your feed item footers)
Forum: Plugins
In reply to: Plugin for splitting posts in the feed?Updated.
Forum: Plugins
In reply to: [Plugin: Admin Drop Down Menu] NextGen Gallery ConflictNow fixed, update! 🙂