The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Add Image to the Right of the Username
I would like to place an image to the right of the username and online status. Please refer to the attached image.
I understand I need to modify the postbit template but I cant seem to get it in the right place. Using vbulletin 4.2.3. Can someone help? Edit: Sorry should have posted this in the design and styles forum. |
#2
|
||||
|
||||
Rather than hack your template, create a plugin hooked at "postbit_display_complete" and use something like this for the Plugin PHP Code :
PHP Code:
|
2 благодарности(ей) от: | ||
blind-eddie, Raina |
#4
|
|||
|
|||
Thanks Mark, can I build on the problem a little. I was hoping to actually display an image based on the users secondary group. This is what I originally had:
Code:
<vb:if condition="is_member_of($post,14)"> <img src="https://s32.postimg.org/5dc09irbp/mh_MJw6_U.png" /> </vb:if> <vb:if condition="is_member_of($post,32)"> <img src="https://s32.postimg.org/h8jobvrud/gold.png" /> </vb:if> |
#5
|
||||
|
||||
Actually, your best bet here is to use vBulletin's "User Ranks" feature. With it, you can associate images or HTML with specific usergroups and it will be displayed in the location you specified.
However, if you would rather use a plugin, then you could use the code: PHP Code:
|
#6
|
|||
|
|||
Thanks for the code. Unfortunately it displays the image underneath the users title. I was hoping to display to the right of the username and title. Is that possible?
See the image for details. |
#7
|
||||
|
||||
Okay, create a plugin hooked at "parse_templates" with the code:
PHP Code:
You could add what's inside the "style" tags to the plugin I posted in your other thread about preventing the join date from wrapping. And then change the code I posted above to: PHP Code:
|
#8
|
|||
|
|||
That worked perfectly - thanks very much.
|
Благодарность от: | ||
TheLastSuperman |
#9
|
||||
|
||||
|
Благодарность от: | ||
TheLastSuperman |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|