Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
ChangUonDyU - Advanced Statistics
#1
Eine neue Erweiterung wurde veröffentlicht: ChangUonDyU - Advanced Statistics

Zitat:ChangUonDyU - Advanced Statistics 1.0.2
By: ChangUonDyU & updated by Vintagedaddyo

Original release thread: [AJAX] ChangUonDyU - Advanced Statistics 1.0.1 by: ChangUonDyU 04-16-2009, 05:15 AM 2009

FEATURES:

- Display latest posts in all forum and in specific forums. Auto Refresh using AJAX

- Display Topx: Top posters, newest members, top thanked, most views thread, hottest thread (most reply thread), most popular forum. Choose by Select Menu

- Choose result (by select menu)

Plugin Installation:

- Upload files

    inc/plugins/changstats.php
    inc/languages/english/changstats.lang.php
    inc/languages/english/admin/changstats.lang.php

- Goto admincp > Plugins > active ChangUonDyU - Advanced Statistics

- Edit index template

Find:

Code:
{$header}
Add below:

Code:
<br />    
{$changstats}
<br />
* note: you can choose to move that anywhere in the index page if you want hence why currently no automatic index template edit was included in the plugin.

*** (optional) If you want to add it to the portal page you can:

- Edit portal template

Find:

Code:
{$header}
Add below:

Code:
<br />    
{$changstats}
<br />
* note: you can choose to move that anywhere in the portal page if you want hence why currently no automatic portal template edit was included in the plugin.

* Now previously the instructions added prototype to the index page but a few users reported that it broke the modal on index so the quick solution was to add prototype to the headerinclude template before the jquery includes.

NOTE: The following is rather important and must be placed before any jquery includes:

*** (IMPORTANT!) In headerinclude add this before the jquery includes:
Code:
<script type="text/javascript" src="{$mybb->asset_url}/inc/plugins/changstats/prototype.js?ver=1603"></script>
Example:

In headerinclude find something like:


Code:
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1820"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1820"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1820"></script>

Include prototype before(above) them for example:

Code:
<script type="text/javascript" src="{$mybb->asset_url}/inc/plugins/changstats/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1820"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1820"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1820"></script>


DONE!!!

Settings Location Instruction:

To change options:

Goto AdminCP > Configuration > Settings > ChangUonDyU - Advanced Statistics



Current localization:

- english
- englishgb
- espanol
- french
- italiano

ChangUonDyU - Advanced Statistics works well with Thanks plugin. You can download the latest version of Thanks (compatible with MyBB 1.8) from the link below:



Latest: Thanks_3.9.4.zip ( Mods site )
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Game Section Statistics in Profile and portal page MyBB.de Bot 1 1.599 20.09.2014, 16:51
Letzter Beitrag: MyBB.de Bot
  Game Section Statistics in Profile MyBB.de Bot 4 3.932 19.09.2014, 17:20
Letzter Beitrag: MyBB.de Bot
  Post Statistics MyBB.de Bot 0 1.370 09.08.2011, 17:07
Letzter Beitrag: MyBB.de Bot
  MyBB Attachment Downloads Statistics on UserCP MyBB.de Bot 0 1.339 08.04.2011, 07:38
Letzter Beitrag: MyBB.de Bot
  Extra Statistics 3.1.2 MyBB.de Bot 9 4.185 25.09.2007, 17:28
Letzter Beitrag: Anke