Groep verschijnt niet
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Maakt niks uit of ik de groep nu verborgen of open maak. Je ziet hem niet. Ik zou graag hulp hebben om eens uit te spitten waar het hem nu in zit ... ik heb geen speciale moderator mods. Bij mijn vorige forumversie overigens, kon ik 1 groep zichtbaar maken, terwijl andere groepen niet verschenen.
In de index_body staat bijvoorbeeld deze code, dus wat er in moet staan staat er in:
In de index_body staat bijvoorbeeld deze code, dus wat er in moet staan staat er in:
Code: Selecteer alles
<tr>
<td class="row" align="center" valign="middle" width="30" height="30"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="23" height="23" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row" width="100%" onMouseOver="this.style.backgroundColor='F0F0F0'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="FFFFFF" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'">
<a class="<?php echo ($new_item ? 'forumlink_new' : 'forumlink'); ?>" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
<span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="moderators">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
<td class="row" align="center" valign="middle"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
<td class="row" align="center" valign="middle"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
<td class="row" align="center" valign="middle" nowrap="nowrap"> <span class="<?php echo ($new_item ? 'gensmall' : 'gensmall_dark'); ?>"><?php echo ($new_item ? str_replace('icon_latest_reply', 'icon_newest_reply', $forumrow_item['LAST_POST']) : $forumrow_item['LAST_POST']); ?></span></td>
</tr>