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 |
#272
|
||||
|
||||
Not really. I missed a parse when posting it. Code updated. Here it is again for reference;
PHP Code:
|
#273
|
|||
|
|||
Quote:
|
#274
|
|||
|
|||
Has anyone got this to work in a clean install of 3.03?
|
#275
|
||||
|
||||
The author posted saying they were going to look into it over the next couple of weeks. This is a known issue.
|
#276
|
||||
|
||||
Quote:
|
#277
|
||||
|
||||
You do? I'm running 3.0.3 and I see nothing, AND profile pics don't show in profiles.
|
#278
|
|||
|
|||
plz checking again your GD system on the vbulletin options
perhaps it not enable |
#279
|
||||
|
||||
It is enabled. They were showing before I upgraded. This has already been discussed anyway. I was just reiterating. It's a known problem. In any case, GD would have nothing to do with the fact profile pics aren't showing for me in profiles any more (which is a seperate issue).
|
#280
|
||||
|
||||
Perhaps this is because vBulletin changed the return type of fetch_thumbnail_from_image to an array? The filedata is stored in key 'filedata', for example $thumbnail['filedata']. This is just a guess, I don't have this hack installed.
Edit: ya, #16 in the install file uses this function call, you probably want to change it to: PHP Code:
|
#281
|
||||
|
||||
That hasn't fixed it. Should "$thumbnail =" appear twice like that?
|
#282
|
||||
|
||||
Quote:
I have modified this hack to work with 3.0.3 and have confirmed it working on a clean installation. See attached. And BTW, that syntax is pefectly legal in the same way that $foo = $foo + 3; is legal. |
#283
|
||||
|
||||
Excellent! Especially from someone who hadn't even installed the hack initially. Are there easy steps to upgrade or are we best off going through the whole installation?
|
#284
|
|||
|
|||
Weasel,
using your files alone plus your change from your previous post, I still get broken thumbnails, is there anything we need to change in the other portions of the hack (i.e. in the normal vb files)? Thanks |
#285
|
||||
|
||||
Quote:
Otherwise those should be the only two changes you have to make (except in the case where you use a table_prefix in your database). Also try pressing ctrl-R to do a hard-refresh of your album.php page. If you go into your database using phpmyadmin and go to customprofilepic and browse, you should be able to see the raw thumbnail data. If you see "Array" that means you have not yet rebuilt the thumbnails using the two thumbnail code changes. |
#286
|
||||
|
||||
I get broken thumbnails too and I redid the whole hack (not the database tables though). Then again the Rebuild Profile Pic Thumbnails function always worked strange for me even before the upgrade.
Having said that, it's insanely late here. I'll reserve final judgement until I give this another go tomorrow morning. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|