- Adres van je forum: http://www.natuurshot.nl
Event. modificaties op je forum:
Wanneer ontstond het probleem?
phpBB versie: 3.0.6
Heb je onlangs iets veranderd aan je forum?
Wat is het probleem?
Ik heb de instructies op de link: http://wiki.phpbb.nl/Koppelingen_in_nie ... r_(phpBB3)
Uitgevoerd Ik heb echter acidtech als style. Daarin komt de eerste code die veranderd moet worden niet voor.
links tussen url tags wordt nu al wel geopend in een nieuw venster "kale" links zonder tekst in de tekst nog niet.
Hoe krijg ik ook de "kale" links zonder url tags geopend in een nieuw venster?
ipv deze code in forumlist_body.html:
Code: Selecteer alles
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">
Code: Selecteer alles
<!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT -->
{$CA_BLOCK_START}
{$CA_CAP2_START}<!-- IF forumrow.S_IS_CAT --><h4><a href="{forumrow.U_VIEWFORUM}">>{forumrow.FORUM_NAME}</a></h4><!-- ELSE -->{L_FORUM}<!-- ENDIF -->{$CA_CAP2_END}
<table class="tablebg" cellspacing="{$CA_SPACING}" width="100%">
<tr>
<th colspan="2"> {L_FORUM} </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th width="175"> {L_LAST_POST} </th>
</tr>
<!-- ENDIF -->