Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
vBulletin Social Network 9.5 Gold (Lite) - vBSocial.com Details »»
vBulletin Social Network 9.5 Gold (Lite) - vBSocial.com
Version: 9.5 Lite, by daveaite daveaite is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Category: Major Additions - Version: 4.x.x Rating:
Released: 07-16-2011 Last Update: 08-03-2014 Installs: 298
DB Changes Uses Plugins Template Edits Auto-Templates
Code Changes Additional Files Translations  
No support by the author.

The future of forums. Friend requests, private messaging, global notifications in real time.


Video:
https://vimeo.com/81470983

Installation:
https://vimeo.com/81466836

Customization of Logo and vBSocial 9:

https://vimeo.com/81466835






Demo: http://vbsocial.com/forum/forum.php
user: user
pass: test






Mark as Installed[/center]



Get updates on lite version immediately:

Lite version functionality:
Over 50+ settings configurable
-Notifications for replies, threads
-Profile Dropdown
-Global Dropdown
-PM Dropdown
-Ability to disable default header and more.

Lite Version limits:
-Can't add "3rd party notifications"
-No Moderation Dropdown
-No Friend Request Dropdown
-No Private Message Dropdown

-No profile comment notifications
-No gallery comment notificaitons
-No Social Virality dropdown (G+, Fb like, and Twitter buttons in social dropdown)
-No Social Reputation system or notifications for reputations
-No abilty to enable/disable notifications per post from posts level
Other limitations
-Copyright in footer and profile dropdown

Download Now

File Type: zip vBSocial Notifications 9.5 Lite.zip (444.1 KB, 335 views)

Show Your Support

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

Comments
  #512  
Old 06-20-2012, 08:43 PM
stefano9lli's Avatar
stefano9lli stefano9lli is offline
 
Join Date: Sep 2009
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pjfry View Post
Hi I use the ultimate Version of this Addon and get this error when chaning my settings:



Thanks for your help!

Benny
This version of livenotifications have a bug in profile.php?do=editoptions
The file includes/functions_livenotifications.php execute a INSERT QUERY on 751 row with 11 fields and 12 values.

## Fix ##

Search:
Code:
$q = "INSERT INTO " . TABLE_PREFIX . "livenotifications_usersettings
			(ln_enable_comment, ln_enable_post, ln_enable_reply, ln_enable_reputation, 
			ln_enable_quote,ln_enable_taguser, ln_enable_pm, ln_enable_friend,ln_enable_vbseolike,ln_enable_vbarcade, userid)
		VALUES
Replace with:
Code:
$q = "INSERT INTO " . TABLE_PREFIX . "livenotifications_usersettings
			(ln_enable_comment, ln_enable_post, ln_enable_reply, ln_enable_reputation, 
			ln_enable_quote,ln_enable_taguser, ln_enable_pm, ln_enable_friend,ln_enable_blogcomment,ln_enable_vbseolike,ln_enable_vbarcade, userid)
		VALUES
Good luck
Reply With Quote
  #513  
Old 06-21-2012, 02:05 AM
daveaite's Avatar
daveaite daveaite is offline
 
Join Date: Jul 2009
Location: Florida
Posts: 1,890
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stefano9lli View Post
This version of livenotifications have a bug in profile.php?do=editoptions
The file includes/functions_livenotifications.php execute a INSERT QUERY on 751 row with 11 fields and 12 values.

## Fix ##

Search:
Code:
$q = "INSERT INTO " . TABLE_PREFIX . "livenotifications_usersettings
			(ln_enable_comment, ln_enable_post, ln_enable_reply, ln_enable_reputation, 
			ln_enable_quote,ln_enable_taguser, ln_enable_pm, ln_enable_friend,ln_enable_vbseolike,ln_enable_vbarcade, userid)
		VALUES
Replace with:
Code:
$q = "INSERT INTO " . TABLE_PREFIX . "livenotifications_usersettings
			(ln_enable_comment, ln_enable_post, ln_enable_reply, ln_enable_reputation, 
			ln_enable_quote,ln_enable_taguser, ln_enable_pm, ln_enable_friend,ln_enable_blogcomment,ln_enable_vbseolike,ln_enable_vbarcade, userid)
		VALUES
Good luck
Thanks, updated to 5.2 to fix this issue.
Reply With Quote
  #514  
Old 06-21-2012, 10:14 AM
stefano9lli's Avatar
stefano9lli stefano9lli is offline
 
Join Date: Sep 2009
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would be great if plugin should stop fetching notifications after x seconds. On my 140k users server load is on 105 XD
Reply With Quote
  #515  
Old 06-21-2012, 12:15 PM
qpurser qpurser is offline
 
Join Date: Jul 2011
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed your update from yesterday.

Still seeing the following issues:
Friends request don't work.
I could live without this option for now and therefore disabled the "Enable Friend Request Notifications?" in the adminCP. However the icon/menu still shows up.
Reply With Quote
  #516  
Old 06-21-2012, 12:35 PM
popmyzit popmyzit is offline
 
Join Date: Jun 2006
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So far have major issues with the plugin even the Ultimate edition paid for. Both lite and paid have same basic issues

On the forum home and forums it seems to work half decent though i can't see the ajax working,

On threads, profiles the menus do not open nor collapse down even after clicking on them. This includes the cms/blog areas.

Also the notif profile tab shows nothing its blank on the profile pages.

the css is quite hard to read and should have an easy to change setting - is there a hook for additional.css you can plug into that can be easily changed via the settings manager for the plugin?

also Likes show up in notif window but don't show where they were liked (no url and no seo urls).

Member urls are not seo urls

has potential, but I don't see anything being fixed in 3 months and that cost me $59

just a note this has nothing to do with server mysql hardware as we have a dedicated db server with almost 40g of ram, and 24 cpus so loading is not an issue

Also noticed your v# says 5.2 but only 5.0 is available in Lite and 5.1 in Ultimate
Reply With Quote
Благодарность от:
deverill2010
  #517  
Old 06-21-2012, 01:32 PM
GamerPerfection's Avatar
GamerPerfection GamerPerfection is offline
 
Join Date: Feb 2006
Posts: 389
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes please confirm whether the attachment here is 5.0, 5.1 or 5.2. Thanks.
Reply With Quote
  #518  
Old 06-21-2012, 03:42 PM
Gemma's Avatar
Gemma Gemma is offline
 
Join Date: Apr 2004
Location: Scotland
Posts: 1,229
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GamerPerfection View Post
Yes please confirm whether the attachment here is 5.0, 5.1 or 5.2. Thanks.
The attachments have all the updates/fixes, they just haven't been renamed yet.
Reply With Quote
  #519  
Old 06-21-2012, 04:04 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by popmyzit View Post
just a note this has nothing to do with server mysql hardware as we have a dedicated db server with almost 40g of ram, and 24 cpus so loading is not an issue
edit: nevermind, I read what you said incorrectly...
Reply With Quote
  #520  
Old 06-21-2012, 05:42 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stefano9lli View Post
Would be great if plugin should stop fetching notifications after x seconds. On my 140k users server load is on 105 XD
I really like how facebook stops checking for updates, then resumes when you focus the window again.
Reply With Quote
  #521  
Old 06-21-2012, 05:57 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bug: with vbSEO, the "Show All Notifications" link does not load the Notifications tab. The link is PROFILE-URL#livenotifications instead of PROFILE-URL?tab=livenotifications#livenotifications
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 08:23 AM.


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.08544 seconds
  • Memory Usage 2,356KB
  • 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
  • (4)bbcode_code
  • (5)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
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (16)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)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