Page 3 of 4

Is it possible to place Recent active block with mchat ?

Posted: 10 Jun 2012, 17:07
by Stoker
My mistake: <dt> change to <dt style="width:98%;">

Is it possible to place Recent active block with mchat ?

Posted: 10 Jun 2012, 17:26
by jabhi
Perfect. One more, any way to change the time to like this format : 5.30pm instead of Thu Jun 07, 2012 5:30 pm

Is it possible to place Recent active block with mchat ?

Posted: 10 Jun 2012, 17:34
by Stoker
Thats handled in ACP, Board settings for guests and new registred users.
And in UCP for members.

Is it possible to place Recent active block with mchat ?

Posted: 10 Jun 2012, 17:41
by jabhi
I see. Then fine, Thanks.

Is it possible to place Recent active block with mchat ?

Posted: 10 Jun 2012, 18:26
by martin123456
chat.png

Is it possible to place Recent active block with mchat ?

Posted: 10 Jun 2012, 18:46
by jabhi
Hai Bl4d3 x, Thanks for pointing out that. I think it is unavoidable because the chat box size is different for registered and guest users. Any suggestions will be appreciated.

Is it possible to place Recent active block with mchat ?

Posted: 10 Jun 2012, 20:15
by Upside555
Bl4d3 x What kind of style do you use?

Is it possible to place Recent active block with mchat ?

Posted: 10 Jun 2012, 23:37
by themission
The styles in the premod i think

Is it possible to place Recent active block with mchat ?

Posted: 11 Jun 2012, 08:59
by Upside555
style name must

Is it possible to place Recent active block with mchat ?

Posted: 13 Jun 2012, 11:57
by jabhi
Can I use IF statement like this ?

Code: Select all

<!-- IF S_MCHAT_ENABLE and S_MCHAT_ON_INDEX and S_MCHAT_LOCATION and not S_USER_LOGGED_IN --><!-- INCLUDE mchat_body.html --><!-- ENDIF -->
<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 and S_USER_LOGGED_IN --><!-- INCLUDE mchat_body.html --><!-- ENDIF --></td>
      <td style="width: 50%;"><!-- IF S_TSRAT_ENABLE and S_USER_LOGGED_IN -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF --></td>
    </tr>
  </tbody>
</table>
Will this cause a problem to permission for guests to not to view mchat.
:?
Thanks...