fudeba
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostRatings] Request: Link to the post in manage page.Do you want me to put it in GitHub or do not you need it any more? Is it already noted?
Forum: Plugins
In reply to: [WP-PostRatings] Request: Link to the post in manage page.I’m sorry the way, but I do not understand how the contributions work here, I thought that just posting here in the forum would be enough.
Forum: Plugins
In reply to: [WP-PostRatings] Request: Link to the post in manage page.It is sad but a year went by and there was no interest from the Author to implement something so simple and banal, but that helps a lot the navigation.
Forum: Plugins
In reply to: [WP-PostRatings] Request: Link to the post in manage page.Strange… code is trunked… try again:
Open postratings-manager.php in text editor. Go to line 348. You find line like:
echo "<td>$postratings_posttitle</td>\n";Change this line to:
echo '<td><a href="'.$postratings_post_url.'" target="_new">'.$postratings_posttitle.'</a></td>'."\n";Go to end of line 307 and insert new line after this, with this code:
$postratings_post_url = get_permalink( $postratings_postid ); //URL to PostNow you have this:
http://www.crashcomputer.caetano.eng.br/temp/link_postratings_manage.jpg
Click in post tittle, now open a new window to post selected.
Forum: Plugins
In reply to: [WP-PostRatings] Most Recent votesThis solution not is recent voted, but similar:
<?php if (function_exists('get_highest_score_range')): ?>This show most voted post on last 7 days.
Forum: Plugins
In reply to: [WP-PostViews] Request: Link to the post in manage page.Ops… sorry, this request is for WP-POSTRATINGS!