Not Solved PHP in Template!
#21
Not Solved
Okey, do this.
Go to Index.php
find:
while(list($key, $forum) = each($main))
Add over:
$cstyle = 0;
find:
eval("\$forumlisting .= \"".$templates->get("forumbit_depth$depth$forumcat")."\";");
add over:
$cstyle++;
if($cstyle == 3) {
    $csty = '<tr><td width="250px" valign="top"><strong><font color="#000080"><u>'.$forum['name'].'</u></font></strong>'.$forums.'</td></tr>'; /// make new line every 3 Categorys.
} else {
    $csty = '<td width="250px" valign="top"><strong><font color="#000080"><u>'.$forum['name'].'</u></font></strong>'.$forums.'</td>'; /// make only category without new line.
}
if($cstyle == 3) $cstyle = 0;
Then go to forumdisplay.php and do the same there, then add $csty in the template.
Reply
#22
Not Solved
it still not doing new line every 3 Cats.. can you check that in your board?
Best Regards, Oded Dwek
MyBB Hebrew Support Site | Hebrew Pack | My Forum
Hebrew Translator, and the owner of UserID 2000!.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)