Is it possible to place Recent active block with mchat ?
Posted: 06 Jun 2012, 09:39
Is it possible to place Recent active block by the side of mchat ? Thanks.
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
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>
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>
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>