The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
custom field in postbit link problem
Here is my code:
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> Example: my clan name and link: Deep Impact Someone elses clan name and link(viewed by me): team HaZarD How can i fix this? |
#2
|
|||
|
|||
Could i get an answer please.
|
#3
|
||||
|
||||
Maybe:
HTML Code:
<if condition="$post[field9]"> <div>Clan: <if condition="$post[field10]"><a href="$post[field10]" target=_blank>$post[field9]</a><else />$post[field9]</if></div> </if> |
#4
|
|||
|
|||
[minicode]target="_blank"[/minicode]
Use proper HTML Also make sure your users add the http:// bit at the start. |
#5
|
||||
|
||||
Good catch!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|