is deze mod goed?
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.

is deze mod goed?
Hallo ik wil deze mod op mijn forum, maar wil eerst even weten of
deze mod goed is en of ik wel de juiste heb haha.
http://www.phpbbhacks.com/download/1238
Ik wil de laatste geposten berichten laten zien onder aan het forum,
heb ik de goede?
bedankt alvast :thumb:
deze mod goed is en of ik wel de juiste heb haha.
http://www.phpbbhacks.com/download/1238
Ik wil de laatste geposten berichten laten zien onder aan het forum,
heb ik de goede?
bedankt alvast :thumb:
Adds small table (3 columns) to the top of the forum index with the 5 latest posts, 5 most replied to topics and the 5 most viewed topics.
Vrij vertaald:
Deze mod voegt een kleine tabel (3 kolommen) toe op de top van je forum index met de 5 laatse berichten, 5 meeste beantwoorde topics en de 5 meest bekeken topics.
Is dit wat je bedoeld
Vrij vertaald:
Deze mod voegt een kleine tabel (3 kolommen) toe op de top van je forum index met de 5 laatse berichten, 5 meeste beantwoorde topics en de 5 meest bekeken topics.
Is dit wat je bedoeld
Ik denk dat iemand je hier best wel wilt helpen met het vervangen van de plaats. Ik ben even aan het kijken of het kan
edit:
Open
Find
BEFORE, ADD
En hier een kadootje van mij 
OPEN
FIND
BEFORE, ADD

Open
Code: Selecteer alles
Templates/SubSilver/index_body.tpl
Code: Selecteer alles
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
</td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>
Code: Selecteer alles
<!-- Top Topics on Index 1.1.0 - Begin Code Addition -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th width="25%" class="thTop" nowrap="nowrap"> {L_TOPICSRECENT} </th>
<th width="38%" colspan="2" class="thTop" nowrap="nowrap"> {L_TOPICSPOPULAR} </th>
<th width="37%" colspan="2" class="thTop" nowrap="nowrap"> {L_TOPICSPOPULARVIEW} </th>
</tr>
<!-- BEGIN topicrecentpopular -->
<tr>
<td width="29%" class="row2" align="left" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSRECENT}</span></td>
<td width="31%" class="row2" align="left" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULAR}</span></td>
<td width="6%" class="row2" align="center" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULARC}</span></td>
<td width="29%" class="row2" align="left" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULARVIEW}</span></td>
<td width="6%" class="row2" align="center" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULARVIEWC}</span></td>
</tr>
<!-- END topicrecentpopular -->
</table>
<!-- Top Topics on Index 1.1.0 - End Code Addition -->

OPEN
Code: Selecteer alles
Language/Dutch/lang_main.php
Code: Selecteer alles
//
// That's all, Folks!
// -----
Code: Selecteer alles
//------------------------------------------------------------------------
// Top Topics on Index 1.1.0 - Begin Code Addition
//
$lang['TopicsRecent'] = "Recente Topics";
$lang['TopicsPopular'] = "Populaire Topics (Op antwoord)";
$lang['TopicsPopularView'] = "Populaire Topics (Op aantal keer bekeken)";
//
// Top Topics on Index 1.1.0 - End Code Addition
//------------------------------------------------------------------------
Onderaan de Whois? Als je even wacht.
Open
Find
AFTER, ADD
Open
Code: Selecteer alles
Templates/SubSilver/index_body.tpl
Code: Selecteer alles
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
</td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>
Code: Selecteer alles
<!-- Top Topics on Index 1.1.0 - Begin Code Addition -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th width="25%" class="thTop" nowrap="nowrap"> {L_TOPICSRECENT} </th>
<th width="38%" colspan="2" class="thTop" nowrap="nowrap"> {L_TOPICSPOPULAR} </th>
<th width="37%" colspan="2" class="thTop" nowrap="nowrap"> {L_TOPICSPOPULARVIEW} </th>
</tr>
<!-- BEGIN topicrecentpopular -->
<tr>
<td width="29%" class="row2" align="left" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSRECENT}</span></td>
<td width="31%" class="row2" align="left" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULAR}</span></td>
<td width="6%" class="row2" align="center" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULARC}</span></td>
<td width="29%" class="row2" align="left" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULARVIEW}</span></td>
<td width="6%" class="row2" align="center" valign="middle"><span class="gensmall">{topicrecentpopular.TOPICSPOPULARVIEWC}</span></td>
</tr>
<!-- END topicrecentpopular -->
</table>
<!-- Top Topics on Index 1.1.0 - End Code Addition -->
Hallo daan, alsje even wil gaan kijken bij http://forum.goldenlightcentre.nl
Zie je onderaan alleen een blauwe balk
Zie je onderaan alleen een blauwe balk
