MyBB Community Forums

Full Version: problem with 2 plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello
my forum use Show the users that has been online today by CraKteR
and Advanced Stats on Index/Portal by Smethead
i have a small problem when active both of them,the brown box
[Image: abcdef.JPG]
Open the template and search for:
<td class="tcat">
Replace with:
<td class="tcat" colspan="4">
Search for:
<td class="trow1">
Replace with:
<td class="trow1" colspan="4">
hello.
where to open the template.which file?
thanks
You might want to consider using

colspan=""

in all these instances, in case you way want to add more columns to your expanded stats someday. Otherwise, you would have to change that to colspan="5" or colspan="6" in the future! Just makes it easier now, is all! Big Grin

And you would need to look under modify templates - global - expand, and look for the name of Crakter's plug in for show users. That's where you need to add the colspan command! See screenshot:

[attachment=3885]
yeah,thanks everyone!