MyBB Community Forums

Full Version: ProStats - Collapsible?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

We recently added the ProStats plugin into our forum (http://keroroworld.com/forums) and we wanted to know if it was possible to have it collapsible, like the rest of the sections. (-) <--

Do I have to add a specific coding to the template in order to do so?

Thank you.
The prostats template needs to be modified. I have done so on my forum: pherotruth.com.

Here is my "prostats" template in Global Templates, but I would suggest copying and saving the code in your current template, just in case!

<table width="100%" border="0" cellspacing="{$theme[borderwidth]}" cellpadding="0" class="tborder">
		<thead>
		<tr><td colspan="{$num_columns}"><table  border="0" cellspacing="0" cellpadding="{$theme[tablespace]}" width="100%"><tr class="thead"><td>
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['prostats']}.gif" id="prostats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->prostats_prostats}</strong></div>
</td></tr></table></td>
		</tr>
		</thead>
                                 <tbody>
		{$trow_message_top}
                                <tbody style="{$collapsed['prostats_e']}" id="prostats_e">
		<tr valign="top">
		{$prostats_content}
		</tr>
		{$trow_message_down}
		</tbody>
		</table>
		<!-- Don't remove this part! you can remove copyright by changing settings of plugin. -->
		{$prostats_copyright}
		<br />