Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Update 4.0.4a - [AJAX] - Advanced Forum Statistics Details »»
Update 4.0.4a - [AJAX] - Advanced Forum Statistics
Version: 4.0.4a, by haothiencz haothiencz is offline
Developer Last Online: Oct 2021 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.0.x Rating:
Released: 01-10-2010 Last Update: 03-04-2010 Installs: 576
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Translations  
No support by the author.

AJAX - Advanced Forum Statisticss

+Compatiable with latest version of vBulletin
+ This Mod has been coded by one person in our Team Linhnt
+ You can also check 3.8.x version here posted by ry215
+ This Mod is supported so I will try my best to give most possible support to you guys here.
+ Enjoy it!

DEMO: view screenshot
LIVE DEMO: my site is currently under construction so feel free to leave a link to your site if you use it. I will put it here.

Features:

Thread, blog, forum:
- Latest Post
- 9 Latest Post custom
- Hostest thread
- Most viewed thread
- Latest News
- Top Forum
- Latest Class Ads
- Latest Blog (Entry)
- Latest Blog Comment
- Most viewed Entry
- Hottest Entry

Member:
- Newest Member
- Top Starter
- Top Referrer
- Top Reputation
- Top thanked
- Top Richest
- Top Bloger

Install:
1. Upload all the folder with file in UPLOAD folder to your root folder.
2. Import Product
3. Settings -> options - > [AJAX] - Advanced Forum Statistics change all options to fit your need.
4. Remember to mark as installed and nominate if you use and like this mod.

History version:
v 4.0.0 : first release
v 4.0.1 : Update with some little fix
v 4.0.2 : Update 1 new template which dispay thread information when mouse-over view.
v4.0.4: Optimize, fix css, add thread prefix. Work with latest version 4.0.2 patch level 1
IF YOU ARE NOT RUNNING VBULLETIN 4.0.2 or HIGHER - DO NOT UPGRADE TO 4.0.4 OR IT WILL MESS YOUR BOARD>
v4.0.4.a: Quick fix with tooltips.

Regards,
haothiencz

Download Now

File Type: zip [AJAX] - Advanced Forum Statistics.zip (33.3 KB, 1573 views)
File Type: zip [AJAX]Advanced Forum Statistic - 4.0.2.zip (32.5 KB, 2600 views)
File Type: zip [AJAX] TopX 4.0.4.zip (34.3 KB, 3494 views)
File Type: xml product-ajax_topstats_vb4a.xml (66.9 KB, 1783 views)

Screenshots

File Type: png vBCreative.net - Premium vBulletin Style_1263237317659.png (29.4 KB, 0 views)
File Type: jpg vBulletin Options - vBCreative.net - Premium vBulletin Style - vBulletin Admin Control Panel_126.jpg (99.3 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
iiioroh

Comments
  #502  
Old 12-05-2010, 08:26 PM
Malcolm-X Malcolm-X is offline
 
Join Date: Sep 2010
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VonDoom View Post
In options set Auto Template to No then Modify the Forum Home templates

FORUMHOME Template find
Code:
<!-- what's going on box -->
Add Above
Code:
{vb:raw ad_location.vietv2b_topx}
This will place the product just below your forums, right above WGO
Thanks for clear explanation
Reply With Quote
  #503  
Old 12-12-2010, 11:20 PM
WxP's Avatar
WxP WxP is offline
 
Join Date: Dec 2005
Location: Albania
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I Get error after users login, is showing agter database error,
Reply With Quote
  #504  
Old 12-13-2010, 12:18 AM
lycheepassion lycheepassion is offline
 
Join Date: Aug 2009
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this work with 4.1 PL2 I need something like this for my giveaway *POST THE MOST*! Any suggestions if this isn't it?
Reply With Quote
  #505  
Old 12-19-2010, 05:38 AM
Joxpa Joxpa is offline
 
Join Date: Dec 2010
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no working in vBulletin 4.1.0 Patch Level 2 ((((((((((((((
Reply With Quote
  #506  
Old 12-19-2010, 07:44 AM
gsmlover4u's Avatar
gsmlover4u gsmlover4u is offline
 
Join Date: Jan 2007
Posts: 348
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can change background color
Reply With Quote
  #507  
Old 12-25-2010, 07:03 PM
sebasdess sebasdess is offline
 
Join Date: Oct 2010
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is a problem with VBSEO.

When using this to link to last post:
$vsatopstats_titlelink = 'showthread.php?'.$session['sessionurl'].'p='.$get_new_posts['lastpostid'].$get_new_posts_pagenr.'#post'.$get_new_posts['lastpostid']; break;

it's change http://forum.xxxxxxxxxxxx.com/showthread.php?<threadid>#post<lastpostID>
to the a url to : http://forum.xxxxxxxxxx.com/<forum_title>/<threadID><thread_title>-<new post page number>.html#post<last post number>
Which is great and everything is working.

BUT when using this to link to last newpost:
$vsatopstats_titlelink = 'showthread.php?'.$session['sessionurl'].$get_new_posts['threadid'].'&amp;goto=newpost#post'.$get_new_posts['lastpostid']; break;

it'S change the same url to: http://forum.xxxxxxxxxxxx.com/showthread.php?<thread ID>=&goto=newpost#post<newpostID>

This last one ain't working as there is a stupid '=' sign added.

Anyone have an idea WHY this stupid '=' appears?!?

Heeeeeelllp!!!!
Reply With Quote
  #508  
Old 12-26-2010, 07:27 PM
sebasdess sebasdess is offline
 
Join Date: Oct 2010
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

omg omg omg!
I did find the problem regarding VBSEO incompatibility after like 10 hours+ of works!!!

ADMIN CP >+Module & Products >+Module manager
Then MODIFY this module: VSa - Advanced Forum Statistics - FH
Try to find this (it,s under "case 3", somewhere in the file):
$vsatopstats_titlelink = 'showthread.php?'.$session['sessionurl'].$get_new_posts['threadid'].'&amp;goto=newpost#post'.$get_new_posts['lastpostid']; break;
and change it to:
$vsatopstats_titlelink = 'showthread.php?'.$session['sessionurl'].'t='.$get_new_posts['threadid'].'&amp;goto=newpost#'.$get_first_new_post['lastpostid']; break;

This should solve your problem!

If you are using "arrows" for first unread post, there will still be an incompatibility. Solving this problem is quite easy: just dont use arrow for "first unread post".
go to "ADMINCP >+SETTINGS > OPTION >+VSa Advanded Stats.
'Latest Posts' - Title Link -> First unread post
'Latest Posts' - Arrow Link -> Last post (or anything but FIRST UNREAD POST).

You wont have any problem with those settings!

Cheers!
Reply With Quote
  #509  
Old 01-04-2011, 03:12 PM
C0D3D C0D3D is offline
 
Join Date: May 2010
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Angus90 View Post
Thank you for this perfekt hack!

But the style is not very succeeded. That is why i have modded this.

If you use more than one style at your board, my version will display the same style of this one, you have decided.

Just import like the original one.
It's not bad, but can be improved. It still makes the style a bit weird.
Reply With Quote
  #510  
Old 01-12-2011, 05:24 PM
lmgc lmgc is offline
 
Join Date: Apr 2010
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello everybody !

please i want to know how to show only the last posts without the left part which show users, or purhapse you can advise me another hack for the last posts only.

kind regards

please see the attached file
Attachment 125516
Reply With Quote
  #511  
Old 01-14-2011, 11:02 PM
redtailboas redtailboas is offline
 
Join Date: Jan 2005
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sebasdess View Post
omg omg omg!
I did find the problem regarding VBSEO incompatibility after like 10 hours+ of works!!!

ADMIN CP >+Module & Products >+Module manager
Then MODIFY this module: VSa - Advanced Forum Statistics - FH
Try to find this (it,s under "case 3", somewhere in the file):
$vsatopstats_titlelink = 'showthread.php?'.$session['sessionurl'].$get_new_posts['threadid'].'&amp;goto=newpost#post'.$get_new_posts['lastpostid']; break;
and change it to:
$vsatopstats_titlelink = 'showthread.php?'.$session['sessionurl'].'t='.$get_new_posts['threadid'].'&amp;goto=newpost#'.$get_first_new_post['lastpostid']; break;

This should solve your problem!

If you are using "arrows" for first unread post, there will still be an incompatibility. Solving this problem is quite easy: just dont use arrow for "first unread post".
go to "ADMINCP >+SETTINGS > OPTION >+VSa Advanded Stats.
'Latest Posts' - Title Link -> First unread post
'Latest Posts' - Arrow Link -> Last post (or anything but FIRST UNREAD POST).

You wont have any problem with those settings!

Cheers!
Thanks.. I have been waiting for the VBSEO fix... this worked perfectly
Reply With Quote
Reply

Thread Tools

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 02:14 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.04964 seconds
  • Memory Usage 2,337KB
  • Queries Executed 27 (?)
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
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete