msenate
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Greet Box] [Plugin: WP Greet Box] Not working correctly with WP 3.4Forum: Plugins
In reply to: [WP Greet Box] [Plugin: WP Greet Box] Exec PHP inside greeting messageI think it’s generally considered a security risk to permit user-specified fields in the WP admin interface to execute arbitrary PHP, unless of course this is extremely clear and intentional.
Instead, try examining the plugin files and seeing if you can tweak them, or possibly extend them logically and programmatically!
If you make an enhancement, post it back here as a “patch” to improve the application.
I just installed this plugin to test it out, I was able to see a debug message when I opened my wordpress site with a different browser.
Try a new browser or log out to see if the message displays?
I’m using version 3.4.1
Forum: Plugins
In reply to: [Plugin: WP-Polls] Sidebar widget fails to vote, but polls work elsewhereYes, had the same issue. It seems to me this is a feature to handle a fringe case (displaying two polls at same time, once in widget, another in post, but only wanting to take in one vote for the user). I wonder if there’s a better way to handle this case. It seems to me that it’s a pretty likely scenario, and two folks have now been vocal about it.
If it isn’t clear, happy to dive a little deeper in the code and see what’s going on, how it could be improved.
Forum: Plugins
In reply to: [WP-PostRatings] [Plugin: WP-PostRatings] Want to add 2 optionsNo worries. I did a bit of browsing in the codebase for wp-PostRatings, do you think it could be extended to comments (albeit a bit naively)?
If so, I’d be interested in running a little fork with comment support.
If not, I’d also be interested in what you think it will take to approach a wp-CommentRatings plugin proper.
Forum: Plugins
In reply to: [WP-PostRatings] [Plugin: WP-PostRatings] Want to add 2 optionsI had this problem too. I’d be interested in helping to extend wp-postratings into comments. Wondering if the main developer has any thoughts/plans on this.