Request: Link to the post in manage page.
-
Hello. To better work, please, add hyperlink on post tittle in manage page.
I made by my self, and working ok. Sugestion to add this on next release:
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>‘.$postratings_posttitle.’</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 Post
Now 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.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Request: Link to the post in manage page.’ is closed to new replies.