The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
I created 2 custom profile fields. One for guild name, and other for guild website url. Q: What do I need to put in posbit legacy template so that under avatar I get linked guild name? Thanky ![]() |
#2
|
||||
|
||||
![]()
<a href="https://vborg.vbsupport.ru/showthread.php?t=118896&highlight=custom" target="_blank">https://vborg.vbsupport.ru/showt...ghlight=custom</a>
|
#3
|
|||
|
|||
![]()
Thanks for help but I checked that already and it doesnt cover my issue.
![]() I have 2 custom fields. First is normal text and second one is for url. I need to have the tekst line linked with 2nd pfield's url in my postbit. |
#4
|
|||
|
|||
![]()
Then code it into a link tag like:
Code:
<a href="$post[fieldX]">$post[fieldZ]</a> Z - Being the other |
#5
|
|||
|
|||
![]()
Thanks.
![]() |
#6
|
|||
|
|||
![]()
This is the code i use.
HTML Code:
<if condition="$post[field9]"> <div>Clan: <if condition="$post[field10]"><a href="$post[field10]" target=_blank></if>$post[field9]<if condition="$post[field10]"></a></if></div> </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|