The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
Just bumping it up in case someone can help.
|
#12
|
|||
|
|||
![]()
I've tried changing it a bit to
Code:
<if condition="is_member_of($post, 83) AND $post[field24] AND $post[field25]"> <div class="vBadvertisement"> ----- Signature Sponsor ----- <if condition="$post[field27]"> <br /><a href ="$post[field24]<img src="$post[field27]"> <else /> <if condition="$post[field28]"> <br /><a href ="$post[field24]<img src="$post[field28]"> <br />$post[field26] </if> </if> </if> </div> </if> |
#13
|
||||
|
||||
![]()
I guess I'm not understanding what it is you are trying to do still. Didn't Calorie's code work for you?
|
#14
|
|||
|
|||
![]()
I see quite a bit wrong, but try this:
HTML Code:
<if condition="is_member_of($post, 83) AND $post[field24] AND $post[field25]"> <div class="vBadvertisement"> <if condition="$post[field27]"> <br /> <a href="$post[field24]"><img src="$post[field27]" alt="" /></a> <else /> <if condition="$post[field28]"> <br /> <a href="$post[field24]"><img src="$post[field28]" alt="" /></a> <br /> $post[field26] </if> </if> </div> </if> |
#15
|
|||
|
|||
![]()
Thanks Mike
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|