Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBSocial.com Wall 2.5 Details »»
vBSocial.com Wall 2.5
Version: 2.5, by daveaite daveaite is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Category: Major Additions - Version: 4.2.1 Rating:
Released: 01-21-2013 Last Update: 08-21-2013 Installs: 26
Uses Plugins Template Edits Auto-Templates
Additional Files  
No support by the author.

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



? 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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
Hostboard, kylek

Comments
  #22  
Old 01-24-2013, 11:36 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installing for a client
and I get this DB error

Code:
Database error in vBulletin 4.2.0:

Invalid SQL:

            SELECT status.id
            FROM vb_status as status 
            LEFT JOIN vb_user ON user.userid = status.userid
            
			where 1=1  AND ((status.observer <> '0') AND (status.observer = '96'))  AND status.whocanview <> 2 order by status.dateline desc;

MySQL Error   : Unknown column 'user.userid' in 'on clause'
Error Number  : 1054
Request Date  : Thursday, January 24th 2013 @ 07:34:22 PM
Error Date    : Thursday, January 24th 2013 @ 07:34:23 PM
Script        : http://www.freedomofspeech.cc/member.php/96-Hippy
Referrer      : http://www.freedomofspeech.cc/forum.php
IP Address    : XX.XX.XX.XX
Username      : Hippy
Classname     : vB_Database
MySQL Version : 5.1.66-cll
any ideas ?
thanks
Reply With Quote
  #23  
Old 01-25-2013, 12:06 AM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also when I try and set the group permission in the admin cp I get this error message

Code:
Warning: trim() expects parameter 1 to be string, array given in [path]/includes/adminfunctions_options.php on line 1032
Reply With Quote
  #24  
Old 01-25-2013, 02:36 PM
MaxSof's Avatar
MaxSof MaxSof is offline
 
Join Date: Jun 2012
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get this DB error

Quote:
Database error in vBulletin 4.2.0:

Invalid SQL:

SELECT status.id
FROM vb_status as status
LEFT JOIN vb_user ON user.userid = status.userid
LEFT JOIN vb_userlist ON userlist.userid = status.userid
where 1=1 AND ((status.observer <> '0') AND (status.observer = '5')) AND status.whocanview <> 2 AND ((((userlist.relationid = 5 AND userlist.userid = status.userid AND userlist.type = 'buddy' AND userlist.friend = 'yes') OR
status.userid = 5)) OR status.whocanview <> 2) order by status.dateline desc;

MySQL Error : Unknown column 'userlist.relationid' in 'where clause'
Error Number : 1054
Request Date : Friday, January 25th 2013 @ 06:36:12 PM
Error Date : Friday, January 25th 2013 @ 06:36:12 PM
Script : http://saabotazh.by/member.php/5-Max77
Referrer : http://saabotazh.by/usercp.php
IP Address : 46.53.195.169
Username : Max77
Classname : vB_Database
MySQL Version : 5.0.51a-24+lenny5
why????
Reply With Quote
  #25  
Old 01-25-2013, 07:59 PM
gretchen712's Avatar
gretchen712 gretchen712 is offline
 
Join Date: Feb 2012
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this working properly for anyone running 4.2.0?
Reply With Quote
  #26  
Old 01-25-2013, 08:44 PM
hugh_ hugh_ is offline
 
Join Date: Mar 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chadi View Post
includes/class_profileblock
includes/functions
That's pretty bad. These should be file modifications no? These file changes broke a couple other mods for me.
Reply With Quote
  #27  
Old 01-26-2013, 01:28 AM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hugh_ View Post
That's pretty bad. These should be file modifications no? These file changes broke a couple other mods for me.
the files that are in the archive are the exact same files replaces so it must of been my accident




no answer on why we are getting this DB error when we view profile with the mod enabled ?
Reply With Quote
  #28  
Old 01-26-2013, 06:59 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 gretchen712 View Post
Is this working properly for anyone running 4.2.0?
We have it fine working on 2 seperate forums.

Seems like only 2 of you guys are getting that same DB error of:
Code:
Unknown column 'user.userid' in 'on clause
and one error of:

Code:
Warning: trim() expects parameter 1 to be string
Both have been logged in our bug tracker at https://github.com/daveaite/Wall/issues

Some may be related specifically to a users installation as we have it working fine on ours...

Thanks for the patience.
Reply With Quote
  #29  
Old 01-26-2013, 09:02 AM
hugh_ hugh_ is offline
 
Join Date: Mar 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm using 4.2 and it's not working at all. Great mod though.
Reply With Quote
  #30  
Old 01-26-2013, 12:05 PM
hakkuo23 hakkuo23 is offline
 
Join Date: Dec 2010
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The sql errors are because you don't check whether there is a prefix in the db. This is the same issue as with version 1 and I had to manually go through the plugin adding vb_ to everything.
Reply With Quote
  #31  
Old 01-27-2013, 02:26 AM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by daveaite View Post
We have it fine working on 2 seperate forums.

Seems like only 2 of you guys are getting that same DB error of:
Code:
Unknown column 'user.userid' in 'on clause
and one error of:

Code:
Warning: trim() expects parameter 1 to be string
Both have been logged in our bug tracker at https://github.com/daveaite/Wall/issues

Some may be related specifically to a users installation as we have it working fine on ours...

Thanks for the patience.
I assure you it's not users installation..!
if nothing turned up it will be uninstalled
thanks
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 10:24 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.16773 seconds
  • Memory Usage 2,344KB
  • 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
  • (6)bbcode_code
  • (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
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (2)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete