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
  #972  
Old 01-18-2013, 05:18 PM
vithorius's Avatar
vithorius vithorius is offline
 
Join Date: Feb 2008
Location: Portugal
Posts: 347
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
Is there any chance this is going to be working on vb3 again?
I've got the very same question...
Reply With Quote
  #973  
Old 01-18-2013, 11:05 PM
craigvm's Avatar
craigvm craigvm is offline
 
Join Date: Aug 2012
Posts: 215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there any chance it will work right at all ?
Reply With Quote
  #974  
Old 01-20-2013, 05:21 AM
Lustikus Lustikus is offline
 
Join Date: Dec 2007
Location: Germay
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

unable to install the product

PHP Code:
Invalid SQL:
ALTER TABLE `userADD `ln_thanks_user_amountINT10 UNSIGNED DEFAULT '0' NOT NULL;

MySQL-Fehler  Duplicate column name 'ln_thanks_user_amount'
Fehler-Nr.    : 1060
Fehler
-Zeit   Sunday20.01.2013 07:11:44
Datum         
Sunday20.01.2013 07:11:44 
to fix this, I found your post:

Quote:
You might have a broken installation of vBSocial. Run this set of SQL queries:

Code:

DROP TABLE IF EXISTS `ln_thanks`;
ALTER TABLE `user` DROP `ln_thanks_user_amount`;
ALTER TABLE `post` DROP `ln_thanks_amount`;
ALTER TABLE `user` DROP `ln_thanks_thanked_posts`;
ALTER TABLE `user` DROP `ln_thanks_thanked_times`;
DROP TABLE IF EXISTS `postbit_display_status`;
ALTER TABLE `post` DROP `notify_enable`;
DROP TABLE IF EXISTS `livenotifications_usersettings`;
DROP TABLE IF EXISTS `livenotifications`;
but:

Quote:
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 'ALTER TABLE `post` DROP `ln_thanks_amount`;
ALTER TABLE `user` DROP `ln_thanks_' at line 2
is there any other way to deinstall the product ?


edit: problem fixed, product does not work with Helpful answers add-on, now its runing.

But therere still some conflicts, in some styles it is fine at all, in some not (popups not open as they should do and i cant see the notificatons).
overall i would say that it need a big work around, specially on high customized styles.
Reply With Quote
  #975  
Old 01-21-2013, 03:47 AM
deltahawk5 deltahawk5 is offline
 
Join Date: Sep 2012
Location: Florida, USA
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any idea when the next update will come?
Reply With Quote
  #976  
Old 01-21-2013, 03:49 PM
Winter Sonata Winter Sonata is offline
 
Join Date: Apr 2010
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I disable the deafult header to test the plugin before buying it ?

I want to make sure that it's compatible and will work properly?
Reply With Quote
  #977  
Old 01-21-2013, 09:07 PM
daveaite's Avatar
daveaite daveaite is offline
 
Join Date: Jul 2009
Location: Florida
Posts: 1,890
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Winter Sonata View Post
How can I disable the deafult header to test the plugin before buying it ?

I want to make sure that it's compatible and will work properly?
You can manually remove the code if you want from header template. The default header code is removed at examples suchs as:

http://vbsocial.com/forum/forum.php
http://buypoe.com/forum/forum.php

and many other sites around the web, if people care to post their links.

Another update will be coming in 1 or 2 weeks.
Reply With Quote
  #978  
Old 01-21-2013, 10:00 PM
Winter Sonata Winter Sonata is offline
 
Join Date: Apr 2010
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by daveaite View Post
You can manually remove the code if you want from header template. The default header code is removed at examples suchs as:

http://vbsocial.com/forum/forum.php
http://buypoe.com/forum/forum.php

and many other sites around the web, if people care to post their links.

Another update will be coming in 1 or 2 weeks.
Thanks Dave!

Can you help me on how to remove the default header? btw, I'm using the default VB skin.
When first I see this addon that was a year ago, but was afraid to start using it, I have decided to give it a try,,, but I should make sure that it'll work properly and not using too much resources, I'd love to buy a membership at your site if that works!

Kindly, let me know how to remove the default header.


regards!
Reply With Quote
  #979  
Old 01-22-2013, 09:47 PM
daveaite's Avatar
daveaite daveaite is offline
 
Join Date: Jul 2009
Location: Florida
Posts: 1,890
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Go to admincp > theme > header template

Make a backup of the header template code.

Delete everything in it.

Then:
Add in there
Code:
{vb:raw fixed_livenotifications_header}
See if that works.
Reply With Quote
  #980  
Old 01-23-2013, 06:26 PM
daveaite's Avatar
daveaite daveaite is offline
 
Join Date: Jul 2009
Location: Florida
Posts: 1,890
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another round of bug fixes coming in a few weeks
Reply With Quote
  #981  
Old 01-24-2013, 04:31 AM
deltahawk5 deltahawk5 is offline
 
Join Date: Sep 2012
Location: Florida, USA
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looking forward to it!
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:28 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.12769 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
  • (1)bbcode_code
  • (1)bbcode_php
  • (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
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (15)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
  • (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