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>
field 9 being the clan name and field 10 being the clan link. What is happening is that when input something it shows with everyone else's in the link.
Example:
my clan name and link:
Deep Impact
Someone elses clan name and link(viewed by me):
team HaZarD
How can i fix this?