| Title |
Same Variable but different output if in IF condition |
| Message Text |
My link detail page is
domain-name.com/link-title-name-lxx.html
I have this if condition on linkbit.tpl
<IF {LINKAFFISTATUS} is 1>
{LINKAFFIURL}
<OTHERWISE>
{TRACKLINKURL}
</IF>
if I place above condition, the output of {TRACKLINKURL} becomes
domain-name.com/links/XXXX.html
Any idea how I can fix? I just want to display an alternative URL if {LINKAFFISTATUS}=1. |
| Rating |
0/5 based on 0 votes.
|
| Ownership |
mc19 |
| Views |
357 views. Averaging 0 views per day. |
| Similar Topics |
|
| Submission Date |
Aug 11, 2012 - 9:50 PM |