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

No show for guests

Post by Stoker »

Top Stats is for phpbb, not wordpress :D

No show for guests

Post by martin123456 »

click the forum link lmao wordpress and phpbb are in 2 directories lol also 2 databases

http://reptilesrus.dyndns.org/

http://reptilesrus.dyndns.org/forum/

No show for guests

Post by Stoker »

The top stats mod respects permissions. It wont show topics from a forum where the user hasnt read rights.
Guests hasnt read read rights for your forums so there is no topics to display.

No show for guests

Post by martin123456 »

Duhh and i spent ages going thru the index_body.html lmao

thanx again stoker :D

[ADDON] Forum images in recent active topics

Post by darkonia »

can i show the normal forum/topic/thread symbols instead of forum images or the stars?

i mean this:
topic-symbols.png

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

[ADDON] Forum images in recent active topics

Post by Stoker »

Nope, unread info is not considered. Topic icons either.
Only forum images set in ACP.

[ADDON] Forum images in recent active topics

Post by darkonia »

ok thx for the fast answer, than i must rewrite it so that it do it xD

Moved Topics?

Post by Blackwolf »

I had 4 recent viewed topics & 4 most replied topics set.....

Every month we create a new sub forum https://www.ultimateeditionoz.com/forum ... .php?f=105

And move the Wallpaper Of The Day thread ....say from November to December......

If you then click one of 2 instances of Wallpaper Of The Day....in Most Viewed Topics.......error "Topic Does Not Exist"

Obviously because its moved.....any way to stop this? :oops:

I have left it at 4 so you can see what I refer to.

under 4 MOST REPLIED TOPICS Wallpaper Of The Day shows 3 times :?

Helpful advice always appreciated & anticipated. :)
Most Viewed.png
You do not have the required permissions to view the files attached to this post.

Moved Topics?

Post by Stoker »

I cant reproduce the error. I tried moving some topics here. That went fine.
Even when a topic is moved, the old url to the topic is still working.
So the problem is probably something else than this mod.

You are not using latest version, which you should because I dont support old versions of any of my mods.

Moved Topics?

Post by Blackwolf »

Ok...I realise there is no support for the old version......But I realise what it is...I am missing

Code: Select all

<!-- IF S_TSRAT_ENABLE and S_TS_JSSCROLL and SCRIPT_NAME == "index" -->
from my over all header....but if I place it in the required spot I get the below error

Code: Select all

Parse error: syntax error, unexpected $end in /home4/ultimbz7/public_html/forum/includes/template.php(677) : eval()'d code on line 406
and a messed up display...

Current section for your perusal if you dont mind? :roll: Please?

Code: Select all

</script>
            <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
            <script type="text/javascript" src="{T_TEMPLATE_PATH}/ca_scripts.js"></script>
            <script src="{ROOT_PATH}script/jquery-1.7.1.min.js" type="text/javascript"></script>

</script>
<script src="./script/jquery.totemticker.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
	$('#vertical-ticker').totemticker({
				row_height   :   '45px',
    max_items   :   4,
    speed       :   200,
    interval    :   4000,
    mousestop   :   true,
	});
});
// ]]>
</script>

       
            <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
            <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />

            <!--[if IE]><link href="{T_THEME_PATH}/tweaks_ie.css" type="text/css" rel="stylesheet"/><![endif]-->
            <!-- IF S_MCHAT_ENABLE and (S_MCHAT_ON_INDEX or U_MCHAT) -->
            <script type="text/javascript" src="{ROOT_PATH}mchat/jquery.titlealert.min.js"></script>
            <script type="text/javascript" src="{ROOT_PATH}mchat/jquery_cookie_mini.js"></script>
            <script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.maxlength.js"></script>
            <!-- ENDIF -->
            <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
            <script type="text/javascript" src="{T_TEMPLATE_PATH}/tooltips.js"></script>
        <script type="text/javascript">
        function brokenImage(img)
        {
            img.src='{ROOT_PATH}images/notfound.gif';
        }
            <!-- IF S_VIEWFORUM or S_SHOW_TOPICS -->
            <script type="text/javascript" src="{ROOT_PATH}tipTip/jquery.tipTip.minified.js"></script>
            <script type="text/javascript" charset="utf-8">
            $(function(){
               $("dt").tipTip({maxWidth:"300px"});
            });
            </script>
            <link href="{ROOT_PATH}tipTip/tipTip.css" rel="stylesheet" type="text/css" media="screen" />
            <!-- ENDIF -->