The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBSocial.com Wall 2.5 Details »» | |||||||||||||||||||||||||
Completely redeveloped and redesigned by the vBSocial.com Team, vBSocial Wall turns vBulletin profiles into Facebook like profiles, and groups in to Facebook like pages.
**Redeveloped and redesigned completely *Fixes over 30 bugs in 1.0 *15 major features added *Built for forums looking to grow socially *Facebook-like Smart Status System *Twitter "Follow" functionality, follow users to see their "public statuses" *Permissions on who sees your status: Public vs. Friends *A lot more Mark As Installed VIEW ALL FEATURES OF VBSOCIAL WALL 2.0 Demo: http://vbsocial.com/forum/member.php/9273-user user: user pass: test ? Wall re-developed and moved to user profile walls ? Activity integration - FULL INTEGRATION ? Share statuses between walls ? Sidebar integration with profiles and usergroups ? Social Sharing - facebook, twitter, google ? Usergroup pages turned into "Facebook Pages" and Profiles turned into like "Facebook Walls" ? Link Previews ? Real Time- Auto Ajax walls ? User specific walls ? User deletion of statuses, admin control ? Integration with blogs, notes, place, life events, and more. ? Twitter like following, followers, and friend lists ? Youtube integration auto embed per links ? Multi-language functionality and filtering ? Popularity of status filtering ? Sidebar friend request widget ? Easily monetize on walls with advertisements, product pages Lite Limits: *100 Character max statuses *50 Character max comments *No sidebar in profiles or Group Pages *CMS Widgets *Social Options *No friend request widgets *Other limits *1 Copyright Powered by vBSocial.com v2.1: Fixes 3 db error 1 .xml error v.2.2 - Fixes 1 db error v.2.3 -Sideblock error -Avatar database error -Blue box installation -Related links error -Error when posting status -Error when saving status -10 other minor issues v.2.4 Compatible with 4.2.1 *Fixes 1 error. Mark As Installed Show Your Support
|
Comments |
#42
|
||||
|
||||
Four main issues identified, and are being investigated and patched up. Will update as soon as we have a fix!
Code:
1. MySQL Error : Unknown column 'userlist.relationid' in 'where clause' 2. Warning: trim() expects parameter 1 to be string, array given in [path]/includes/adminfunctions_options.php on line 1032 3. MySQL Error : Unknown column 'user.userid' in 'on clause' 4. Remove core file overwrites includes/class_profileblock includes/functions David |
#43
|
|||
|
|||
I DO HAVE GREAT NEWS FOR SOCIAL NOTIFICATIONS...Plus I need to check something since I have heavy Header code changes...
But Holly crow the Social Notification is completely awesome everything I can image plus... I will update on the rest david let me look at something first then I will try what you suggest... |
#44
|
|||
|
|||
This is such an EPIC modification. Installed and working 100% on my site. Keep it up david.
|
#45
|
|||
|
|||
What version are you running?
4.2 patch level 3 here... |
#46
|
|||
|
|||
Yes have vbseo but disabled that but still the same
|
#47
|
|||
|
|||
AME 3
Arcade Bot Blocker Custom CSS to be used oo. Force Users to Read a Thread Forum Runner Frustration Suite Gameroom Inactive and Lurker Members 4.2.0.0 KeyCAPTCHA Members who have Visited - Block New Album Picture Forum Home ProvB - Community News Letter PurevB DarkCore Theme Manager PurevB Socialize Theme Manager PurevB Theme Manager Spam Detector Suite Unlimited Custom Pages vbBux / vbPlaza vBulletin Blog 4.2.0 vBulletin CMS 4.2.0 vBulletin-MagicZoom Verify Mail before registration :up: |
#48
|
||||
|
||||
Update pending.
|
#49
|
||||
|
||||
Updated:
v2.1: Fixes 3 db error 1 .xml error Demo: http://vbsocial.com/forum/member.php/9273-user user: user pass: test |
#50
|
|||
|
|||
Here is a list of errors to report back on...
DB error after Install I enabled the features in the admin CP rebuilt all styles and index and general updates to threads everything then when I went to front end I received this Database error in vBulletin 4.2.0: Invalid SQL: SELECT status.*, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight, user.userid, user.username FROM vb_status as status LEFT JOIN vb_user ON user.userid = status.userid LEFT JOIN vb_avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vb_customavatar AS customavatar ON(customavatar.userid = user.userid) where 1=1 AND status.hasimage != 1 order by status.dateline desc LIMIT 5; MySQL Error : Unknown column 'user.userid' in 'field list' Error Number : 1054 Request Date : Tuesday, February 5th 2013 @ 05:44:24 PM Error Date : Tuesday, February 5th 2013 @ 05:44:26 PM Script : http://www.freedomofspeech.cc/forum.php Referrer : http://www.freedomofspeech.cc/online.php IP Address : Username : Classname : MySQL Version : 5.1.66-cll . DB error when widgets are active but the the wall is working fine so far ( I stand Corrected some features are working others are not) I will explain in detail... This is a copy of the first error received until we removed the widgets from being active and deleted them completely... [6:06:08 PM] Mark White: Database error in vBulletin 4.2.0: Invalid SQL: SELECT status.*, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight, user.userid, user.username FROM vb_status as status LEFT JOIN vb_user ON user.userid = status.userid LEFT JOIN vb_avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vb_customavatar AS customavatar ON(customavatar.userid = user.userid) where 1=1 AND status.hasimage != 1 order by status.dateline desc LIMIT 5; MySQL Error : Unknown column 'user.userid' in 'field list' Error Number : 1054 Request Date : Tuesday, February 5th 2013 @ 05:44:24 PM Error Date : Tuesday, February 5th 2013 @ 05:44:26 PM Script : http://www.freedomofspeech.cc/forum.php Referrer : http://www.freedomofspeech.cc/online.php IP Address : Username : MySQL Version : 5.1.66-cll Removed widgets and then no db error...went back to front end wall was in profile and seemed to be working I was able to add hippy as friend... When Hippy then clicked on a Post on my wall he selected dislike.... then we go the following DB error... Invalid SQL: SELECT dislikes.dislikeid, user.username, user.userid FROM vb_dislikes LEFT JOIN vb_user on user.userid = dislikes.givenby LEFT JOIN vb_status on status.id = dislikes.statusid where dislikes.statusid = 2 AND dislikes.commentid = 0 order by (case dislikes.givenby when 1 then 0 else 1 end), dislikes.dateline desc LIMIT 3; MySQL Error : Unknown column 'dislikes.dislikeid' in 'field list' Error Number : 1054 Request Date : Tuesday, February 5th 2013 @ 06:10:03 PM Error Date : Tuesday, February 5th 2013 @ 06:10:04 PM Script : http://www.freedomofspeech.cc/member.php/1-Mark Referrer : http://www.freedomofspeech.cc/member.php/1-Mark IP Address : Username : Classname : MySQL Version : 5.1.66-cll Uninstalled pro version but this box was missing ,I think we call it the Status box... See Screen shot 1... To correct we followed these steps... Installed Light version....then the pro version over the top, to get the Blue box Back... Notice the 2 additional attached screen shots...# 2 and 3 You will notice the wall tab is lit. However the status and the other options have 0 effect when selected look at the activity stream below tabs you can see they are not changing at all no matter what tab you select... Ever seen those errors on a web page when you click on the link and you See Javascriptvoid(0) same thing I think the links are broken if I understand it correctly... I can select any of the tabs and it stays the same however the Tab does change to lit... I think we still have a ways to go here with these plus the widget... OK most of the tabs in Status window seem to be working somewhat... Here is what I mean... First Tab is Status with nice blue text box open...when I select any language it does nothing but still uses English... So I am unsure if this is built in to your social/// looks like it is dependent on Language packs at VB level.. so I really do not want those, options could be removed or a tick box with message stating forum needs language pack to enable or If they are supposed to work..well now you know they do not... I have only English Installed Since the name of my site shows I want Americans on my site... Would not mind Latino pack since we have so many in the US now and I work with Spanish also... NOT being Racist at all folks My site is called Freedom Of Speech, and I would kinda like folks that visit to be able to read English in the forum... Next Issue to tackle... Next Tab is place I see no change at all happen... Live event Tab I do get taken to add event page... Poll Tab Nothing happens... Yep created Poll just to see what functions this may or may not have and I stay on profile page with no actions evident... Needs work here or an explanation... Link Tab seems to show an Image of a Nikon Camera made into a clock I select view and see it kinda... Have no clue what this option is really for at this time but Ok seems to be semi working... Note Tab Selected Takes me to Blogs...Not good here... Why not call it Blogs... I have link on Forum for Blogs really dont need two... So more work here... Follow Box seems to work as planned...I added two and I see them when I click on Following... I also know hippy was able to follow me I can see that when I select Followers...so A+ here... I am tired Now..lol Good luck to ya Dave you got a hand full now... |
#51
|
|||
|
|||
I have sorted everything so it now works but can not get "about me" section, content text or background changes to suit my site to save or to save as site default, it just reverts back as soon as you navigate away then back again.
when I am using "customize my profile" |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|