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 |
#182
|
||||
|
||||
Quote:
|
#183
|
||||
|
||||
Quote:
Cheers, |
#184
|
|||
|
|||
I've read this whole thread but I can't find the solution for my problem..
Warning: Division by zero in /usr/home/elimina/public_html/drive/forums/album.php on line 142 Warning: Division by zero in /usr/home/elimina/public_html/drive/forums/includes/functions.php on line 1707 Code:
Database error in vBulletin 3.0.1: Invalid SQL: SELECT user.userid, dateline, comment, user.username, user.usertitle, user.joindate, user.usergroupid FROM customprofilepic LEFT JOIN user USING (userid) WHERE visible=1 ORDER BY posts desc LIMIT 0, mysql error: 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 '' at line 9 mysql error number: 1064 |
#185
|
|||
|
|||
Edit - nevermind, nevermind at all
|
#186
|
||||
|
||||
Quote:
In fact the SQL syntax in album.php is: PHP Code:
$minlimit is determined so: PHP Code:
Or better reinstalling the whole hack? :-D |
#187
|
||||
|
||||
Great hack, this should be lots of fun. Feel free to link from our album from the first post:
http://www.emutalk.net/album.php? Though at the moment I'm the only member with a profile pic, there should be more soon. |
#188
|
||||
|
||||
Quote:
Just go into your admincp and save your settings for the member album. |
#189
|
||||
|
||||
I've got it running at http://forums.asiansinc.com/gallery.php
You can use mine as an example, if you want. |
#190
|
||||
|
||||
Bug?
All of my signatures show this: Last modified: 12.31.69, 07:00 PM |
#191
|
|||
|
|||
Hi
just installed this on 3.0.1 and have a few questions. My album seems to run fine however when i upload a picture there is no feild to add a comment,is the comment portion an addon or has it been added and i missed something? great hack ! |
#192
|
||||
|
||||
Would this hack cause me to have this problem "File system directory is not writable. " when trying to upload attachments during normal posting operations? My attachments go into the file server, not the database.
|
#193
|
||||
|
||||
Well, I fixed that by chmodding everything in the attachments folder 777.
However if you check out http://forums.asiansinc.com/album.php sometimes the picture showing up in the album doesn't match with what shows up in the profile. Also, sometimes it replaced either the profile pic or the avatar -- I'm not sure which. |
#194
|
||||
|
||||
updated to version 2.0, works great !
thanks you |
#195
|
||||
|
||||
All the signatures show this:
Last modified: 12.31.69, 07:00 PM And now I can't change my profile pic -- it always ends up as my avatar, although the album still shows my old profile pic. Help, please. |
#196
|
|||
|
|||
There's a pretty serious problem with your memberlist pages if you have installed this hack.
The hack changed the PRIMARY KEY on the customprofilepic table, and this causes a massive degradation in the speed of the query that memberlist.php uses. What happens is documented in this thread along with the fix: https://vborg.vbsupport.ru/showthread.php?t=66765 Note that the fix merely adds an index to restore it more closely to the vBulletin defaults by adding an index back to the table in place of the removed PRIMARY KEY. I'm pretty furious about it though. IMO no hack should ever touch the vBulletin indexes and schema... they should only extend it. This hack broke that, and in turn created a hundred fold drop in performance of the regular vBulletin memberlist.php This isn't the first time hacks have done dumb things, but this one was painful because of the 6+ seconds lock on the database table and the resulting performance drop elsewhere on the board. Add the index back if you run this hack. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|