FrontEndUsers, CustomContent and CMSMS 2.0

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

FrontEndUsers, CustomContent and CMSMS 2.0

Post by calguy1000 »

Hi all.

I am in the middle of fixing some issues for the FrontEndUsers module wrt 2.0. Particularly the issue with smarty scopes, and with the smarty security policy.

The {$feu_smarty} class (provided to smarty) provides numerous methods for interacting with the FEU database from within your various templates. I was forced to completely re-factor this class and its implementation and there will be compatibility problems.

For users currently using {$feu_smarty->method} style tags in their templates, once they upgrade to FEU 1.29 they will notice errors. they must now use the static {feu_smarty::method) instead.

Because of this change I took the opportunity to re-implement much (but not all) of the functionality from the CustomContent module. So that sites that need to do custom user based logic will no longer need that module.

The plugins from CustomContent that were not migrated are the {cc_menufilter_loggedin} and {cc_menufilter_memberof} plugins that took the nodelist from MenuManager and filtered it based on various properties in the content page. These plugins would not work properly with Navigator (the new Navigation module for CMSMS 2.0) and were of limited use.

Additionally, some feu_smarty method parameters have changed slightly, to take an optional uid. So please refer to the help and changelog before upgrading.

The Protected Content content type should be used instead if possible.

As of this date, I am officially deprecating the CustomContent module. It will not be supported for CMSMS 2.0.

Edit: The compatibility issues will be introduced in FrontEndUsers 1.29, which should be released in a few days

Thank you for your support.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Post Reply

Return to “Modules/Add-Ons”