Is it possible to place Recent active block with mchat ?

Download and support for PhpBB3 Top Stats Mod
User avatar
jabhi
BBCoder II
BBCoder II
Posts: 69
Joined: 16 Mar 2012, 09:13
BBCodes: 3
Favourite BBCode: pdf
Favourite MOD: pretty photo

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.
Go phpBB go... Respected : Developers, Supporters.
User avatar
jabhi
BBCoder II
BBCoder II
Posts: 69
Joined: 16 Mar 2012, 09:13
BBCodes: 3
Favourite BBCode: pdf
Favourite MOD: pretty photo

Is it possible to place Recent active block with mchat ?

Post by jabhi »

Is it difficult ? :?
Go phpBB go... Respected : Developers, Supporters.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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.
Board rules! No PM support
User avatar
jabhi
BBCoder II
BBCoder II
Posts: 69
Joined: 16 Mar 2012, 09:13
BBCodes: 3
Favourite BBCode: pdf
Favourite MOD: pretty photo

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.
Go phpBB go... Respected : Developers, Supporters.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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>
Board rules! No PM support
User avatar
jabhi
BBCoder II
BBCoder II
Posts: 69
Joined: 16 Mar 2012, 09:13
BBCodes: 3
Favourite BBCode: pdf
Favourite MOD: pretty photo

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>
Go phpBB go... Respected : Developers, Supporters.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Is it possible to place Recent active block with mchat ?

Post by Stoker »

Both mods instructs you to insert some code on index_body.html
Insert that code in the table and then insert the table on index_body.html
Board rules! No PM support
User avatar
jabhi
BBCoder II
BBCoder II
Posts: 69
Joined: 16 Mar 2012, 09:13
BBCodes: 3
Favourite BBCode: pdf
Favourite MOD: pretty photo

Is it possible to place Recent active block with mchat ?

Post by jabhi »

Is it correct ? :oops:

Code: Select all

<table style="text-align: left; width: 100%;" border="0"
 cellpadding="2" cellspacing="2">
  <tbody>
    <tr>
      <td style="width: 50%;"><!-- IF S_MCHAT_ENABLE and S_MCHAT_ON_INDEX and S_MCHAT_LOCATION --><!-- INCLUDE mchat_body.html --><!-- ENDIF --></td>
      <td style="width: 50%;"><!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF --></td>
    </tr>
  </tbody>
</table>
Thank you.
Go phpBB go... Respected : Developers, Supporters.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Is it possible to place Recent active block with mchat ?

Post by Stoker »

Yes, how does it look?
Board rules! No PM support
User avatar
jabhi
BBCoder II
BBCoder II
Posts: 69
Joined: 16 Mar 2012, 09:13
BBCodes: 3
Favourite BBCode: pdf
Favourite MOD: pretty photo

Is it possible to place Recent active block with mchat ?

Post by jabhi »

Thank you Stoker, Let me tell you the result tomorrow. I am on a dialup network. :(
Go phpBB go... Respected : Developers, Supporters.
Locked