Version: 1.00, by Velocd
Developer Last Online: Nov 2023
Version: 3.0.0
Rating:
Released: 04-09-2004
Last Update: Never
Installs: 100
No support by the author.
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
Require pictures to be approved in order to be visible. You can exempt specified usergroups from this.
Thumbnails are generated for profile pictures. You must have GD installed and enabled via the AdminCP options page.
For more insight, refer to the attached screenshots, or install it!
Upgrade to 2.0
Redo steps 7-8, 11-12, 19-20, 26, 27, and 34
Revert the template "modifyprofilepic", and do steps 29-32
Run the following queries:
[sql]
ALTER TABLE `customprofilepic` ADD disapproved smallint(5) not null default'0';
ALTER TABLE `customprofilepic` ADD reason varchar(100) not null;
[/sql]
Notes
This hack does not support uploading multiple images per account.
Profile thumbnail sizes are defined by the attachment thumbnail sizes. So modify the attachment thumbnail sizes in your AdminCP options page if you wish to change the profile picture thumbnail sizes. Be sure to run "re-generate thumbnails" via the vB3 Member Album -> Approve Images" page.
Profile picture sizes (not thumbnails) are defined for each usergroup. Modify a usergroup via AdminCP to change the dimensions members under that group are allowed to have for profile pictures.
3rd Party Add-ons
Pseudomizer has posted a migration script that will transfer your files from my old vB2 Member Photo to the correct tables in this vB3 hack. Click here to view.
Pseudomizer also posted a portal-integration allowing you to display a random profile picture on your portal. Click here to view.
Hmm, I notice that all the pics that are working are in .jpg format. Try clicking on a user profile where a red x is shown, right click and save their profile picture and see what format it attempts to save it as.
I suspect that this may be an issue with .gif or .png formats.. I could be wrong though.
You should upgrade immediately to 3.0.5 before you start troubleshooting this old version. It will not help if you get the member album running and people hack your site.
Cheers,
I upgrade my site to 3.0.5.. Made all the file edits and made sure the templates still existed..
album.php works now at least... But it doesnt have the pictures.. And exactly where is this linked from?
Is that a template? I didnt see one.. I'm not sure what you mean.. Sorry
when you go into your admincp (on the left vb3 album....Verify picture you should see : rebuild profile picture thumbnail....i know it worked for me...if not you can also try the rebuild from the update counter (import maintenance) if you did everything you should be able... to find rebuild thumbnail there also))
I dont have the GD enabled and to be quite honest, I am not sure what that is.. Or if I need something more before this hack will work...
Looks like I might have to read through this 29 page thread sometime
go into your vbulletin and click on php info and check to see if php is enabled...if its not you will have to contact your provider and ask him to enable it you might have to pay for it
gd is for your thumbnails.....thats what generates thumbnail...
go into your vbulletin and click on php info and check to see if php is enabled...if its not you will have to contact your provider and ask him to enable it you might have to pay for it
gd is for your thumbnails.....thats what generates thumbnail...
Wouldnt PHP have to be enabled for anything to work? I actually host my own server.. I dont see anything is there about GD though.. In the server settings and optimization, it isnt set, but I didnt know if there was a prerequisite before turning it on.. That is all
Does a car need an engine? Does vbulletin need PHP?
Create a file calle phpinfo.php and write in there:
PHP Code:
<?php
phpinfo();
?>
Open this file in your browser. Look for GD support. If you don't have it then you have to install it manually. Many PHP Versions have GD support built in but not all versions. You can configure it during the compilation of PHP.
All this are hosting questions and have nothing to do with VBulletin. So if you have any further questions please look in the appropriate places.
All this are hosting questions and have nothing to do with VBulletin. So if you have any further questions please look in the appropriate places.
Cheers,
It may not have anything to do with VBulletin. but it does have to do with this hack. Rather than responding like this, you could just as easily point me in the right direction