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
  #42  
Old 12-14-2008, 04:59 PM
Medtech's Avatar
Medtech Medtech is offline
 
Join Date: Oct 2007
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks ry215, was playing with it, have the perfect colors for a dark or black forum,

Users can c/p this into their ++++++++++_topx.css file and replace all with it.


Code:
ul{ margin: 0; padding: 0;}
.tabs { padding-bottom: 26px; margin-bottom: 15px; background: #000000; border-top: 1px solid #000; border-bottom: 1px solid #000000; }
.tabs li { list-style: none;float: left; line-height: 27px; border-right: 1px solid #CAD9EA; height: 27px; font-size: 11px; }
.tabs li.current { background: #000; height: 27px; font-weight: bold; }
.mainbox { background: #000; border: 1px solid #000000; padding: 1px; margin-bottom: 6px; }
.mainbox table { width: 100%; }
#dhtmltooltip { BORDER-RIGHT: black 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: black 1px solid; PADDING-LEFT: 2px; Z-INDEX: 999; FILTER: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); LEFT: -300px; VISIBILITY: hidden; PADDING-BOTTOM: 2px; BORDER-LEFT: black 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: black 1px solid; POSITION: absolute; BACKGROUND-COLOR: Black }
I am using this on VB 3.8.0 candidate1. works great.

see attached image
Reply With Quote
  #43  
Old 12-14-2008, 05:27 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi bro. ry215

Dunno but seems that it's not workin properly to my site...

can't click or it's not workin the mid bar above to change it to: "hotest thread", "most viewed" or into new views... same as if i want to change something into the dropdownbar into other views...it take little time the ajax loading gif to appear...normally it will work auto if you click something above to change something...right?

but the random threads are workin fine...auto

maybe you have any idea on this...think the ajax is not workin properly to my vb.3.6.8 PL2

appreciate any help please

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

Quote:
Originally Posted by princeedward View Post
Hi bro. ry215

Dunno but seems that it's not workin properly to my site...

can't click or it's not workin the mid bar above to change it to: "hotest thread", "most viewed" or into new views... same as if i want to change something into the dropdownbar into other views...it take little time the ajax loading gif to appear...normally it will work auto if you click something above to change something...right?

but the random threads are workin fine...auto

maybe you have any idea on this...think the ajax is not workin properly to my vb.3.6.8 PL2

appreciate any help please

try this post!
https://vborg.vbsupport.ru/showpost....6&postcount=22

Thanks for using!
Reply With Quote
  #45  
Old 12-14-2008, 05:48 PM
Medtech's Avatar
Medtech Medtech is offline
 
Join Date: Oct 2007
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by princeedward View Post
Hi bro. ry215

Dunno but seems that it's not workin properly to my site...

can't click or it's not workin the mid bar above to change it to: "hotest thread", "most viewed" or into new views... same as if i want to change something into the dropdownbar into other views...it take little time the ajax loading gif to appear...normally it will work auto if you click something above to change something...right?

but the random threads are workin fine...auto

maybe you have any idea on this...think the ajax is not workin properly to my vb.3.6.8 PL2

appreciate any help please

this mod may not be compatable with 3.6.x version as it is made for 3.7.x. also it works well with 3.8.x
Reply With Quote
  #46  
Old 12-14-2008, 06:18 PM
Medtech's Avatar
Medtech Medtech is offline
 
Join Date: Oct 2007
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way to prevent certain forums from showing up in the random images? i do have a small adult pics section that i want to keep out of the randoms.
Reply With Quote
  #47  
Old 12-14-2008, 07:04 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Medtech View Post
this mod may not be compatable with 3.6.x version as it is made for 3.7.x. also it works well with 3.8.x
well it work now...with a little help from this...

Solution

many thanks for the support of our great developer...

one thing more...how can i change the color or...the css square thing about the thread/topic info?

thanks once again

Rated Exellent & Nominated!

:up:
Reply With Quote
  #48  
Old 12-14-2008, 07:11 PM
Medtech's Avatar
Medtech Medtech is offline
 
Join Date: Oct 2007
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by princeedward View Post

one thing more...how can i change the color or...the css square thing about the thread/topic info?

thanks once again

Rated Exellent & Nominated!

:up:
i started playing in the css file. look up a few posts and read the code i posted. you will see the differences with that from the origional. just start playing with it changing colors in the different spots till you get what you want. you can always start over with the origional .css file
Reply With Quote
  #49  
Old 12-14-2008, 07:32 PM
dvbusuario's Avatar
dvbusuario dvbusuario is offline
 
Join Date: Oct 2007
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mark As Installed, Nominated & rated Exellent

Thank you!!

P.S. You can put it in vbadvanced?
Reply With Quote
  #50  
Old 12-14-2008, 07:49 PM
fLoCkE fLoCkE is offline
 
Join Date: Mar 2008
Location: Turkey/Kırklareli
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you nice job

*Installed
Reply With Quote
  #51  
Old 12-15-2008, 12:05 AM
yakuza35 yakuza35 is offline
 
Join Date: Apr 2007
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want to ask you something. How can I show this product on vbadvanced portal?
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 04:00 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.14430 seconds
  • Memory Usage 2,333KB
  • 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
  • (1)bbcode_code
  • (2)bbcode_php
  • (4)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