Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1753

phpBB Custom Coding • Re: Forum Type "Link" open new Window

$
0
0
Hello,

Open forumlist_body.html
Find:

Code:

<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a>
Replace with:

Code:

<a href="{forumrow.U_VIEWFORUM}" class="forumtitle"{% if forumrow.S_IS_LINK %} target="_blank"{% endif %}>{forumrow.FORUM_NAME}</a>

Statistics: Posted by cabot — Sun Mar 24, 2024 1:22 pm



Viewing all articles
Browse latest Browse all 1753

Trending Articles