AJAX - Advanced Forum Statistics

MobileHacks

New Member
Info:
vBulletin Version: 3.7.x
File Edits: 1 (if you want)
New Files: Yes
Template Edits: 0
New Templates: 20
New Phrases: 80
Uses Hooks: 4
Setting: 42
Uses Plugins: Yes
Time to install: 2 minutes max

Features:
This modification includes these statistics

Top Threads:Random threads with slideshow using attached images in threads
  • Latest Posts with tooltips
  • Most Viewed Threads
  • Latest Forum News
  • Hottest Threads
  • 5 Custom Lastest Posts: Get new topics in specified forums

Top Members:
Newest Members
  • Top Posters
  • Top Thread Starters
  • Top Referrers
  • Top Reputations
  • Top Thanked
  • Top Infractions
  • Top Richest

Customs:Most Popular Forums
  • Latest Classified Ads
  • Latest Blogs
Install:

1. Upload files to your root folder.

2. Import XML file via Manage Products
ACP >> Plugins & Products >> Manage Products >> [Add/Import Product]

3. If you want Guest to see Images in Random Threads, choose one of two ways:

A. (Recommended) Edit attachment.php file. Find line 156:
[align=left]
PHP:
if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']) OR !($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewthreads']) OR !($forumperms & $vbulletin->bf_ugp_forumpermissions['cangetattachment'])  OR (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewothers']) AND ($attachmentinfo['postuserid'] != $vbulletin->userinfo['userid'] OR $vbulletin->userinfo['userid'] == 0)))

Add Above
PHP:
if(!in_array(strtolower($attachmentinfo['extension']), array('bmp','gif','jpe','jpeg','jpg','png')))

[/align]
B. Edit Guests' group permission: Can Download Attachments

Live Demo:
 

vegatron

New Member
thanx man, it is so great...
I'll try to edit the templates to show title proberly in Right To Left (arabic) language
 

clickea2

New Member
hello and thanks for this mod!
i install this mod and works very well, but weh i go to forum home the mod load the random threads flash but the new threads and the new member area don't load.

what is the problem?
someone know how to fix it?
 

Dorin45

New Member
Mine works but when I upgraded from VBSEO 3.1 to 3.2 the items stopped loading in the boxes.

Do you know how to fix?
 

Dorin45

New Member
Dorin45 said:
Mine works but when I upgraded from VBSEO 3.1 to 3.2 the items stopped loading in the boxes.

Do you know how to fix?

It seems the ajax part of it stopped working after I upgraded, anyone know what in VBSEO 3.2 would interfere with the ajax?
 

dark_hunter

New Member
Edit template FORUMHOME.

Find:
Code:
$footer

Add Below:
Code:
<script type="text/javascript">topXReload();</script>

Depending on Top 10, 15 or 20 fix a template for 3 following: please download attachment.
 
Top