The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB3 Member Album 2.0 Details »» | |||||||||||||||||||||||||
In vBulletin 3 there is an option for members to upload a profile picture. This hack provides more incentive for members to upload their picture, as it integrates a gallery to browse them all. :up: In addition to browsing profile pictures, there is an option for viewing signatures. This comes in handy, for you don't have to browse through each individual member. Also, a "edit signature" link is provided for moderators, for fast access to editing signatures that aren't in accordance with your rules. Other Features
Upgrade to 2.0
Notes
3rd Party Add-ons
Galleries in Action
If you have this hack installed on your forum, and could provide me a demo, please PM a link so I can post it in this thread. Show Your Support
|
Comments |
#92
|
||||
|
||||
Okay, I think I'm too stupid to understand the hack...
Now the right pictures are shown in admincp but only with 100 Pixel instead of 200. Also in album.php the pictures are still 100 pixel... |
#93
|
||||
|
||||
Quote:
just a question. This hack is for version 3.0.0 from VBulletin. Your board is running 2.3.5 ( yes, i just registered there ;-) ). Are you in the process of upgrading ? If not, there is a version for 2.3.x VBs out. How long does it take until a member gets full status on your site ? Cheers, |
#94
|
||||
|
||||
I have more than one board
It depends on the admins how long the activation needs, I will have a look in 2 Minutes... The board for the Hack is a vB3.0.1 ! |
#95
|
||||
|
||||
Quote:
Cheers, |
#96
|
||||
|
||||
I am attaching a file with 3 minor add-ons for anyone interested.
Included: 1. Ties the album viewing permissions to the memberlist viewing permissions 2. Adds the ability to add/update the photo with a comment in the Admin CP 3. Adds the ability to add/update the photo with a comment in the Mod CP Thanks again, Velocd -- my members LOVE the album!! |
#97
|
||||
|
||||
Quote:
Attached is a template mod for Navbar that will put the Memberlist and Velocd's album into a dropdown menu like QuickLinks is, with a fallback for those who can't view the JS. |
#98
|
||||
|
||||
Quote:
|
#99
|
||||
|
||||
Quote:
|
#100
|
||||
|
||||
Quote:
|
#101
|
|||
|
|||
Installing on 3.0.1 and receive this error in albumcp.php?do=approve
Code:
Invalid SQL: SELECT customprofilepic.*, user.username FROM vb3_customprofilepic LEFT JOIN vb3_user USING (userid) ORDER BY visible, username mysql error: Unknown table 'customprofilepic' mysql error number: 1051 Code:
SELECT " . TABLE_PREFIX . "customprofilepic.*, " . TABLE_PREFIX . "user.username Now you say ACP -> vB3 Member Photo -> Settings (which is actually 'Options') is the key, so I set entries per page from 18 to 12. Making progress. Now I get this error on album.php: Code:
Invalid SQL: SELECT user.userid, dateline, comment, user.username, user.usertitle, user.joindate, user.usergroupid FROM vb3_customprofilepic LEFT JOIN vb3_user USING (userid) WHERE visible=1 ORDER BY posts desc LIMIT 0, 12 mysql error: Unknown table 'user' in field list mysql error number: 1109 Code:
$images = $DB_site->query(" SELECT ".TABLE_PREFIX."user.userid, dateline, comment, ".TABLE_PREFIX."user.username, ".TABLE_PREFIX."user.usertitle, ".TABLE_PREFIX."user.joindate, ".TABLE_PREFIX."user.usergroupid FROM ".TABLE_PREFIX."customprofilepic LEFT JOIN ".TABLE_PREFIX."user USING (userid) WHERE visible=1 |
#102
|
|||
|
|||
Oh, and everything for your sorting selectors in album.php neglects prefixes too:
Code:
$users = $DB_site->query(" SELECT ".TABLE_PREFIX."user.userid, ".TABLE_PREFIX."user.username, ".TABLE_PREFIX."user.usergroupid, ".TABLE_PREFIX."user.usertitle, ".TABLE_PREFIX."usertextfield.signature, ".TABLE_PREFIX."usertextfield.sigdateline, ".TABLE_PREFIX."avatar.avatarpath, ".TABLE_PREFIX."user.avatarrevision, NOT ISNULL(".TABLE_PREFIX."customavatar.avatardata) AS hascustomavatar, ".TABLE_PREFIX."customavatar.dateline AS avatardateline FROM ".TABLE_PREFIX."user LEFT JOIN ".TABLE_PREFIX."usertextfield USING (userid) LEFT JOIN ".TABLE_PREFIX."avatar AS ".TABLE_PREFIX."avatar ON(".TABLE_PREFIX."avatar.avatarid = ".TABLE_PREFIX."user.avatarid) LEFT JOIN ".TABLE_PREFIX."customavatar AS ".TABLE_PREFIX."customavatar ON(".TABLE_PREFIX."customavatar.userid = ".TABLE_PREFIX."user.userid) WHERE ".TABLE_PREFIX."usertextfield.signature!=''$condition ORDER BY " . ($sort == 'dateline' ? 'sigdateline' : $sort) . " $order LIMIT " . ($minlimit-1) . ", $perpage "); |
#103
|
|||
|
|||
Okay, hate to be a pest but this one I'm not tracking down. For some reason whenever I update my profile picture info from UCP, I get an error (a VB error - not SQL) saying:
Quote:
|
#104
|
|||
|
|||
verry nice Hack, i installed on vB3.0 Gold and i have an error by album.php
PHP Code:
|
#105
|
||||
|
||||
Quote:
there is no column 'comment' in the user table. Where is this query located and when do you get this error ? Seems something to be wrong with your source code. Did you check again if you implemented all the changes correctly ? Cheers, |
#106
|
|||
|
|||
..the query is locatet only in my profile.php
search: PHP Code:
PHP Code:
I thing i need a command for my User Table... INSERT INTO `User....only I do not know like what can i do :nervous: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|