Skip to content

The module `Frontend User Permission` helps to manage frontend user permissions and bind access to specific structure levels

Notifications You must be signed in to change notification settings

slackero/phpwcms-module-feusers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

phpwcms Frontend User Permission

The module Frontend User Permission helps to manage frontend user permissions and bind access to specific structure levels. It was used to give customers access to custom content (files, text, news…) which is curated by editors.

Compatibility

It’s compatible to versions of phpwcms released on/after March 7, 2017 only.

Setup

Place the module into your installation. You can select it under modules in the backend then. Frontend User Permit

The simplest thing to get it running in the frontend is to copy and paste the following code to your template (admin section of phpwcms' backend).

[PERMITTED]
	{PERMITTED}
	{CONTENT}
[/PERMITTED]
[PERMITTED_ELSE]
	{PERMITTED_ELSE}
[/PERMITTED_ELSE]

You have more possibilities by editing the template file of the module (see template/default.tmpl).

Using

Add an user and give permissions by assigning the structure level(s) to which the user should get resctricted access after successful login. Frontend User Permit

Changes

  • 2017-03-07: Multiple levels per user can be restricted, target of where to redirect the user after successful login, several fixes

Thanks!

The module is funded by pixelpublic GmbH. Thanks for your support guys.

Creator and supporter:

Oliver Georgi

Copyright and license:

Copyright 2015-2017 Oliver Georgi, released under GNU GPL-2

About

The module `Frontend User Permission` helps to manage frontend user permissions and bind access to specific structure levels

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages