| Title |
IF statement being disregarded |
| Description |
on pages other than main |
| Message Text |
I have the following code in my sitemap template -
<ul>
<!-- BEGIN MAP LINE -->
<IF {THISMEMBERISADMIN}>
<!-- BEGIN AFFILIATE -->
<li><a href="{CATURL}" class="categoryname">{CATNAME}</a> {CATHASNEW} {CATADMIN}</li>
<!-- END AFFILIATE -->
<ELSE>
</IF>
<!-- BEGIN REGULAR -->
<li><a href="{CATURL}" class="categoryname">{CATNAME}</a> ({CATNUMLINKS}) {CATHASNEW} {CATADMIN}</li>
<!-- END REGULAR -->
<!-- END MAP LINE -->
</ul>
I am using the sitemap as an [insertfile] in the wrapper. It works perfectly on the main page, but on any other page of the site it lists all the AFFILIATE categories to guests. |
| Rating |
0/5 based on 0 votes.
|
| Ownership |
hai |
| Views |
319 views. Averaging 0 views per day. |
| Similar Topics |
|
| Submission Date |
May 11, 2009 - 12:53 PM |