The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to Display Profile Picture on any page
hi
i would like to display the profile picture on the postbit template (ie, with every post).. note that i use pictures, not avatars... i was able to do it in 3.0.7, but seem to be getting stuck in 3.5 ... the pic just does not show up... what code should i use to show the pic? any help would be appreciated... TIA. nd |
#2
|
||||
|
||||
I would appreciate knowing how to do this too.
It involves adding some queries but I'm not sure where or what they should be. I've been trying to do this for a few hours now with no luck. |
#3
|
|||
|
|||
bump
|
#4
|
||||
|
||||
Make a join on table customprofilepic, select the necessary fields, process them and display appropriate <img>-tags
|
#5
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=83356" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=83356</a>
|
#6
|
|||
|
|||
$post['profilepicurl'] = $vbulletin->options['profilepicurl'] . '/profilepic' . $this->post['userid'] . '_' . $this->post['profilepicrevision'] . '.gif';
Add above plugin to postbit_display_start Then in in postbit template: $post[profilepicurl] will give you the URL to the poster's profile pic on the postbit... Seems to work. |
#7
|
||||
|
||||
im wanting to add the profile pictures of members that are currently online to the who's online section of the "whats going on" box...any one care to assist me with this.
thanks |
#8
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|