Hello.
I probably mean some kind of permission. FrontEndUsers is installed. Is there a way to show some News only to logged in members of a specific group?
Greetings mike
Search found 3 matches
- Fri Jul 20, 2018 11:17 am
- Forum: CMSMS Core
- Topic: Some News only for certan members of a Group?
- Replies: 1
- Views: 982
- Fri Jun 29, 2018 7:32 am
- Forum: CMSMS Core
- Topic: Is there a way to add trusted_constants wihout hacking?
- Replies: 3
- Views: 1160
Re: Is there a way to add trusted_constants wihout hacking?
Hi Rolf. Yes, it works.
And by way... i also noticed the other options in class.cms_config.php

thanks
And by way... i also noticed the other options in class.cms_config.php

thanks
- Fri Jun 29, 2018 6:00 am
- Forum: CMSMS Core
- Topic: Is there a way to add trusted_constants wihout hacking?
- Replies: 3
- Views: 1160
Is there a way to add trusted_constants wihout hacking?
Hello. I' m new. Now i would like to use a constant in my templates like this: {$smarty.const.MYCONSTANT} result: {$smarty.const.MYCONSTANT}" (secure mode) constants not permitted Seems to me normal because in 'class Smarty_Security' the arr public $trusted_constants = array(); ... is empty. Is...