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)

deltahawk5 01-09-2013 12:39 AM

I'm still getting the list of users who liked the post, even though I disabled the like system.

http://i.imgur.com/xYZXX.png

Any way to get that turned off?

deltahawk5 01-09-2013 01:15 AM

It also seems as though "Remove default header?" is now an ultimate feature, even though it was not in < v6 :(

daveaite 01-09-2013 01:59 AM

Quote:

Originally Posted by deltahawk5 (Post 2395665)
I'm still getting the list of users who liked the post, even though I disabled the like system.

http://i.imgur.com/xYZXX.png

Any way to get that turned off?

I've logged this glitched and will be fixed asap

cdoyle 01-09-2013 02:14 AM

Would it be possible in the lite version, if 'ultimate' feature not display in the settings dropdown to end users? For example the 'downloadsII' notification option. No reason for the end user to see this, if it's not even enabled on the forum.

Also I'm trying to find info on this, but on each post there is a little sprocket looking icon with a green checkmark on it. When you click on it, you have the options enable/disable. What are these turning on/off?

daveaite 01-09-2013 02:49 AM

Quote:

Originally Posted by cdoyle (Post 2395673)
Would it be possible in the lite version, if 'ultimate' feature not display in the settings dropdown to end users? For example the 'downloadsII' notification option. No reason for the end user to see this, if it's not even enabled on the forum.


Also I'm trying to find info on this, but on each post there is a little sprocket looking icon with a green checkmark on it. When you click on it, you have the options enable/disable. What are these turning on/off?

They turn off notifications for that post. i.e quotations, post responses, etc.

daveaite 01-09-2013 04:09 AM

Please keep posting all bugs.

daveaite 01-09-2013 04:28 AM

Quote:

Originally Posted by Halfhidden (Post 2395511)
Hi here is the SQL error I'm getting:
Database error in vBulletin 4.1.12:

Invalid SQL:
SELECT * FROM VB_livenotifications
WHERE content_type = 'post' OR content_type = 'reply'
OR content_type = 'quote'
AND userid = 4;

MySQL Error : Table 'DATA_database1.VB_livenotifications' doesn't exist
Error Number : 1146
Request Date : Monday, January 7th 2013 @ 07:14:21 PM
Error Date : Monday, January 7th 2013 @ 07:14:21 PM
Script : http://picturepenzance.co.uk/misc.ph...set=ISO-8859-1
Referrer : http://picturepenzance.co.uk/forum/forum.php
IP Address : 212.139.01.01
Username : sparky
Classname : vB_Database
MySQL Version : 5.0.92-community

List of installed mods:
BF Easy Pages
DragonByte Tech Members map
Forum Runner
GlowHost Spam -O-Matic
MGC Chatbox
No Spam image inhancer
Photopost VBGallery
Tab and Link Manager
V3 Arcade

We are looking into this. Also please upgrade to 4.2.0 P3, reinstall and let us know if issue continues.
David

deltahawk5 01-09-2013 05:58 AM

Quote:

Originally Posted by daveaite (Post 2395672)
I've logged this glitched and will be fixed asap

Glad to hear that, I'm looking forward to seeing it implemented.

By the way, would it be possible for the "disable default header" option to return to the lite version in the next update? Our biggest reasoning behind trying out this mod is to see how well usability and communication efficiency improves, something which having both the mod and the standard header degrades.

daveaite 01-10-2013 04:28 AM

Quote:

Originally Posted by deltahawk5 (Post 2395702)
Glad to hear that, I'm looking forward to seeing it implemented.

No problem :)

Alfa1 01-16-2013 08:30 PM

Is there any chance this is going to be working on vb3 again?

vithorius 01-18-2013 05:18 PM

Quote:

Originally Posted by Alfa1 (Post 2397355)
Is there any chance this is going to be working on vb3 again?

I've got the very same question... :confused:

craigvm 01-18-2013 11:05 PM

is there any chance it will work right at all ?

Lustikus 01-20-2013 05:21 AM

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.

deltahawk5 01-21-2013 03:47 AM

Any idea when the next update will come?

Winter Sonata 01-21-2013 03:49 PM

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?

daveaite 01-21-2013 09:07 PM

Quote:

Originally Posted by Winter Sonata (Post 2398399)
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.

Winter Sonata 01-21-2013 10:00 PM

Quote:

Originally Posted by daveaite (Post 2398484)
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!

daveaite 01-22-2013 09:47 PM

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.

daveaite 01-23-2013 06:26 PM

Another round of bug fixes coming in a few weeks

deltahawk5 01-24-2013 04:31 AM

Looking forward to it!

deltahawk5 01-24-2013 05:06 AM

I'm still getting the list of users who liked the post, even though I disabled the thanks system included. Therefore, I now have two list of users who liked the post.

https://vborg.vbsupport.ru/external/2013/02/42.png

Any way to get that turned off? It's interfering with my existing like system and creating monsters out of threads that have post with 100+ likes.

daveaite 01-24-2013 06:22 AM

We're aware of this issue and will be fixed soon. I don't believe there is a way of turning it off at the moment.

Kenas 01-24-2013 06:51 PM

Hi, i recently installed the lite version before purchasing the full version. And i am getting the following error on each post i have edited or recently entered. Also all other users are getting the same error. "adding child to non-existent node" i would really love to get this mod and rest of social mods you guys are working with. Can this be fixed ?

mofeu 01-25-2013 11:38 AM

Goodmorning,

I install the product but I have some questions.

1)The vbsocial bar is moving , does it exist any code so can remain on the top of the header?

2)Can I install the vbsocial bar under the navbar?

3)The drop out menu does not work!Is it because the template?

https://vborg.vbsupport.ru/external/2013/01/12.png

cdoyle 01-25-2013 02:31 PM

1 Attachment(s)
Hi,
I just noticed something while trying to log in using a different PC.
I was going to log in using Facebook, but I don't see that option anywhere now.

Does your mod remove the login with Facebook option?
Wait, I see it in FireFox but not in IE10.

Also in IE10 Win 7 I noticed that once you log in, if you click the little gear icon that brings the dropdown menu. That menu will not go away, I've tried clicking somewhere else on the screen. I tried clicking save, and tried clicking the gear again. The menu stays there until I leave the page. When you click on your name in the social bar, the box that is supposed to appear, doesn't all the way display. You only see a small portion of it.

I asked this earlier, but in the dropdown with the user options. If the options are 'ultimate' features, and cannot be enabled in the lite version. Can these options be hidden from the dropdown to end users? It's confusing for them to have these options but the forum doesn't have them.

daveaite 01-26-2013 07:10 AM

Quote:

Originally Posted by Kenas (Post 2399230)
Hi, i recently installed the lite version before purchasing the full version. And i am getting the following error on each post i have edited or recently entered. Also all other users are getting the same error. "adding child to non-existent node" i would really love to get this mod and rest of social mods you guys are working with. Can this be fixed ?

We are currently aware of this issue, and is being fixed as we speak. :)

daveaite 01-26-2013 07:12 AM

Quote:

Originally Posted by mofeu (Post 2399396)
Goodmorning,

I install the product but I have some questions.

1)The vbsocial bar is moving , does it exist any code so can remain on the top of the header?

2)Can I install the vbsocial bar under the navbar?

3)The drop out menu does not work!Is it because the template?

https://vborg.vbsupport.ru/external/2013/01/12.png

1. Yes, theres an option, to switch to a fixed version.
2. Yes using the header variable.
3. Possibly...works different on various themes..hard to tell from just your image. Doesn't seem to be aligned properly.

daveaite 01-26-2013 07:25 AM

Quote:

Originally Posted by cdoyle (Post 2399447)
Hi,
I just noticed something while trying to log in using a different PC.
I was going to log in using Facebook, but I don't see that option anywhere now.

Does your mod remove the login with Facebook option?
Wait, I see it in FireFox but not in IE10.

Also in IE10 Win 7 I noticed that once you log in, if you click the little gear icon that brings the dropdown menu. That menu will not go away, I've tried clicking somewhere else on the screen. I tried clicking save, and tried clicking the gear again. The menu stays there until I leave the page. When you click on your name in the social bar, the box that is supposed to appear, doesn't all the way display. You only see a small portion of it.

I asked this earlier, but in the dropdown with the user options. If the options are 'ultimate' features, and cannot be enabled in the lite version. Can these options be hidden from the dropdown to end users? It's confusing for them to have these options but the forum doesn't have them.

*If you notice in IE10, facebook connect does not work for vbulletin :/ ..this is a vBulletin issue. See vbulletin.com forums as an example as it works in FF but not IE..


*I can duplicate your user drop down issue in IE9 - Confirmed

* I can't duplicate the "save" button issue your having in IE9. Works fine for us.

Answer to the last one:

There are user options in user dropdown and a setitngs dropdown. The settings dropdown should hide the settings if disabled by admin.

cdoyle 01-26-2013 04:33 PM

1 Attachment(s)
Quote:

Originally Posted by daveaite (Post 2399617)
*If you notice in IE10, facebook connect does not work for vbulletin :/ ..this is a vBulletin issue. See vbulletin.com forums as an example as it works in FF but not IE..


*I can duplicate your user drop down issue in IE9 - Confirmed

* I can't duplicate the "save" button issue your having in IE9. Works fine for us.

Answer to the last one:

There are user options in user dropdown and a setitngs dropdown. The settings dropdown should hide the settings if disabled by admin.

Where do you turn off the ultimate features?
When I go into the admin panel, it just says 'ultimate feature' with no radio button.

If I go into my test account, I still see the options:

Chadi 01-26-2013 11:38 PM

Just wondering if you would assist in helping me integrate the header part in my default header so there isn't 2 of them after the mod is installed?

http://www.talkjesus.com/forum.php

I like the clean look I have now.

Thanks.

daveaite 01-29-2013 04:45 AM

Quote:

Originally Posted by Chadi (Post 2399754)
Just wondering if you would assist in helping me integrate the header part in my default header so there isn't 2 of them after the mod is installed?

http://www.talkjesus.com/forum.php

I like the clean look I have now.

Thanks.

Sure,

Simply search in templates for a duplicate of
Code:

{vb:raw livenotifications_header}
Its in your "header" template twice probably.

Chadi 01-29-2013 06:37 PM

Thanks Dave.

I was hoping to actually integrate the mod's header into my site's default header. The drop downs, notifications, etc. Is this a complicated task?

daveaite 01-29-2013 09:02 PM

Quote:

Originally Posted by Chadi (Post 2400336)
Thanks Dave.

I was hoping to actually integrate the mod's header into my site's default header. The drop downs, notifications, etc. Is this a complicated task?

No not very hard. Theres a built in functionality that allows you to switch between the two types of stretched, or built in.

elfenny 01-30-2013 07:56 PM

I have the same problem... http://vbsocial.com/forum/showthread...ull=1#post3084

run queries...
HTML 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`;

and the result was this ...

Quote:

An error occurred while trying to execute the query. The following information was returned.
Error number: 1103
Error Description: Incorrect table name''
I can do?

deltahawk5 02-04-2013 02:01 AM

Update coming soon?

daveaite 02-04-2013 06:06 PM

7.2 was released today on vbsocial -design upgrade
7.3 in 2 weeks or so.

7.2 lite will be here soon

daveaite 02-04-2013 06:51 PM

<a href="http://vbsocial.com/forum/showthread.php/1439-vBSocial-Notifications-Design-Upgrade-7-2" target="_blank">http://vbsocial.com/forum/showthread...gn-Upgrade-7-2</a>

daveaite 02-05-2013 08:48 PM

UPDATED: 7.2 Design Upgrade

Check out all the new design features:
http://vbsocial.com/forum/showthread...gn-Upgrade-7-2

Test account: user
password: test

deltahawk5 02-05-2013 09:02 PM

Quote:

Originally Posted by deltahawk5 (Post 2399096)
I'm still getting the list of users who liked the post, even though I disabled the thanks system included. Therefore, I now have two list of users who liked the post.

https://vborg.vbsupport.ru/external/2013/02/42.png

Any way to get that turned off? It's interfering with my existing like system and creating monsters out of threads that have post with 100+ likes.

Will 7.2 Lite have this issue fixed?

daveaite 02-05-2013 09:18 PM

Quote:

Originally Posted by deltahawk5 (Post 2402223)
Will 7.2 Lite have this issue fixed?

7.3 will be massive coding fixes. But i can quickly disable that for you if you want. Give me a few moments for another release.


All times are GMT. The time now is 09:13 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.02084 seconds
  • Memory Usage 1,856KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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