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 |
#47
|
||||
|
||||
Quote:
PHP Code:
Quote:
That is in Options > Message Attachment Options > Thumbnail Size |
#48
|
||||
|
||||
Speaking of permissions, if anyone is interested in tying the permissions on the album to the memberlist security field, just add this to album.php:
PHP Code:
|
#49
|
||||
|
||||
Quote:
|
#50
|
|||
|
|||
Quote:
Warning: Division by zero in /home/vietmyen/public_html/album.php on line 151 Warning: Division by zero in /home/vietmyen/public_html/includes/functions.php on line 1707 There seems to have been a slight problem with the Vietmyen Net database. Please try again by pressing the refresh button in your browser. An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists. We apologise for any inconvenience. Database error in vBulletin 3.0.0: 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 Date: Monday 12th of April 2004 10:55:27 PM |
#51
|
||||
|
||||
Hello Christine,
thanks for all your answers. Point 1: This is fine. Now i will add a link to my menu, but after reading your second answer with the permissions how about addind this to the memberlist as a pop-up like the search button ? This would make more sense if you already are tying it to memberlist. Point2: I tried to set it to 200 and rebuild the attachment update counters and i tried to set it to 500 and updated the attachment counters. It is STILL 100x100. Something is going wrong here. Any idea why ? Cheers, Pseudomizer |
#52
|
||||
|
||||
Hi Pseudomizer,
I have it tied to the permissions, but set as a seperate link for navigation. Sure, you can change that, and with all the links I have going on up there now, I may look at that myself! As far as the rebuild -- you need to run the rebuild function in the vB3 Member Album > Approve Images section as the attachment rebuild is for the attachment table. |
#53
|
||||
|
||||
Hi Christine,
i fully understood what you mean but it does not work. After installing all the modifications, templates and uploads my "Approve Images" section is completly empty. Only if i upload one image which is less than 100x100 pixel in my control panel, i get the options in the "Approve Images" section to rebuild the profile picture thumbnails. I could live with that but here is the problem now: Member attachment options -> Thumbnailsize -> 500 Maintenance -> Update Counters -> Message Thumbnails > Rebuild done vB3 Member Album -> Approve Images -> Rebuild profile picture thumbnails done Now if i try to upload any image i still have the damn restriction of 100x100 pixel. Why ? Where is the error ? Cheers, Pseudomizer |
#54
|
||||
|
||||
Pseudo, you have the thumbnail sizes confused with the actual profile picture size.
As I mentioned on the first page of this thread to Vivi Ornitier, to change the profile image dimensions, you have to edit usergroups. Each usergroup has its own defined size. https://vborg.vbsupport.ru/showpost....4&postcount=14 |
#55
|
||||
|
||||
Perfect. Thank you so much. Sorry for being unable to find that error in previous messages. A small hint in the instructions would save you a lot of time answering these kind of requests. :-)
But good work, nice hack. I will try to convert my existing pictures from your old member photo gallery hack into this new hack because all old database entries are still there. Cheers, Pseudomizer |
#56
|
||||
|
||||
Quote:
Quote:
I don't have a lot of time to debug it now, but one troubleshooting solution I can provide is to erase the $perpage chunk of code, and re-generate all thumbnails in one process. I've attached a customized albumcp.php that does just this. Be sure to rename it albumcp.php to use it. If it still doesn't work, and locks up, then there might be a problem with the actual GD-image handling functions. (although I sort of doubt it) |
#57
|
|||
|
|||
Quote:
when I type: http://mydomain.com/album.php I got error like as I report here. |
#58
|
||||
|
||||
No errors occured when running the install.html queries? The value of $vboptions['album_perpage'] must be blank if nothing is outputting, which means the setting must not exist in the table.
Run this query from PhpMyAdmin, and show me the results. [sql]SELECT * FROM setting WHERE varname='album_perpage'[/sql] |
#59
|
|||
|
|||
Here is the result that I attachment when I run
SELECT * FROM setting WHERE varname='album_perpage' When I run album.php from my website I got number 18. That's it. I did't see anything else. |
#60
|
||||
|
||||
2-3 pics would be even betterm why not?
|
#61
|
||||
|
||||
Review the thread, I've already explained. I have a very tight schedule with college, my job, and other coding projects, therefore don't have time to spend for "add-ons" to my hacks released at vBulletin.org.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|