FEU - how to get a login form?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
User avatar
frankmanl
Power Poster
Power Poster
Posts: 425
Joined: Sat Jul 12, 2008 3:50 am

FEU - how to get a login form?

Post by frankmanl »

I must have missed something obvious, but I can't get the FEU login form displayed.
From the module help I understood I have to make all pages uncachable and then insert this line into my template:

Code: Select all

{feu_protect action="default"}{/feu_protect}
I did so in Simplex template, in the aside-tag:

Code: Select all

(...)
<aside class='sidebar four-col pull-eight'>
{feu_protect action="default"}{/feu_protect}
{* sample of using News Module tag for summary of latest two articles, remember if News page is deleted you should change detailpage parameter *}
(...)
  
But nothing happens ...
Where do I miss something?

Frank


----------------------------------------------

Cms Version: 2.1.4

Installed Modules:

AdminSearch: 1.0.1
CGExtensions: 1.53.10
CGSimpleSmarty: 2.1.1
CMSContentManager: 1.1
DesignManager: 1.1.1
FileManager: 1.5.2
FrontEndUsers: 2.0.6.1
MicroTiny: 2.0.3
ModuleManager: 2.0.2
Navigator: 1.0.3
News: 2.50.5
Search: 1.50.2


Config Information:

php_memory_limit:
max_upload_size: 30000000
url_rewriting: mod_rewrite
page_extension:
query_var: page
auto_alias_content: true
locale:
set_names: true
timezone: Europe/Amsterdam
permissive_smarty: false


Php Information:

phpversion: 5.6.19
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_ALL: 22519
E_STRICT: 0
E_DEPRECATED: 0
test_file_timedifference: No time difference found
test_db_timedifference: No time difference found
create_dir_and_file: 1
memory_limit: 128M
max_execution_time: 60
register_globals: Off (False)
output_buffering: 1
disable_functions:
open_basedir:
test_remote_url: Success
file_uploads: On (True)
post_max_size: 50M
upload_max_filesize: 30M
session_save_path: /tmp (0777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
check_ini_set: On (True)
curl: On


Performance Information:

allow_browser_cache: Off (False)
browser_cache_expiry: 60
php_opcache: Off (False)
smarty_cache: Off (False)
smarty_compilecheck: Off (False)
smarty_cache_udt: Off (False)
auto_clear_cache_age: On (True)

Server Information:

Server Software: Apache/2.2.31 (Unix)
Server Api: cgi-fcgi
Server Os: Linux 2.6.27.29 On i686
Server Db Type: MySQL (mysql)
Server Db Version: 5.6.29
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable


Permission Information:

tmp: /home/vhosts/.../httpdocs/cmsms/tmp (0755)
tmp_cache: /home/vhosts/.../httpdocs/cmsms/tmp/cache (0755)
templates_c: /home/vhosts/.../httpdocs/cmsms/tmp/templates_c (0755)
modules: /home/vhosts/.../httpdocs/cmsms/modules (0755)
uploads: /home/vhosts/.../httpdocs/cmsms/uploads (0755)
File Creation Mask (umask): /home/vhosts/.../httpdocs/cmsms/tmp/cache (0755)
config_file: 0444

----------------------------------------------
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3484
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: FEU - how to get a login form?

Post by velden »

You are now ready to add the front end functionality to your site. This is as simple as adding the {FrontEndUsers} tag to your page or template. You must ensure that this page is set to "not cache" when editing the content page(s) where the login form is displayed. If you call the {FrontEndUsers} tag from within a page template, you must disable caching on all pages that use that template.
Not 'feu_protect'
User avatar
frankmanl
Power Poster
Power Poster
Posts: 425
Joined: Sat Jul 12, 2008 3:50 am

Re: FEU - how to get a login form?

Post by frankmanl »

Wow, even more obvious than I could imagine.
Thanks, Velden.

Frank
Locked

Return to “Modules/Add-Ons”