Version: 2.0.0, by ry215
Developer Last Online: May 2022
Category: Statistics Modifications -
Version: 3.7.4
Rating:
Released: 12-12-2008
Last Update: 12-28-2008
Installs: 158
Uses Plugins Auto-Templates
Additional Files Translations
No support by the author.
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
- On/Off Auto Reload TOP
- Time to Reload
- Support 10 Tabs and 9 Customs Laspost - View more Result (Ajax) << v2.0.0
---- more
#####################################
[AJAX] - Advanced Forum Statistics.zip (Random threads with slideshow using attached images in threads)
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:
PHP Code:
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)))
very cool...is there a way to only show the latest 3 or 5 ?
Because...
My main problem is, that the box is too big i think... is there any way to change the height of the box?
bro. ry215 ...is it possible to place the ajax loading gif at the center of the box? also how to edit the random threads image title and background? where, which file to edit...please guide me if it's possible...
case 10:
$resultsnr = 10;
$resultthread = 10;
break;
replace with:
PHP Code:
case 10:
$resultsnr = 3;
$resultthread = 3;
break;
Edit *.xml file
find
Code:
$resultrandom = 10;
replace with:
Code:
$resultrandom = 3;
And edit file list.gif
works, thank you very much !
But it doesnt make the box smaller. To make it smaller i need to change the height and width of the random thread pciture...
Is this possible?
Hi, really impressed with this mod ... if i could get it to work lol ..
I have vbseo installed on my forum and checked previous posts and added that code to the forum home template, yet still nothing shows for the tabbed area and the Random area. I do have the Ajax Tabbed Content installed too so not sure if that might be conflicting with it.
The loading gif just keeps loading but no content in any of the tabs .. or the random area.
Any ideas?
Thanks
Hi my query seems to of been missed? any ideas please, really like this mod compared to the other stats ones but atm its disabled until I can get it working.