DoB Rhapsody
04-08-2008, 07:12 PM
Here is my 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 (http://lockoutgaming.net)
Someone elses clan name and link(viewed by me): team HaZarD (http://lockoutgaming.nethttp://temhazard.com)
How can i fix this?
<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 (http://lockoutgaming.net)
Someone elses clan name and link(viewed by me): team HaZarD (http://lockoutgaming.nethttp://temhazard.com)
How can i fix this?