AND forum_id <> 59
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
Exclude forums from Recent Active
Code: Select all
WHERE ' . $db->sql_in_set('t.forum_id', $flist) . ' AND topic_moved_id = 0 AND topic_approved AND forum_id <> 59

This is the result.
You do not have the required permissions to view the files attached to this post.
Exclude forums from Recent Active
Well....mark it as solved.
I don't know how or why...but I logged in as a test user & the normal member cannot see the posts made in the Administrator Area anyway. Probably due to the permissions.
Sorry to waist your valuable time Stoker.
I don't know how or why...but I logged in as a test user & the normal member cannot see the posts made in the Administrator Area anyway. Probably due to the permissions.
Sorry to waist your valuable time Stoker.

Change the play controls
I have a question
Is it possible to set the play controls in the Recent Active Topics block
Like this
this is the code what I now have on the moment
Olny the play controls are not on the good position how get I it good on the good position
Greets Terr0r
Is it possible to set the play controls in the Recent Active Topics block
Like this
this is the code what I now have on the moment
Code: Select all
<dd class="lastpost"><span style="text-align:right; padding-right:10px;">{L_LAST_POST}
<!-- IF S_TS_JSSCROLL and TS_JSSCROLL_NAVIGATION and not S_TS_TICKER -->
<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>
<!-- ENDIF -->
</span>
</dd>
Greets Terr0r
You do not have the required permissions to view the files attached to this post.
Top Stats Mod on the portal
Is it possible to get the Top Stats Mod on the portal
Like this
If I set this code
Before
Then I get something like this
And that looks NOT good what can I doo to get it good
Greets Terr0r
Like this
If I set this code
Code: Select all
<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
<!-- INCLUDE mchat_body.html -->
Then I get something like this

And that looks NOT good what can I doo to get it good
Greets Terr0r
You do not have the required permissions to view the files attached to this post.
Top Stats Mod on the portal
Okay and what can I do about that how can I widen the portal ?
Or is it possible to get change something in the recent_active_body.html to get it good ?
Greets Terr0r
Or is it possible to get change something in the recent_active_body.html to get it good ?
Greets Terr0r
Validator Errors
Hi Stoker, I get some validator errors after install top stats mod.
First 2 errors about
http://validator.w3.org/check?uri=www.a ... ne&group=0
Do you have any suggestion?
Thank you very much...
First 2 errors about
Code: Select all
Line 305, Column 26: attributes construct error
<ul id="vertical-ticker"class="topiclist forums">
Code: Select all
Line 305, Column 26: Couldn't find end of Start Tag ul line 305
<ul id="vertical-ticker"class="topiclist forums">
Do you have any suggestion?
Thank you very much...