The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi There
I help run a script selling company where members have to be verified before access to support forums. What i would like to do is create a image belowreputation icons and also only show on that specific usergroup once verified similar to this http://www.dnforum.com/f324/rules-su...ad-291692.html If anyone can help it would be greatly appreciated thanks Sfab |
#2
|
|||
|
|||
![]() Quote:
FIND: Code:
$template_hook[postbit_userinfo_right] Code:
<if condition="is_member_of($vbulletin->userinfo, X)"><div> <img src="PATH_TO_IMAGE" alt="Vertified" /></div></if> Replace PATH_TO_IMAGE with your path to the image. |
#3
|
|||
|
|||
![]()
nice try appreciate it but it didnt work :-(
also my postbit_legacy has Code:
$template_hook[postbit_userinfo_right_after_posts] --------------- Added [DATE]1239589226[/DATE] at [TIME]1239589226[/TIME] --------------- to make it easier i will post it PHP Code:
|
#4
|
|||
|
|||
![]()
*edited*
|
#5
|
|||
|
|||
![]() um ok? lol ![]() --------------- Added [DATE]1239616012[/DATE] at [TIME]1239616012[/TIME] --------------- ok all the postbit info is mainly on left would that be the problem why it isnt showing? |
#6
|
|||
|
|||
![]()
so can nobody help me with this?
|
#7
|
||||
|
||||
![]()
You *do* have a template hook for postbit_userinfo_right in your postbit. So, try what he said. If that doesn't work, then post exactly what you did to your template in that area with about five lines above and below so we can see what is going on.
|
#8
|
|||
|
|||
![]()
I tried this hack and it worked; however, it doesn't discern between usergroups..it shows on each and every user's postbit...
|
#9
|
|||
|
|||
![]()
Try this:
Code:
<if condition="is_member_of($bbuserinfo, X)"><div> <img src="PATH_TO_IMAGE" alt="Vertified" /></div></if> |
#10
|
|||
|
|||
![]()
Unfortunately,
That didn't do it for me either...here is what I have in postbit_legacy: Code:
<!-- Postbit Images --> <if condition="is_member_of($bbuserinfo, 13)"><div> <img src="avatar.png" alt="Verified" /></div></if> <!-- /Postbit Images --> $template_hook[postbit_userinfo_right] Thanks for the assistance ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|