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 |
#167
|
||||
|
||||
Just as a short update for all of you: If someone uploads an anim gif, there will be no thumbnail due to the resizing and new image create. You will see the famous red X in the gallery. But if you go into the members profile you will see the anim gif.
VeloCD ? Any idea why this happens ? If we insert a GIF as blob into the DB it should not matter if it is an anim gif or not. So it works for the profile pic. But is there a way to recognize if a GIF is an anim GIF and then do NO resizing for a thumbnail ? I do not know of any procedure to check this but it does not hurt to ask for it. Cheers, |
#168
|
||||
|
||||
Perfect Hack - excactly something is searched by me for a long time !
|
#169
|
|||
|
|||
Great hack although changing all those files is never very fun!
If you want another gallery in action feel free to check out http://www.scubaboard.com/album.php?...date&order=asc (stock hack right now but I'll probably modify it a bit this week changing the templates mainly). |
#170
|
||||
|
||||
Quote:
Cheers, |
#171
|
|||
|
|||
No intent to change the code, just change the templates to better fit the tables (a few of them distort on my templates).... I'm not interested in touching any code when it works so well!
|
#172
|
||||
|
||||
Is there a way to have this send an email to the Admin when a new pic has been uploaded? I had a user upload a pic and I didn't even know it was there ro be verified until I accidentally checked this in the Admin CP.
|
#173
|
||||
|
||||
Quote:
|
#174
|
||||
|
||||
Upps. Then i am very sorry. I apologize for that. The word "another". Sorry again.
Cheers, |
#175
|
||||
|
||||
Since I succesfully installed this *must have* hack migrating pics from vB2, I found the way to add a "comment" into the album_image_list:
1) Add this code in profile.php just below: require_once('./includes/functions_upload.php'); process_image_upload('profilepic', $avatarurl); PHP Code:
<tr> <td><phrase 1="$permissions[profilepicmaxwidth]" 2="$permissions[profilepicmaxheight]" 3="$permissions[profilepicmaxsize]">$vbphrase[note_maximum_size_x_y_or_z]</phrase></td> </tr> Code:
<tr><td> Comment: <br /> <input type="text" class="bginput" name="commento" size="50" maxlength="100" /></td></tr> <div class="smallfont" style="margin-top:$stylevar[formspacer]px"><label for="profilepic"><input type="checkbox" name="deleteprofilepic" value="1" id="profilepic">$vbphrase[delete_current_profile_pic] </label></div> with this: Code:
<div class="smallfont" style="margin-top:$stylevar[formspacer]px"><label for="profilepic"><input type="checkbox" name="deleteprofilepic" value="1" id="profilepic">$vbphrase[delete_current_profile_pic] - <i>$profilepic[comment]</i></label></div> Code:
<td valign="top" style="padding-left: 20px"><a style="font-size:11pt" href="member.php?$session[sessionurl]u=$image[userid]"><b>$image[musername]</b></a><br /><span class="smallfont">$image[usertitle]<br /><br /><i>$image[comment]</i></span><br /> </td> http://www.egcommunity.it/forumbeta/album.php? (Sorry, need to be registered in order to view the photo gallery!) ;-) |
#176
|
||||
|
||||
Quote:
|
#177
|
||||
|
||||
Quote:
the modifyprofilepic page with the input field and the comment below the photo: |
#178
|
||||
|
||||
Quote:
Cheers, |
#179
|
||||
|
||||
and here the screenshot of the photo gallery (the comments are on the right in italic fonts):
|
#180
|
||||
|
||||
Quote:
I had on vB 2.2.9 vb Member Photo by Velocd with the "comment" field. I installed Member Photo Album v2.0 on vB 3.0.1 but I didn' find the "comment" field, so I just added this option that was present on the earlier version. Thanks |
#181
|
||||
|
||||
Quote:
Cheers, |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|