webcomm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Prevent drafts from publishing in RSS feedHas this been fixed? I don’t think it has…
Forum: Plugins
In reply to: Attach Images/Files in Comments. Any Ideas?Just to clarify… that hack will not allow your users to upload images… it will only allow them to use img tags in comments. They could always upload the image to their own server and then hot link to it with an img tag in your comment box.
Forum: Plugins
In reply to: Attach Images/Files in Comments. Any Ideas?Actually, looks like the way to do it is to add this…
'img' => array( 'src' => array(), 'alt' => array(), 'title' => array(), 'height' => array(), 'width' => array(), ),…to the $allowedtags array in /wp-includes/kses.php
Seems silly that this has to be done with a hack when the feature has been requested many times in the forums. : )
-Ryan
Forum: Plugins
In reply to: Attach Images/Files in Comments. Any Ideas?Not possible. There is a plugin called “Comment Image Embedder” but I have not been able to get it to work yet.
Forum: Plugins
In reply to: password protect feedsis it still not possible to password-protect feeds (or at least feed summaries) in WordPress? Is there a way I can disable summaries in the feeds so only the title is visible if the post is password-protected?