Top Stats

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

How to add collapse categorize to this MOD

Post by themission »

Which mod ? - Ahh top stats - there should be a link on here somewhere
viewtopic.php?f=49&t=1955&p=12441&hilit ... pse#p12440

How to add collapse categorize to this MOD

Post by jabhi »

Thanks, Let me try....

collapse expand for top stats plz help *

Post by jabhi »

Thanks Theriddler for the code...

How to add collapse categorize to this MOD

Post by jabhi »

collapse expand for top stats plz help *

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 ?

Post by jabhi »

Is it possible to place Recent active block by the side of mchat ? Thanks.

Is it possible to place Recent active block with mchat ?

Post by jabhi »

Is it difficult ? :?

Is it possible to place Recent active block with mchat ?

Post by Stoker »

No, you can place them in a table. Should be simple enough.

Is it possible to place Recent active block with mchat ?

Post by jabhi »

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 ?

Post by Stoker »

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 ?

Post by jabhi »

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>