Is it possible to place Recent active block with mchat ?
- jabhi
- 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 ?
Is it possible to place Recent active block by the side of mchat ? Thanks.
Go phpBB go... Respected : Developers, Supporters.
- jabhi
- 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 ?
Is it difficult ?
Go phpBB go... Respected : Developers, Supporters.
- Stoker
- Site Admin
- Posts: 3540
- 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 ?
No, you can place them in a table. Should be simple enough.
Board rules! No PM support
- jabhi
- 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 ?
If it is simple, Can you give the edits. I am too noob to do.
Go phpBB go... Respected : Developers, Supporters.
- Stoker
- Site Admin
- Posts: 3540
- 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 ?
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
- jabhi
- 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 ?
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.
- Stoker
- Site Admin
- Posts: 3540
- 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 ?
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
Insert that code in the table and then insert the table on index_body.html
Board rules! No PM support
- jabhi
- 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 ?
Is it correct ?
Thank you.
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>
Go phpBB go... Respected : Developers, Supporters.
- Stoker
- Site Admin
- Posts: 3540
- 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 ?
Yes, how does it look?
Board rules! No PM support
- jabhi
- 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 ?
Thank you Stoker, Let me tell you the result tomorrow. I am on a dialup network.
Go phpBB go... Respected : Developers, Supporters.