[ic] affiliates/index.html no worky in UI

Paul Jordan interchange-users@icdevgroup.org
Sun Jan 19 00:12:01 2003


Hi List

Anybody else notice that affiliates/index.html cannot be edited in UI? I
tried in 4.8.3, 4.9.6 and 4.9.7(devgroup demo). On 4.8.3 and 4.9.6 I tried
in IE, and Mozilla. I am on Windows XP.

It seems this block here:

[if !session logged_in]
[or session login_table ne 'affiliate']
        [bounce page="affiliate/login"]
[/if]


causes IC to actually bounce to the page when trying to edit it. Even trying
to [comment] the above block out won't help becuase the content editor
ingnores *most* ITL. I say most becuase I have seen "floating" selectboxes,
and background pages in the content editor, which usualy indicates and
syntax error somewhere on the page, however the above looks fine to me.

If I remove this:
[or session login_table ne 'affiliate']

I CAN then edit the page via ADMIN. This seems like maybe an issue with the
content editor and the [or ...] tag in an [if] block. I tried an [and ...]
also, and no joy.

Can someone tell me where I should be looking to resolve this?

Thanks
Paul