Forum Made Simple - Logout link not working
Posted: Mon May 07, 2012 10:27 am
I'm running CMS Made Simple 1.6.3 + Forum Made Simple 1.9.4 + Frontend Users 1.6.9
All working well except a couple of things (I'll post them in separate posts).
I have a forum running within a restricted/members only section on my site. Each page within the members only section has a logout link. The link works fine with all standard restricted pages, but doesn't work at all on the forum - clicking the link has no effect.
These are the tags that appear on the Forum template:
The only difference between the forum and regular members pages is that the regular members pages have this line of code:
If I do add this line of code to the forum template, the forum page won't display. All a bit confusing.
Anyone got any idea why? Any help gratefully received.
All working well except a couple of things (I'll post them in separate posts).
I have a forum running within a restricted/members only section on my site. Each page within the members only section has a logout link. The link works fine with all standard restricted pages, but doesn't work at all on the forum - clicking the link has no effect.
These are the tags that appear on the Forum template:
Code: Select all
{cms_module module="Forum"}
{FrontEndUsers form="logout"}
Code: Select all
{if empty($customcontent_loggedin)} {redirect_page page="login"} {/if}
Anyone got any idea why? Any help gratefully received.