Is it possible to place Recent active block with mchat ?

Download and support for PhpBB3 Top Stats Mod
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 »

My mistake: <dt> change to <dt style="width:98%;">
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 »

Perfect. One more, any way to change the time to like this format : 5.30pm instead of Thu Jun 07, 2012 5:30 pm
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 »

Thats handled in ACP, Board settings for guests and new registred users.
And in UCP for members.
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 »

I see. Then fine, Thanks.
Go phpBB go... Respected : Developers, Supporters.
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Is it possible to place Recent active block with mchat ?

Post by martin123456 »

chat.png
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 »

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.
Go phpBB go... Respected : Developers, Supporters.
Upside555
BBCoder II
BBCoder II
Posts: 25
Joined: 11 Apr 2012, 20:36
BBCodes: 0
Contact:

Is it possible to place Recent active block with mchat ?

Post by Upside555 »

Bl4d3 x What kind of style do you use?
User avatar
themission
BBCoder III
BBCoder III
Posts: 123
Joined: 10 Aug 2011, 22:32
BBCodes: 3
Location: Devon UK
Contact:

Is it possible to place Recent active block with mchat ?

Post by themission »

The styles in the premod i think
Upside555
BBCoder II
BBCoder II
Posts: 25
Joined: 11 Apr 2012, 20:36
BBCodes: 0
Contact:

Is it possible to place Recent active block with mchat ?

Post by Upside555 »

style name must
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 »

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...
Go phpBB go... Respected : Developers, Supporters.
Locked