Is it possible to do the following:
-list of latest posts (instead of topics)
-link to open in new window
Thanks!
Is it possible to do the following:
-list of latest posts (instead of topics)
-link to open in new window
Thanks!
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'>";
:)
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
You must log in to post.