MyBB Community Forums

Full Version: move 'advanced stats' mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
smethead made a advanced stats mod and im just wondering how i can move it to connect to the welcome box, how can i do this?
I believe, you have to shift <!-- ASOIP_2_0_P --> to your header template...
Hmm no moving <!-- ASOIP_2_0_P --> to the header wont help at all, you will get a messed output.

You need to include it within a table.

<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tbody>
<!-- ASOIP_2_0_I -->
</tbody>
</table>

put this code in the header template the place you want.

regards
kkk and how to remove the old one at the bottem of the page?
To remove it, you will need to edit the index template and remove

<!-- ASOIP_2_0_I -->

also you will need to remove the clospans(by reverting the templates or anyother way) from index_whosonline and index_stats

regards
wait, remove what from index_whosonline?
if you haven't modified it before, just revert customzations, if you did, you will need to remove any colspan="x"

regards
zaher1988 Wrote:if you haven't modified it before, just revert customzations, if you did, you will need to remove any colspan="x"

regards
Not really. you don't really have to remove any colspans. They're just colspan="" and thus, they don't affect the lay-out when there is no stats shown.