Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi intimez,

    New posts would require quite a bit of changes, but you can get “open in window” by editing /wp-content/plugins/phpbb-recent-topics/display
    /display.php

    Change….

    echo "<a href='" . $SITEURL . "/viewtopic.php?t=$topic->topic_id'>";

    to

    echo "<a target=\"_blank\" href='" . $SITEURL . "/viewtopic.php?t=$topic->topic_id'>";

    🙂

    Thread Starter intimez

    (@intimez)

    For recent post, I thought I can simply change phpbb_topics to phpbb_posts and it would work. Obviously I’m not a coder.

    Thanks linichx, “open in new window” works!

    DUDEEEEEEEEEEEEEEEEEEEEEE

    I NEED LATEST TOPICS TOO, PLEASE TELL THE WAY HOW TO DO IT

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: phpbb_recent_topics] Additional options?’ is closed to new replies.