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

Reply
 
Thread Tools
VSa - Advanced 'New Posts' (AJAX) Details »»
VSa - Advanced 'New Posts' (AJAX)
Version: 3.0.3, by Valter Valter is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.x.x Rating:
Released: 01-16-2010 Last Update: 05-20-2012 Installs: 580
Uses Plugins Auto-Templates
 
No support by the author.

Info:
This hack will show how many new posts/threads have been posted in forums since your 'last visit'. New posts are checked via AJAX, manually or in defined time interval. Optionally you can enable and configure Smart Search Menu to give users ability to search individual forum sections. View screenshots...

Installation:
Import product XML: AdminCP > Plugin System > Manage Products > [Add/Import Product]

To set options:
Go to: AdminCP > vBulletin Options > VSa - Advanced 'New Posts'

Versions:
v1.0 - Apr 29. 2006.
-First version
v2.4 - Jan 18. 2009.
-Latest 3.x version
v3.0 - Jan 17. 2010.
-Updated for vBulletin 4.x
-Mod prefix (Cyb) changed to 'VSa'
v3.0.1 - Jan 17. 2010.
-Fixed bug where individual forum search does not work properly
-Fixed bug where product is not stopped when forums are turned off
v3.0.2 - Apr 11. 2010.
-Fixed: WOL confusion
-New: Compatible with DB thread/forum read marking types
-New: Navbar items merged
-Fixed: Permissions bug
-Fixed: Minor bugs
v3.0.3 - May 21. 2012.
-Compatible with vBulletin 4.2.x

Download Now

File Type: zip VSa - Advanced 'New Posts' v3.0.3.zip (4.2 KB, 897 views)

Screenshots

File Type: jpg acp.jpg (209.9 KB, 0 views)
File Type: png newposts.png (15.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
Bubble #5, eTiKeT?, Honk0815, mokujin, NoMatt3r

Comments
  #92  
Old 06-12-2010, 11:07 PM
massizero massizero is offline
 
Join Date: Apr 2008
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

some users are writing that they don't read any numbers but "database error" what could it be the reason ? thanks
Reply With Quote
  #93  
Old 07-09-2010, 03:09 PM
RustyDogma RustyDogma is offline
 
Join Date: May 2009
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I love this mod! It would be nice if it could show new posts in groups as well.
Reply With Quote
  #94  
Old 07-20-2010, 11:12 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to Disable CMS comments from showing? because it links them to the "none viewing thread" not the main article

Thanks
Reply With Quote
  #95  
Old 08-09-2010, 06:53 PM
CVOsporty CVOsporty is offline
 
Join Date: Aug 2010
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi new to BBcode and stuff as only ever really used the frebies
is there a way that somebody could advise on how to get this to post on everypage of the forum, many regards
Reply With Quote
  #96  
Old 08-10-2010, 04:04 PM
DDIG DDIG is offline
 
Join Date: Nov 2007
Location: The Netherlands
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Gread mod! Thank you very much!
Reply With Quote
  #97  
Old 09-24-2010, 11:41 AM
Webby24 Webby24 is offline
 
Join Date: Oct 2007
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
dont know if this error is known.

But i have the follow error, and this after installation thousand times

Code:
Invalid SQL:

                                        SELECT COUNT(*) AS posts, post.threadid
                                        FROM vb3_post as post /*FORCE INDEX (dateline)*/
                                        INNER JOIN vb3_thread as thread USING (threadid)
                                        INNER JOIN vb3_forum AS forum USING (forumid)
                                        LEFT JOIN vb3_threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 1530)
                                        LEFT JOIN vb3_forumread AS forumread ON (forumread.forumid = forum.forumid AND forumread.userid = 1530)
                                        WHERE thread.visible IN (1)
                                        AND thread.forumid NOT IN(64,16,52,22,24,)
                                        AND post.dateline > IF(threadread.readtime IS NULL, 1285316613, threadread.readtime)
                                        AND thread.lastpost > IF(threadread.readtime IS NULL, 1285316613, threadread.readtime)
                                        AND post.dateline > IF(forumread.readtime IS NULL, 1285316613, forumread.readtime)
                                        AND thread.lastpost > IF(forumread.readtime IS NULL, 1285316613, forumread.readtime)
                                        AND post.dateline > 1285316613 AND thread.lastpost > 1285316613
                                        GROUP BY post.threadid;

MySQL-Fehler  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
                                        AND post.dateline > IF(threadread.readtime IS NULL, 1285316613, threadre' at line 8
Thanks a lot

Andr?
Reply With Quote
  #98  
Old 10-01-2010, 06:25 PM
Head Roller's Avatar
Head Roller Head Roller is offline
 
Join Date: Oct 2005
Location: Lafayette, CO
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice Mod.. .thanks
Reply With Quote
  #99  
Old 10-13-2010, 02:30 PM
LuisManson LuisManson is offline
 
Join Date: Jun 2010
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i was wondering how server intensive this is, since i see lots of
Code:
POST /misc.php?show=vsaanp_newposts HTTP/1.0
in the apache status...
Reply With Quote
  #100  
Old 10-19-2010, 02:44 PM
MonsterDK MonsterDK is offline
 
Join Date: Nov 2002
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Need some advice... been advised to remove this if on shared or vps hosting based on that when my forum fills up with members and posts, this mod will be a major down fall.

I am using shared hosting.. can anyone advise on this?

thanks
Reply With Quote
  #101  
Old 10-30-2010, 08:07 PM
shanef shanef is offline
 
Join Date: Sep 2010
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can i exclude forums that i don't want showing new posts?
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 10:50 AM.


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.05563 seconds
  • Memory Usage 2,332KB
  • Queries Executed 26 (?)
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
  • (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
  • (11)post_thanks_box
  • (5)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
  • (3)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