Just updated to CMSimple 2.6 fix 5 (from 2.6 beta 3) in order to overcome login cache problems. Interestingly, clearing cookies (or even all offline content) in IE7RC1 did not help, as it used to with previous version of the browser. The fix 5 update did fix login troubles, though, so that is set.
Unfortunately, another issue came up: I cant get rid of
#CMSimple hide# appearing in my newsbox any more. The newsbox is set up as described
here, with H1 container page
Newsbox and
<?php echo newsbox("Newsbox");?> in the template, and everything worked just fine prior to fix 5 upgrade. But now, this scripting code does hide the
Newsbox page from the navigation menu, but
#CMSimple hide# is visible in the newsbox
Another thing that is weired, is that every time I click Save button on Edit Configuration page, the new
Code:
$cf['scripting']['regexp']="\#CMSimple (.*?)\#";
turns into
Code:
$cf['scripting']['regexp']="#CMSimple (.*?)#";
all by itself.
It seems that both 2.6 final and fix 5 include lot's of changes in the areas where I'm having problems... I did read the changelog, and browsed through the forum hoping that I just missed something, but found no clues. Calling for help now, any input will be greatly appreciated!