shiv379
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: would be nice if it was collapsable in post areaBrilliant! Thanks for that change, that’s the one thing I’ve had a problem with with AIOSEO so far! Hell, I even changed the WP files to auto-hide the upload window because I hate clutter on the new post page! Keep you eyes on http://www.tamingentertainment.co.uk over the next few weeks and you’ll see us move over to the new WordPress based site that uses your plugin 🙂
~Shiv
Forum: Installing WordPress
In reply to: Post Star Rating: Removing stars from pages and feeds…Sorry, my bad, change it to:
function PSR_show_voting_stars_filter($text) { global $PSR; //echo $PSR->getVotingStars(); if ( !is_feed() && !is_page() ) { return $text . $PSR->getVotingStars(); } else { return $text; } }Forum: Plugins
In reply to: Plugin author: Having problems with capabilitiesThanks for the reply 🙂
I had thought that $user was a global variable defined by WP for the current user, I’m guessing that’s not the case?
By breaks the plugin I mean the php chokes and the page doesn’t load. I’m guessing now that that’s because of the $user issue tho. What’s the best way to check if the current user has a cap?Thanks for your advice on the loop to remove the cap from all users, I’ll give that a go!
~Shiv
Forum: Requests and Feedback
In reply to: Cannot Import Blogger.com!I’m having the same problem, had it for 2 days now.