Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter fudeba

    (@fudeba)

    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 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.

    Thread Starter fudeba

    (@fudeba)

    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.

    Plugin Author Lester Chan

    (@gamerz)

    Hello,

    Why not submit a PR https://github.com/lesterchan/wp-postratings =)

    I will glady merge it in, since it is a simple and good change.

    Thread Starter fudeba

    (@fudeba)

    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.

    Thread Starter fudeba

    (@fudeba)

    Do you want me to put it in GitHub or do not you need it any more? Is it already noted?

    Plugin Author Lester Chan

    (@gamerz)

    Best if you can create a pull in GitHub =)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Request: Link to the post in manage page.’ is closed to new replies.