Page 1 of 4

Is it possible to place Recent active block with mchat ?

Posted: 06 Jun 2012, 09:39
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 ?

Posted: 07 Jun 2012, 14:38
by jabhi
Is it difficult ? :?

Is it possible to place Recent active block with mchat ?

Posted: 07 Jun 2012, 17:13
by Stoker
No, you can place them in a table. Should be simple enough.

Is it possible to place Recent active block with mchat ?

Posted: 08 Jun 2012, 18:14
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 ?

Posted: 08 Jun 2012, 18:24
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 ?

Posted: 08 Jun 2012, 18:46
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>

Is it possible to place Recent active block with mchat ?

Posted: 08 Jun 2012, 18:51
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

Is it possible to place Recent active block with mchat ?

Posted: 08 Jun 2012, 19:02
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.

Is it possible to place Recent active block with mchat ?

Posted: 08 Jun 2012, 19:03
by Stoker
Yes, how does it look?

Is it possible to place Recent active block with mchat ?

Posted: 08 Jun 2012, 19:12
by jabhi
Thank you Stoker, Let me tell you the result tomorrow. I am on a dialup network. :(