Top Stats

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

Exclude forums from Recent Active

Post by Stoker »

try: AND forum_id <> 59

Exclude forums from Recent Active

Post by Blackwolf »

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 how I am doing it....with a space....without a space..... :oops:


This is the result.
error.png
You do not have the required permissions to view the files attached to this post.

Exclude forums from Recent Active

Post by Stoker »

and which error did this produce: AND t.forum_id <> 59 ?

Exclude forums from Recent Active

Post by Blackwolf »

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. :oops:

Exclude forums from Recent Active

Post by Stoker »

No problem ;)

Change the play controls

Post by Terr0r »

I have a question

Is it possible to set the play controls in the Recent Active Topics block

Like this
topstatsee.png
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>
Olny the play controls are not on the good position how get I it good on the good position

Greets Terr0r
You do not have the required permissions to view the files attached to this post.

Top Stats Mod on the portal

Post by Terr0r »

Is it possible to get the Top Stats Mod on the portal

Like this
topstatsportal.png
If I set this code

Code: Select all

<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
Before <!-- INCLUDE mchat_body.html -->
Then I get something like this :?
topstatsportal1.png
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

Post by Stoker »

Your portal is too narrow

Top Stats Mod on the portal

Post by Terr0r »

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

Validator Errors

Post by Redsun »

Hi Stoker, I get some validator errors after install top stats mod.

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">
http://validator.w3.org/check?uri=www.a ... ne&group=0

Do you have any suggestion?

Thank you very much...