2016-07-04, 02:34 PM
This user has been denied support.
Hello,I know putting the board stats on certain theme won't work but I'd like to know how do I put the board stats on my side? What is the exact code? Where do I put it?
[How To?] Putting board stats on sidebar
|
2016-07-04, 02:34 PM
This user has been denied support.
Hello,I know putting the board stats on certain theme won't work but I'd like to know how do I put the board stats on my side? What is the exact code? Where do I put it?
2016-07-04, 02:41 PM
There are plugins for this
http://mods.mybb.com/view/sidebox http://community.mybb.com/thread-131633.html What goes around comes around
2016-07-04, 02:52 PM
(This post was last modified: 2016-07-04, 02:54 PM by Sladex Themes.)
This user has been denied support.
But still what's the code? Where do I place it?And my forum is 1.8
2016-07-04, 03:20 PM
Sidebox uses the code for the portal page to place on other pages. You will find that code inside the install package of the plugin, or portal.php. The template for boardstats is portal_stats
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->forum_stats}</strong></td> </tr> <tr> <td class="trow1"> <span class="smalltext"> <strong>» </strong>{$lang->num_members} {$stats['numusers']}<br /> <strong>» </strong>{$lang->latest_member} {$newestmember}<br /> <strong>» </strong>{$lang->num_threads} {$stats['numthreads']}<br /> <strong>» </strong>{$lang->num_posts} {$stats['numposts']} <br /><br /><a href="{$mybb->settings['bburl']}/stats.php">{$lang->full_stats}</a> </span> </td> </tr> </table> <br /> Using the above code as is on a page other than portal won't work. What goes around comes around
2016-07-04, 07:44 PM
This user has been denied support.
Now, where do I place it?
|
« Next Oldest | Next Newest »
|