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

Moved Topics?

Post by Blackwolf »

got it...... ;) With stars :thumb:

Code: Select all

<dl>
            <dt>
               <span class="forum-image"><img src="{ROOT_PATH}images/starimg.png" width="27" height="27" alt="" /></span><div class="forum-image-div">
            <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>
Last edited by Blackwolf on 30 Nov 2011, 10:25, edited 3 times in total.

Moved Topics?

Post by Stoker »

'How about this:

Code: Select all

<div class="forabg">
{$CA_BLOCK_START}
  <div class="inner"><span class="corners-top"><span></span></span>
  <ul class="topiclist">
	 <li class="header">
		<dl class="no_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 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" 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> {L_IN} <a href="{recent_active.FORUM_URL}">{recent_active.FORUM_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>
	 <!-- END recent_active -->
	 </li>
	 <!-- ELSE -->
	 <!-- 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> {L_IN} <a href="{recent_active.FORUM_URL}">{recent_active.FORUM_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 -->
	 <!-- ENDIF -->
  </ul>
  <span class="corners-bottom"><span></span></span></div>
{$CA_BLOCK_END}
</div>
<!-- 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 -->

Moved Topics?

Post by Blackwolf »

hahah thanks....go one page back :D I WORKED IT OUT TOO!

THANKS A MILLION! :thumb:

[ADDON] Forum images in recent active topics

Post by Blackwolf »

Reach for the phone......" hello? is that "that's Incredible?" 8-)

Blackwolf got it working! Down Under too! :lol:

[ADDON] Forum images in recent active topics

Post by Stoker »

:woot:

scroll runs only by members

Post by darkonia »

no there is no if tag in the near.
one more point i see is, i edit in the code for overall_header the display from 3 to 5, all ok for members, but guests only see 3 not 5.

scroll runs only by members

Post by Stoker »

Maybe because guests doesnt have read access to more topics?
I guests doesnt have read access in the forums where topics are posted they are not able to see it in the recent active part.

scroll runs only by members

Post by darkonia »

no, maybe you understand me false i show it with screens.

members see it like this with 5 rows
20e82077d02540aa87818e4.png
guests only see this with 3 rows
5bb5f4be677a4614a30bb1c.png
:?
You do not have the required permissions to view the files attached to this post.

scroll runs only by members

Post by Stoker »

I have taken a look at your site darkonia and I must admit that I dont know what the problem is.
You use so much different javascript that I dont know about. Its impossible for me to say whats wrong, sorry.

scroll runs only by members

Post by darkonia »

ok thx, than i must look with my admin for the solution.