Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
AJAX Details »»
AJAX
Version: 2.0.0, by ry215 ry215 is offline
Developer Last Online: May 2022 Show Printable Version Email this Page

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))) 
Add Above
PHP Code:
  if(!in_array(strtolower($attachmentinfo['extension']), array('bmp','gif','jpe','jpeg','jpg','png'))) 
B. Edit Guests' group permission: Can Download Attachments

Upgrade:
1. Reupload files to your root folder.

2. Reimport Product

3. Revert the templates if you had changed it recently

#####################################

[AJAX] - Advanced Forum Statistics 1.5.0.zip (Random threads with slideshow displays the images in [IMG] code 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]

Upgrade:

1. Reupload files to your root folder.

2. Reimport Product

3. Revert the templates if you had changed it recently

#####################################

[AJAX] - Advanced Forum Statistics 2.0.0.zip (Do not use Random threads)

Install:

1. Upload files to your root folder.

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

Upgrade:

1. Reupload files to your root folder.

2. Reimport Product

3. Revert the templates if you had changed it recently



Live Demo: using v1.5.0
http://viet-enter.net/diendan/index.php

History:

*12.18.2008
  • Update vietvbb_topx.css for Black Styles!
*12.19.2008 v1.3.1
  • Fix lastest blog template
*12.19.2008 v1.4.0
  • Random threads with slideshow displays the images in [IMG] code in threads
*12.29.2008 v1.5.0
  • Fix vietvbb_topstats_stats15 template
  • Use class smallfont
  • Change load style form.
Thanks for using this MOD!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 12-16-2008, 06:59 AM
toddos toddos is offline
 
Join Date: Nov 2006
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by toddos View Post
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?

can someone help me?
Reply With Quote
  #63  
Old 12-16-2008, 07:35 AM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by toddos View Post
can someone help me?
you must edit *.php file, *xml file, and picters.

Edit file *.php

find:

PHP Code:
        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
Reply With Quote
  #64  
Old 12-16-2008, 02:00 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...

here's the list5 & list3 gif image:
Attachment 90671 Attachment 90672
hope we have the Display Result = 3 or 5 ACP vB Option

really nice mod...thanks a lot...

:up:
Reply With Quote
  #65  
Old 12-16-2008, 02:57 PM
toddos toddos is offline
 
Join Date: Nov 2006
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ry215 View Post
you must edit *.php file, *xml file, and picters.

Edit file *.php

find:

PHP Code:
        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?
Reply With Quote
  #66  
Old 12-16-2008, 04:51 PM
desconexion desconexion is offline
 
Join Date: Dec 2008
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

buffff,,, uninstalled, seems to hard to get an answer from the coder.

thanks
Reply With Quote
  #67  
Old 12-16-2008, 08:24 PM
cjddrum1 cjddrum1 is offline
 
Join Date: Jun 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wish you could set forumid's for the random threads part
Reply With Quote
  #68  
Old 12-16-2008, 08:46 PM
cjddrum1 cjddrum1 is offline
 
Join Date: Jun 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do I make mine look like this:

Reply With Quote
  #69  
Old 12-16-2008, 08:51 PM
ry215 ry215 is offline
 
Join Date: Apr 2006
Location: Paraguay
Posts: 508
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cjddrum1 View Post
how do I make mine look like this:
In Options this mod choose Display Result: 15
Reply With Quote
  #70  
Old 12-16-2008, 09:52 PM
mperez mperez is offline
 
Join Date: Mar 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mperez View Post
Great MOD !

Mark Installed

I have a problem, do not show Random Threads.

Any solution?

Thanks for your help
Any idea?
Reply With Quote
  #71  
Old 12-17-2008, 07:30 AM
DjEddie DjEddie is offline
 
Join Date: Nov 2007
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DjEddie View Post
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.

Thank you
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:46 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04779 seconds
  • Memory Usage 2,337KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (6)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete