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
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
  #1062  
Old 05-07-2013, 07:40 PM
GamerPerfection's Avatar
GamerPerfection GamerPerfection is offline
 
Join Date: Feb 2006
Posts: 389
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AARRRGGHHH!!! This is doing my head in!!!!

I uninstalled it to try 6.3, that installed then I uninstalled that a re-installed 7.3 only to get this database error when installing:



Database error in vBulletin 4.2.1:

Invalid SQL:
ALTER TABLE `user` ADD `ln_thanks_user_amount` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;

MySQL Error : Duplicate column name 'ln_thanks_user_amount'
Error Number : 1060
Request Date : Tuesday, May 7th 2013 @ 09:33:02 PM
Error Date : Tuesday, May 7th 2013 @ 09:33:02 PM
Script : http://www.gamerperfection.com/admin...=productimport
Referrer : http://www.gamerperfection.com/admin...?do=productadd
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.1.68-cll
Reply With Quote
  #1063  
Old 05-08-2013, 04:11 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 GamerPerfection View Post
AARRRGGHHH!!! This is doing my head in!!!!

I uninstalled it to try 6.3, that installed then I uninstalled that a re-installed 7.3 only to get this database error when installing:



Database error in vBulletin 4.2.1:

Invalid SQL:
ALTER TABLE `user` ADD `ln_thanks_user_amount` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL;

MySQL Error : Duplicate column name 'ln_thanks_user_amount'
Error Number : 1060
Request Date : Tuesday, May 7th 2013 @ 09:33:02 PM
Error Date : Tuesday, May 7th 2013 @ 09:33:02 PM
Script : http://www.gamerperfection.com/admin...=productimport
Referrer : http://www.gamerperfection.com/admin...?do=productadd
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.1.68-cll
Simply remove these 4 lines from the .xml, then try to run the .xml again.

Code:
				$vbulletin->db->query_write("ALTER TABLE `". TABLE_PREFIX ."user` ADD `ln_thanks_user_amount` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL");
				$vbulletin->db->query_write("ALTER TABLE `". TABLE_PREFIX ."post` ADD `ln_thanks_amount` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL");
				$vbulletin->db->query_write("ALTER TABLE `". TABLE_PREFIX ."user` ADD `ln_thanks_thanked_posts` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL");
				$vbulletin->db->query_write("ALTER TABLE `". TABLE_PREFIX ."user` ADD `ln_thanks_thanked_times` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL");
Reply With Quote
  #1064  
Old 05-08-2013, 11:14 AM
GamerPerfection's Avatar
GamerPerfection GamerPerfection is offline
 
Join Date: Feb 2006
Posts: 389
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok thanks that worked.

So now i'm back to square one.

I followed your first post which says put
Code:
{vb:raw fixed_livenotifications_header}
in the header as I have a customised theme.

At this point I then had two bars, one right at the top and one almost just below it. Then I went in to the settings and set "Is template automatic edit on?" to No. This removed the lower bar.

So now I'm back to having the bar right at the top which is great, but the icons are still low down. It must be something to do with my header, maybe because I have a wrapper that's causing it?
Reply With Quote
  #1065  
Old 05-22-2013, 09:31 PM
daveaite's Avatar
daveaite daveaite is offline
 
Join Date: Jul 2009
Location: Florida
Posts: 1,890
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay. Turn auto template back on.

Then remove

Code:
{vb:raw fixed_livenotifications_header}
Have automatic edit on. If you get two bars, that just means that code above exists twice in your header somewhere.

Search templates for it, and then remove one of them.
Reply With Quote
  #1066  
Old 05-23-2013, 08:13 AM
GamerPerfection's Avatar
GamerPerfection GamerPerfection is offline
 
Join Date: Feb 2006
Posts: 389
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Damn it. It works fine on default style, so there must be something in my style that pushes those two images down. What doesn't make sense is why only those two images when everything else on the bar is in the right place.
Reply With Quote
  #1067  
Old 05-24-2013, 10:40 AM
GamerPerfection's Avatar
GamerPerfection GamerPerfection is offline
 
Join Date: Feb 2006
Posts: 389
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any suggestions on what could be pushing those two icon down?
Reply With Quote
  #1068  
Old 05-24-2013, 01:20 PM
GamerPerfection's Avatar
GamerPerfection GamerPerfection is offline
 
Join Date: Feb 2006
Posts: 389
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome I got it working. I narrowed it down to the vbulletin-chrome.css template. There were lots of top paddings set to 65px instead of the default 3px which I think I change previously for an old modification.

All fixed and working now.

http://www.gamerperfection.com
Reply With Quote
Благодарность от:
daveaite
  #1069  
Old 05-24-2013, 02:25 PM
mertiliuss mertiliuss is offline
 
Join Date: Aug 2009
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry for my English use a translator

you can modify your mod "vBSocial SEO Links" in this manner:

http://codecanyon.net/item/related-p...dpress/2427013

or something?

I am ready to buy

thanks
Reply With Quote
  #1070  
Old 05-27-2013, 07:01 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 mertiliuss View Post
Sorry for my English use a translator

you can modify your mod "vBSocial SEO Links" in this manner:

http://codecanyon.net/item/related-p...dpress/2427013

or something?

I am ready to buy

thanks
Yes, but the only issue is most threads don't have a "thumb" or attachment image.
Reply With Quote
  #1071  
Old 05-28-2013, 06:28 PM
mertiliuss mertiliuss is offline
 
Join Date: Aug 2009
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by daveaite View Post
Yes, but the only issue is most threads don't have a "thumb" or attachment image.
is solved with a default image when there is no "thumb" or attachment ?is possible?
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 07:11 PM.


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.06845 seconds
  • Memory Usage 2,363KB
  • Queries Executed 28 (?)
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
  • (3)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
  • (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_postinfo_query
  • fetch_postinfo
  • 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