Search found 2 matches
- Thu Sep 18, 2008 4:19 pm
- Forum: Modules/Add-Ons
- Topic: Lost password link does not work FEU module
- Replies: 2
- Views: 1250
Lost password link does not work FEU module
I'm using the following template: {* start wrapper *} { if $ccuser->loggedin() } {* start logout *} {cms_module module=FrontEndUsers form="logout"} {* end logout *} {* start header *} {cms_selflink dir="start" text="$sitename"} ...
- Wed Sep 17, 2008 5:08 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers module--lostpw form does not show
- Replies: 0
- Views: 774
FrontEndUsers module--lostpw form does not show
I'm trying to set up a site using the FEU and CustomContent. I want the complete site (including header, navigation etc.) only to be accessible for registred users; to do this I've put this in the template; { if $ccuser->!loggedin() } {header} {menu} feumodule {content} etc. {else} {global_content n...