The Arcive of vBulletin Modifications Site. |
|
Profile Picture in Postbit Details »»
|
|||||||||||||||||||||||||||
This mod shows the user profile picture in the postbit template for all posters.
Ver 1.1 : Fix for profile pics stored in database. Just reimport the product. Ver 1.0 : Original Release. -- Installation: Just add the attached product xml file. Uninstallation: Just remove the product. Please Note: If the pictures are stored in the filesystem, this mod checks that an profile picture exists by checking the user table's profilepicrevision field (>0 implies a pic exists (or at least existed)). Sometimes it will result in file not found error (no problem on the rendered page, but still an invalid image pull) if the user deletes their pic, but that can be updated by running this sql query periodically. Code:
update user set profilepicrevision = 0 where user.userid not in (select userid from customprofilepic); .. ndahiya Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Demo Please...tnks
|
|
#3
|
|||
|
|||
|
On my site, only logged in members can view the picture/details, so can't really demo it from that. You can install it and see. It does not change anything in your system, so can uninstall it just as easily.
|
|
#4
|
|||
|
|||
|
I don't get it?? I've installed it but nothing has changed.. Where is this meant to show up?
|
|
#5
|
|||
|
|||
|
screenshot?
|
|
#6
|
|||
|
|||
|
hmm, can you try and change avatar storage type to filesystem and them check (you can revert back thereafter, it will work for sure)? i think i know where the problem might be, but just want to be sure before updating the code.
|
|
#7
|
|||
|
|||
|
Sorry man but how do i do that...? lol
|
|
#8
|
|||
|
|||
|
Why would I bother when there is custom avatars?
|
|
#9
|
|||
|
|||
|
I think I'll leave this... Thanks anyway but I don't see a need at the moment for my site..
Thanks |
|
#10
|
|||
|
|||
|
Quote:
Quote:
|
![]() |
|
|