Top Stats
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Is it possible to place Recent active block with mchat ?
In overall_header.html it is set to 3 rows. Change it to what you prefer.
Also change the tweaks.css accordingly.
Also change the tweaks.css accordingly.
Is it possible to place Recent active block with mchat ?
Thank you Stoker, That worked for me. A small problem in the code. The specified space is not filling. Can you rectify it ? Thanks.
Code: Select all
<!-- IF S_TS_JSSCROLL and TS_JSSCROLL_NAVIGATION and not S_TS_TICKER -->
<div style="text-align:right; padding-right:10px;"><a href="#" title="{L_PREVIOUS_SCROLL}" id="ticker-previous"><img src="{ROOT_PATH}images/player_rew.png" width="16" height="16" alt="{L_PREVIOUS_SCROLL}" /></a> <a href="#" title="{L_NEXT_SCROLL}" id="ticker-next"><img src="{ROOT_PATH}images/player_fwd.png" width="16" height="16" alt="{L_NEXT_SCROLL}" /></a> <a href="#" title="{L_STOP_SCROLL}" id="stop"><img src="{ROOT_PATH}images/player_pause.png" width="16" height="16" alt="{L_STOP_SCROLL}" /></a> <a href="#" title="{L_START_SCROLL}" id="start"><img src="{ROOT_PATH}images/player_play.png" width="16" height="16" alt="{L_START_SCROLL}" /></a></div>
<!-- ENDIF -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header widescreen-optimised">
<dl class="icon">
<dt><span class="wrap-content">{TSRAT_NUMBER} {L_RECENT_ACTIVE}</span></dt>
</dl>
</li>
</ul>
<ul <!-- IF S_TS_JSSCROLL and not S_TS_TICKER -->id="vertical-ticker" <!-- ELSEIF S_TS_TICKER and not S_TS_JSSCROLL -->id="news" <!-- ENDIF -->class="topiclist forums">
<!-- IF S_TS_TICKER and not S_TS_JSSCROLL -->
<li class="row">
<!-- BEGIN recent_active -->
<dl class="icon widescreen-optimised" style="background-image: url(<!-- IF recent_active.FORUM_IMAGE -->{ROOT_PATH}{recent_active.FORUM_IMAGE}<!-- ELSE -->{ROOT_PATH}images/starimg.png<!-- ENDIF -->); background-repeat: no-repeat;">
<dt>
<span class="wrap-content"><a href="{recent_active.U_FIRST_TOPIC}" class="forumtitle">{recent_active.TOPIC_TITLE}</a><br />
{L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{recent_active.TOPIC_LAST_POSTER_COLOUR};" href="{recent_active.USERNAME_LAST}">{recent_active.TOPIC_LAST_POSTER_NAME}</a> {L_IN} <a href="{recent_active.FORUM_URL}">{recent_active.FORUM_NAME}</a> {recent_active.TOPIC_LAST_POST_TIME}</span>
</dt>
</dl>
<!-- END recent_active -->
</li>
<!-- ELSE -->
<!-- BEGIN recent_active -->
<li class="row">
<dl class="icon widescreen-optimised" style="background-image: url({ROOT_PATH}images/starimg.png); background-repeat: no-repeat;">
<dt>
<span class="wrap-content"><a href="{recent_active.U_FIRST_TOPIC}" class="forumtitle">{recent_active.TOPIC_TITLE}</a><br />
{L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{recent_active.TOPIC_LAST_POSTER_COLOUR};" href="{recent_active.USERNAME_LAST}">{recent_active.TOPIC_LAST_POSTER_NAME}</a> {L_IN} <a href="{recent_active.FORUM_URL}">{recent_active.FORUM_NAME}</a> {recent_active.TOPIC_LAST_POST_TIME}</span>
</dt>
</dl>
</li>
<!-- END recent_active -->
<!-- ENDIF -->
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
You do not have the required permissions to view the files attached to this post.
Is it possible to place Recent active block with mchat ?
Try replace
<li class="row">
with <li class="row" style="width:98%;">
Is it possible to place Recent active block with mchat ?
My mistake:
<dt>
change to <dt style="width:98%;">
Is it possible to place Recent active block with mchat ?
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 ?
Thats handled in ACP, Board settings for guests and new registred users.
And in UCP for members.
And in UCP for members.
Is it possible to place Recent active block with mchat ?
You do not have the required permissions to view the files attached to this post.
Is it possible to place Recent active block with mchat ?
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.