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

Beta testers for new version needed

Post by Makis »

I downloaded yesterday night :shock:

Beta testers for new version needed

Post by Stoker »

Thats weird Makis because this is the recent_active_body.html file you use on your board:

Code: Select all

<!-- Start Recent Active Topics -->
	<div class="forumlist">
	<div class="forabg">
		<div class="inner"><span class="corners-top"><span></span></span>
		<ul class="topiclist">
			<li class="header">
				<dl class="icon">
					<dt>{L_RECENT_ACTIVE}</dt>
					<dd class="topics">{L_REPLIES}</dd>

					<dd class="posts">{L_VIEWS}</dd>
					<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
				</dl>
			</li>
		</ul>
		<!-- IF SCRIPT_NAME eq 'index' --><div class="portaltrigger portalactive"></div><!-- ENDIF -->
		<div class="collapsethis">
		<ul class="topiclist forums">

			<!-- BEGIN recent_active -->
			<li class="row">
			<dl class="icon" style="background-image: url({ROOT_PATH}images/starimg.png); background-repeat: no-repeat;">
				<dt>
					<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_FIRST_POSTER_COLOUR};" href="{recent_active.USERNAME_FIRST}">{recent_active.TOPIC_FIRST_POSTER_NAME}</a> {recent_active.TOPIC_TIME}
				</dt>

				<dd class="topics" style="width:8%">{recent_active.TOPIC_REPLIES}</dd>
				<dd class="posts" style="width:8%">{recent_active.TOPIC_VIEWS}</dd>
				<dd class="lastpost"><span>
					{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> <a href="{recent_active.U_LAST_TOPIC}">{LAST_POST_IMG}</a><br />{recent_active.TOPIC_TIME}</span>
				</dd>

			</dl>
			</li>
			<!-- END recent_active -->
		</ul>
		</div>
		<span class="corners-bottom"><span></span></span></div>
	</div>
	</div>
<!-- End Recent Active Topics -->
and this is the one from the download:

Code: Select all

<!-- Start Recent Active Topics -->
	<div class="forabg">
		<div class="inner"><span class="corners-top"><span></span></span>
		<ul class="topiclist">
			<li class="header">
				<dl class="icon">
					<dt>{TSRAT_NUMBER} {L_RECENT_ACTIVE}</dt>
					<dd class="topics">{L_REPLIES}</dd>
					<dd class="posts">{L_VIEWS}</dd>
					<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
				</dl>
			</li>
		</ul>
		<ul <!-- IF S_TS_JSSCROLL -->id="vertical-ticker" <!-- ENDIF -->class="topiclist forums">
			<!-- BEGIN recent_active -->
			<li class="row">
			<dl class="icon" style="background-image: url({ROOT_PATH}images/starimg.png); background-repeat: no-repeat;">
				<dt>
					<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_FIRST_POSTER_COLOUR};" href="{recent_active.USERNAME_FIRST}">{recent_active.TOPIC_FIRST_POSTER_NAME}</a> {recent_active.TOPIC_TIME}
				</dt>
				<dd class="topics" style="width:8%">{recent_active.TOPIC_REPLIES}</dd>
				<dd class="posts" style="width:8%">{recent_active.TOPIC_VIEWS}</dd>
				<dd class="lastpost"><span>
					{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> <a href="{recent_active.U_LAST_TOPIC}">{LAST_POST_IMG}</a><br />{recent_active.TOPIC_LAST_POST_TIME}</span>
				</dd>
			</dl>
			</li>
			<!-- END recent_active -->
		</ul>
		<span class="corners-bottom"><span></span></span></div>
	</div>
<!-- End Recent Active Topics -->
You need the upload those 2 files to the templates folder.

Maybe you installed with automod?
There was a mispelling of the template folder that could cause an error.

Beta testers for new version needed

Post by Makis »

Just a minute Stoker, if you have one
(I never use auto mode)

Beta testers for new version needed

Post by Makis »

Can you take a look now please?

Changed files refresh template & purge the cache

Beta testers for new version needed

Post by Stoker »

In your overall_header.html delete this:

Code: Select all

<script type="text/javascript">
if (typeof jQuery == 'undefined') {
    document.write(unescape('%3Cscript src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"%3E%3C/script%3E'));
}
</script>
Then move this line

Code: Select all

<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
up right before:

Code: Select all

<script src="{ROOT_PATH}script/jquery.totemticker.js" type="text/javascript"></script>

Beta testers for new version needed

Post by Makis »

Works perfect except in IE 8 with which I see yours just fine :?:

Anyway THANKS again Mr. Stoker :hi:

Beta testers for new version needed

Post by Stoker »

No problem. Im glad you got it working ;)

I am releasing 1.0.5 tonight :D
Locking this topic as it only was for beta testing.

Download Top Stats

Post by Stoker »

Updated to version 1.0.5
Lots of new features :)
Subsilver2 and CA Black templates are included. Look in the contrib folder.
Update instructions are in the contrib folder too.

Prosilver se theme not good after refresh themes

Post by Terr0r »

I get this afther refresh themes on my test forum board
notgood.png
I have do all the edits and uploads good

here the link to my test forum board http://www.web-city.nl/

How can I fix this ?

Already thanks for the help

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

<!-- IF S_TSRAT_ENABLE and S

Post by Blackwolf »

Your cont folder has...update 1.0.1 to 1.0.3

Code: Select all

Open: styles/prosilver/template/overall_header.html

Find: <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
Add after: <!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL and SCRIPT_NAME == "index" -->
<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
<script src="{ROOT_PATH}script/jquery.totemticker.min.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
	$('#vertical-ticker').totemticker({
				row_height	:	'41px',
				max_items   :   3,
				speed       :   {JSSCROLL_SPEED},
				interval    :   {JSSCROLL_INTERVAL},
				mousestop	:	true,
	});
});
// ]]>
I did not add

Code: Select all

Add after: <!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL and SCRIPT_NAME == "index" -->
when I updated as I did not see that...was it there? Do I need to add it ?

1.0.3 to 1.0.4 no updates

and 1.0.4 to 1.0.5 ....find

Code: Select all

<!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL and SCRIPT_NAME == "index" -->
? when was that added?? Was it always in the folder? As I never read to add that...and its working fine without the update to 1.0.5.....should I update....??
Last edited by Blackwolf on 16 Nov 2011, 00:57, edited 1 time in total.