Version: 1.0.0 Beta, by Andreas
Developer Last Online: Jan 2023
Category: Miscellaneous Hacks -
Version: 4.1.0
Rating:
Released: 10-24-2010
Last Update: 12-25-2010
Installs: 103
Additional Files Is in Beta Stage
No support by the author.
This Add-on changes the behaviour of the What's New tab to include new content from all available configured content types (Blogs Entries, Articles, Social Group Messages, etc.) instead of only new forum posts.
As an added bonus, it also does also show an indicator for content that was not updated since your last visit but is still unread.
Attention
This Add-on is kinda resource intensive, you might not want to use it on a large/busy forum!
History
1.0.0 Beta 3
Removed useless code and navbar link "New Content".
The default route 'content' is not valid on line 354 in /home/aur47267/public_html/vb/router.php #0 /home/aur47267/public_html/vb/router.php(324): vB_Router::getDefaultRoute(500) #1 /home/aur47267/public_html/vb/router.php(207): vB_Router::newRoute('content') #2 /home/aur47267/public_html/vb/bootstrap.php(59): vB_Router::getResponse() #3 /home/aur47267/public_html/content.php(31): require_once('/home/aur47267/...') #4 /home/aur47267/public_html/index.php(113): require('/home/aur47267/...') #5 {main}
Fatal error: The default route 'content' is not valid on line 354 in [path]/vb/router.php in [path]/vb/vb.php on line 284 #0 vb_error_handler(256, The default route 'content' is not valid on line 354 in /home/aur47267/public_html/vb/router.php , /home/aur47267/public_html/vb/vb.php, 284, Array ([exception] => vB_Exception_Critical Object ([] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => The default route 'content' is not valid,[] => ,[] => 0,[] => /home/aur47267/public_html/vb/router.php,[] => 354,[] => Array ([0] => Array ([file] => /home/aur47267/public_html/vb/router.php,[line] => 324,[function] => getDefaultRoute,[class] => vB_Router,[type] => ::,[args] => Array ([0] => 500)),[1] => Array ([file] => /home/aur47267/public_html/vb/router.php,[line] => 207,[function] => newRoute,[class] => vB_Router,[type] => ::,[args] => Array ([0] => content)),[2] => Array ([file] => /home/aur47267/public_html/vb/bootstrap.php,[line] => 59,[function] => getResponse,[class] => vB_Router,[type] => ::,[args] => Array ()),[3] => Array ([file] => /home/aur47267/public_html/content.php,[line] => 31,[args] => Array ([0] => /home/aur47267/public_html/vb/bootstrap.php),[function] => require_once),[4] => Array ([file] => /home/aur47267/public_html/index.php,[line] => 113,[args] => Array ([0] => /home/aur47267/public_html/content.php),[function] => require))),[code] => 256)) called at [(null):0] #1 trigger_error(The default route 'content' is not valid on line 354 in /home/aur47267/public_html/vb/router.php , 256) called at [/home/aur47267/public_html/vb/vb.php:284] #2 vB::handleException(vB_Exception_Critical Object ([] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => The default route 'content' is not valid,[] => ,[] => 0,[] => /home/aur47267/public_html/vb/router.php,[] => 354,[] => Array ([0] => Array ([file] => /home/aur47267/public_html/vb/router.php,[line] => 324,[function] => getDefaultRoute,[class] => vB_Router,[type] => ::,[args] => Array ([0] => 500)),[1] => Array ([file] => /home/aur47267/public_html/vb/router.php,[line] => 207,[function] => newRoute,[class] => vB_Router,[type] => ::,[args] => Array ([0] => content)),[2] => Array ([file] => /home/aur47267/public_html/vb/bootstrap.php,[line] => 59,[function] => getResponse,[class] => vB_Router,[type] => ::,[args] => Array ()),[3] => Array ([file] => /home/aur47267/public_html/content.php,[line] => 31,[args] => Array ([0] => /home/aur47267/public_html/vb/bootstrap.php),[function] => require_once),[4] => Array ([file] => /home/aur47267/public_html/index.php,[line] => 113,[args] => Array ([0] => /home/aur47267/public_html/content.php),[function] => require)))) called at [(null):0]
"As an added bonus, it also does also show an indicator for content that was not updated since your last visit but is still unread."
-Over 50 of us in the vbtracker have been waiting for this to be restored to "new post" search. Is it possible to use this alone, just new posts or would it still be resource intensive?
-edit -ok I tested this, not quite what I need. I need new posts search to contain the "not updated since last visit line". Please PM me and let me know how much $$ for such a custom mod (if you are open to developing it). Thanks!
It requires the cumlulated amout of queriesfor all included content types + 1 whereas a search for new forum posts only takes the amount of queries required to search for new forum posts.
Quote:
What about comments to blog- and article-entries? They are not included, right?
vBulletin currently does not have newitem search controllers for these content types, therefore they are not included.
This Add-on does only use already existing controllers.