vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - vBulletin Social Network 9.5 Gold (Lite) - vBSocial.com (https://vborg.vbsupport.ru/showthread.php?t=266972)

stefano9lli 06-20-2012 08:43 PM

Quote:

Originally Posted by pjfry (Post 2341218)
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 ;)

daveaite 06-21-2012 02:05 AM

Quote:

Originally Posted by stefano9lli (Post 2341570)
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.

stefano9lli 06-21-2012 10:14 AM

Would be great if plugin should stop fetching notifications after x seconds. On my 140k users server load is on 105 XD

qpurser 06-21-2012 12:15 PM

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.

popmyzit 06-21-2012 12:35 PM

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

GamerPerfection 06-21-2012 01:32 PM

Yes please confirm whether the attachment here is 5.0, 5.1 or 5.2. Thanks.

Gemma 06-21-2012 03:42 PM

Quote:

Originally Posted by GamerPerfection (Post 2341748)
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.

tpearl5 06-21-2012 04:04 PM

Quote:

Originally Posted by popmyzit (Post 2341734)
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...

tpearl5 06-21-2012 05:42 PM

Quote:

Originally Posted by stefano9lli (Post 2341696)
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.

tpearl5 06-21-2012 05:57 PM

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


All times are GMT. The time now is 04:44 PM.

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.02434 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete