http://www.bokt.nl/forums/viewforum.php?f=6
Ik heb het een en ander verandert in viewforum_body.tpl maar niks ...
Kan iemand me hier uit helpen?

Code: Selecteer alles
<?
$sql = mysql_query("SELECT * FROM bestevanbeste WHERE name = 'CG Bandicoot'");
while ($obj = mysql_fetch_assoc($sql)) {
if (mysql_num_rows($sql) == 0) {
echo 'Huh?';
} else {
echo 'Als je het maar weet.';
}} ?>Code: Selecteer alles
<!-- BEGIN topicrow -->
<tr>
<td height="34" class="row1"><a href="{topicrow.U_VIEW_TOPIC}"><img src="{topicrow.TOPIC_FOLDER_IMG}" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></a></td>
<td class="row1" width="100%">{topicrow.NEWEST_POST_IMG}<span class="topictitle">{topicrow.TOPIC_TYPE}</span><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a><span class="gensmall"><br />
{topicrow.GOTO_PAGE}</span></td>
<td class="row2" align="center"><span class="gensmall">{topicrow.REPLIES}</span></td>
<td class="row3" align="center" nowrap="nowrap"><span class="gensmall"> {topicrow.TOPIC_AUTHOR} </span></td>
<td class="row2" align="center"><span class="gensmall">{topicrow.VIEWS}</span></td>
<td class="row3" align="center" nowrap="nowrap"><span class="gensmall"> {topicrow.LAST_POST_TIME} <br />
{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
</tr>
<!-- END topicrow -->