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 |
#112
|
||||
|
||||
Sorry about my recent absence from this thread, been busy.
If you still have questions, feel free to ask. If you could provide me with a URL to your gallery, I'll add it to the first post of this thread under "Examples," as a display of some of the gallerys out there. I've added Mudxx's already. Just PM me the link. |
#113
|
||||
|
||||
Mike, is there a way to have it so regular members will not be able to list the signatures when viewing the album?
|
#114
|
||||
|
||||
Regular members? As in the specific usergroup "registered" ?
Assuming your registered group ID is #2, in the template "album_display", find: HTML Code:
<select name="type"> <option value="1"<if condition="$type == 'image'"> selected="selected"</if>>Pictures</option> <option value="2"<if condition="$type == 'sig'"> selected="selected"</if>>Signatures</option> </select> HTML Code:
<select name="type"> <option value="1"<if condition="$type == 'image'"> selected="selected"</if>>Pictures</option> <if condition="$bbuserinfo['usergroupid'] != 2"> <option value="2"<if condition="$type == 'sig'"> selected="selected"</if>>Signatures</option> </if> </select> PHP Code:
PHP Code:
|
#115
|
|||
|
|||
I think I found a bug but wanted to check here and make sure.
In the UCP it gives you either the option of importing your pic from a remote url or uploading it. Whenever someone imports from a url the board imports the pic and stores it in the database. What's happening is, if a person uploads a pic everything works fine and their thumbnail is created in the member album. However, if they use a url to import it, somehow GD skips that step and a broken image shows up in the member gallery. Anyone else have this happen? For now I just commented out the url linking feature in the modifyprofilepic template (and adjusted the corresponding phrase). Be nice not to have to though. |
#116
|
||||
|
||||
I'll look into this. I'm quite sure I tested this out when creating the hack, but I could have overlooked it, assuming it should have worked in either case.
|
#117
|
|||
|
|||
Yeah, one of my staff members was having trouble with it so I just tried it myself. If you upload the pic then the thumbnail renders; import it from url and it doesn't (the pics are still in the user profile though).
I'm still having an issue trying to add a comment to an already uploaded picture, too. If I add the comment at the time of the pic upload, it works. Attempting it subsequently produces a board error. This is a really cool script, man. Just hoping we can get these couple of bugs worked out before building on it a little more. This hack took an inordinate amount of time to install due to tracking down the lack of table prefixes in your files, so with all this effort invested I'm not gonna give up yet, hehe. |
#118
|
||||
|
||||
Quote:
|
#119
|
|||
|
|||
Quote:
Sah im ACP auch nur diese 4 Kreuze und das hochladen funktionierte nicht, ergo bin ich hin und habe die 4 Profilpics in der Datenbank gel?scht. Bekomme aber trotzdem nichts hochgeladen und komme mit den gr??eneinstellungen im ACP nicht klar. Gibs nicht nochmal ne Anleitung f?r Dummies worauf ich zu achten habe, habe auch icq greetz subu1 Finde diesen Hack klasse und die Member w?rden sich wirklich freuen W?rdest Du mir nochmal helfen |
#120
|
||||
|
||||
No problem. One quick help in german and one in english:
English: VBulletin Options -> Avatar Options -> Enable profile pic to YES Member attachment options -> Thumbnailsize -> 500 Maintenance -> Update Counters -> Message Thumbnails > Rebuild vB3 Member Album -> Approve Images -> Rebuild profile picture thumbnails ( only available if you have an unapproved pic pending ) Usergroup -> for each specific group set the profile pic dimensions like heigth 500 and width 500 German: VBulletin Optionen -> Benutzerbild Optionen -> Profil Bild aktivieren auf JA Beitrag Anhang Optionen -> Thumbnail Größe -> 500 Importieren und Pflege -> Zähler aktualisieren -> Anhang Thumbnails erstellen vB3 Member Album -> Approve Images -> Rebuild profile picture thumbnails ( geht nur, wenn ein Bild noch auf Freischaltung wartet ) Usergruppen -> für jede Usergruppe die Profilbild Dimensionen auf z.B. Höhe 500 und Breite 500 einstellen Und ich habe keine ICQ Nummer in Deinem Profil gefunden. Meine sollte in meinem Profil stehen. Cheers, |
#121
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|