Page 9 of 9

Beta testers for new version needed

Posted: 15 Nov 2011, 18:25
by Makis
It’s already enabled!!!

Beta testers for new version needed

Posted: 15 Nov 2011, 18:27
by Stoker
You are using and old version of the template files.
It only works with the new files.

Dont use the premodded or root, they are not yet updated.

Beta testers for new version needed

Posted: 15 Nov 2011, 18:30
by Makis
I downloaded yesterday night :shock:

Beta testers for new version needed

Posted: 15 Nov 2011, 18:39
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

Posted: 15 Nov 2011, 18:46
by Makis
Just a minute Stoker, if you have one
(I never use auto mode)

Beta testers for new version needed

Posted: 15 Nov 2011, 18:57
by Makis
Can you take a look now please?

Changed files refresh template & purge the cache

Beta testers for new version needed

Posted: 15 Nov 2011, 19:21
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

Posted: 15 Nov 2011, 19:38
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

Posted: 15 Nov 2011, 19:56
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.