Which mod ? - Ahh top stats - there should be a link on here somewhere
viewtopic.php?f=49&t=1955&p=12441&hilit ... pse#p12440
Top Stats
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
How to add collapse categorize to this MOD
collapse expand for top stats plz help *
That code worked for me after changing some code from forumlist_body.html to index_body.html
That code worked for me after changing some code from forumlist_body.html to index_body.html
Is it possible to place Recent active block with mchat ?
Is it possible to place Recent active block by the side of mchat ? Thanks.
Is it possible to place Recent active block with mchat ?
No, you can place them in a table. Should be simple enough.
Is it possible to place Recent active block with mchat ?
If it is simple, Can you give the edits. I am too noob to do.
Is it possible to place Recent active block with mchat ?
Like this:
Code: Select all
<table style="text-align: left; width: 100%;" border="0"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 50%;">mchat code here</td>
<td style="width: 50%;">recent code here</td>
</tr>
</tbody>
</table>
Is it possible to place Recent active block with mchat ?
You mean like below ?
Code: Select all
<table style="text-align: left; width: 100%;" border="0"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 50%;">mchat_body.html full hode here</td>
<td style="width: 50%;">recent_active_body.html full code here</td>
</tr>
</tbody>
</table>