Laxmonster54♥ Posted May 22, 2009 Report Posted May 22, 2009 To create tables similar to those seen at the bottom of ipb forums, such as online, and calender, it is really simple. Just follow these steps. 1.Open the Admin CP2.Go to Look & Feel3.Pick the skin you want to edit (This method requires you to individually edit each skin to do this)4.Click Edit HTML5.Select Board Index6.Select Show Stats7.Now copy and paste the code, should look like this. <tr> <td class="formsubtitle" colspan="2">{ipb.lang['board_stats']}</td> </tr> <tr> <td class="row1" width="1%"><{F_STATS}></td> <td class="row2">$text<br />{ipb.lang['most_online']}</td> </tr> Replace, {ipb.lang['board_stats']} with the title of the table. Eg. Affiliates Replace, $text<br />{ipb.lang['most_online']} with, whatever you want to appear, like an image or text, for the main part. Use html tags for images or links.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.