FEU Enhancements

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

FEU Enhancements

Post by calguy1000 »

Just an FYI... With the help of uniqu3 I kind of had an epiphany wrt some of the modifications I was doing with CustomContent. I realized I really didn't have to do them.

So I've enhanced FEU with a new content type called "Protected Content" which makes protecting content in CMSMS a trivial process. You simply create a new page of type 'Protected Content' and type in your content. Any anonymous user that tries to access that page (via a link or whatever) will not be permitted. You can also (optionally) restrict the page to members of specified FrontEndUser groups. And the navigation is automatically taken care of (though you can't use cachable MenuManager templates).

There are new preferences in FEU to deal with users that try to directly access a restricted page. You may display the login page, display a static message, or redirect to another page.

The new content type is light weight (less than 200 lines of code including whitespace so far), simple to use, and has longevity. I've extended the CMSMS 'Content' content type, therefore all of its capabilities (multiple content blocks etc) apply. And it has no silly event handlers to clear the CMSMS cache after each request so you can take advantage of the menu manager cache (on other pages) and other caching functionality in CMSMS.

FrontEndUsers 1.16 should be available in a few days once the translators have had a chance to catch up (btw, I've seriously updated the help too).

I'll keep you posted.
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.
elkman
Power Poster
Power Poster
Posts: 262
Joined: Thu Jan 11, 2007 9:16 pm
Location: Colorado

Re: FEU Enhancements

Post by elkman »

Thanks for the GREAT effort calguy1000!
dmaireroa
Forum Members
Forum Members
Posts: 110
Joined: Wed Jul 15, 2009 12:35 am

Re: FEU Enhancements

Post by dmaireroa »

Hey guys,

How do I get a hold of this FEU module? I want to create a frontend login and password for one user and also restrict a particular page.

Thanks
dmaireroa
Forum Members
Forum Members
Posts: 110
Joined: Wed Jul 15, 2009 12:35 am

Re: FEU Enhancements

Post by dmaireroa »

OK, my apology I found the right place. I didn't know 2 modules; 'Front End' will access 'CustomContent'. I added FE 1.16 but ended with up this error:
ERROR: The CGExtensions module could not be found.

Warning: Cannot modify header information - headers already sent by (output started at /home/stepahea/public_html/test/modules/FrontEndUsers/FrontEndUsers.module.php:43) in /home/stepahea/public_html/test/lib/classes/class.admintheme.inc.php on line 188

Warning: Cannot modify header information - headers already sent by (output started at /home/stepahea/public_html/test/modules/FrontEndUsers/FrontEndUsers.module.php:43) in /home/stepahea/public_html/test/lib/classes/class.admintheme.inc.php on line 191

Warning: Cannot modify header information - headers already sent by (output started at /home/stepahea/public_html/test/modules/FrontEndUsers/FrontEndUsers.module.php:43) in /home/stepahea/public_html/test/lib/classes/class.admintheme.inc.php on line 194

Warning: Cannot modify header information - headers already sent by (output started at /home/stepahea/public_html/test/modules/FrontEndUsers/FrontEndUsers.module.php:43) in /home/stepahea/public_html/test/lib/classes/class.admintheme.inc.php on line 195

Warning: Cannot modify header information - headers already sent by (output started at /home/stepahea/public_html/test/modules/FrontEndUsers/FrontEndUsers.module.php:43) in /home/stepahea/public_html/test/lib/classes/class.admintheme.inc.php on line 198

Warning: Cannot modify header information - headers already sent by (output started at /home/stepahea/public_html/test/modules/FrontEndUsers/FrontEndUsers.module.php:43) in /home/stepahea/public_html/test/lib/classes/class.admintheme.inc.php on line 203
P.S I am using CMSMS 1.9.4.3
elkman
Power Poster
Power Poster
Posts: 262
Joined: Thu Jan 11, 2007 9:16 pm
Location: Colorado

Re: FEU Enhancements

Post by elkman »

Did you install the CGExtensions module?
dmaireroa
Forum Members
Forum Members
Posts: 110
Joined: Wed Jul 15, 2009 12:35 am

[SOLVED] Re: FEU Enhancements

Post by dmaireroa »

lol I didn't know I had to install CGExtensions first before I could use the other modules. Man that was a hassle :D. Oh well at least its done now.

- First install CGExtensions module before you can install any other module (I think)
dmaireroa
Forum Members
Forum Members
Posts: 110
Joined: Wed Jul 15, 2009 12:35 am

Re: FEU Enhancements

Post by dmaireroa »

I know this sounds dumb but I'm really having a hard time trying to use it. I can't find the tag to add to the page. I read the help handbook but unable to find it. I hope I got this right, can Front End module add a form to the page and protect a page? If so, how do I add it or use it. I've been been on the admin console and still can't find it :(
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: FEU Enhancements

Post by Dr.CSS »

Help? Read the first bold line below...
JiiPee
Forum Members
Forum Members
Posts: 81
Joined: Fri Jan 23, 2009 7:03 pm

Re: FEU Enhancements

Post by JiiPee »

I just got new client that needs small intranet area, so this came in the right time! :)

This is probably too early to comment while I´m still testing around, but it seems I maybe encounter some minor bugs? (or something went wrong with installing) I have 1.9.4.3 with 1.16

- I cannot delete any user properties, that I have set up? They only have edit icon at the right side.
- I cannot change property to be unique afterwards with textarea type.
- When I filter users with my additional properties, it places those editing icons under the properties names, without showing the properties themselfs.

Also I would like to ask that if I use SelfRegistration Module with this, is there a way to activate these registrations by admin only? So that newly registrated people cannot see protected content before admin has approved their registration?
dmaireroa
Forum Members
Forum Members
Posts: 110
Joined: Wed Jul 15, 2009 12:35 am

Re: FEU Enhancements

Post by dmaireroa »

JiiPee wrote:I just got new client that needs small intranet area, so this came in the right time! :)

This is probably too early to comment while I´m still testing around, but it seems I maybe encounter some minor bugs? (or something went wrong with installing) I have 1.9.4.3 with 1.16

- I cannot delete any user properties, that I have set up? They only have edit icon at the right side.
- I cannot change property to be unique afterwards with textarea type.
- When I filter users with my additional properties, it places those editing icons under the properties names, without showing the properties themselfs.

Also I would like to ask that if I use SelfRegistration Module with this, is there a way to activate these registrations by admin only? So that newly registrated people cannot see protected content before admin has approved their registration?
That's me and you both. No option there to delete 'properties. No wonder I couldn't get it going.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: FEU Enhancements

Post by calguy1000 »

Yes you can delete properties... under the proper conditions. This has been reported, tested, and discussed at least a few times.
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.
dmaireroa
Forum Members
Forum Members
Posts: 110
Joined: Wed Jul 15, 2009 12:35 am

Re: FEU Enhancements

Post by dmaireroa »

calguy1000 wrote:Yes you can delete properties... under the proper conditions. This has been reported, tested, and discussed at least a few times.
I even searched for all those other threads and did exactly as required but it's still not updating when I tried to turn the group off?? > Groups > Field Status > Off. But mind is saying "No properties were selected for this group"?? Why when I'm trying to turn it off?

Why on earth do we have to go through this process of doing this without even knowing first? I'm becoming hot headed here, but believe I'm not the only who have gone through the same process.

Why can't we find tutorials on this forum where we are able to understand e.g. 1+1 = 2??
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: FEU Enhancements

Post by calguy1000 »

Why on earth do we have to go through this process of doing this without even knowing first? I'm becoming hot headed here
That's fine, I'll let you cool down for a few days. Maybe that will help.
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.
dmaireroa
Forum Members
Forum Members
Posts: 110
Joined: Wed Jul 15, 2009 12:35 am

Re: FEU Enhancements

Post by dmaireroa »

calguy1000 wrote:
Why on earth do we have to go through this process of doing this without even knowing first? I'm becoming hot headed here
That's fine, I'll let you cool down for a few days. Maybe that will help.
Um...so whats your point?? Its been 3-4days Fuck what do you think?
JiiPee
Forum Members
Forum Members
Posts: 81
Joined: Fri Jan 23, 2009 7:03 pm

Re: FEU Enhancements

Post by JiiPee »

After deleting users and groups, I got to delete also user properties. So thats fine now.

Still I can not figure out this filtering problem. Here is image of it, does that look normal since I am missing some settings or what? How can I get those properties show up?

Image
Last edited by JiiPee on Thu Oct 20, 2011 4:43 pm, edited 1 time in total.
Post Reply

Return to “Modules/Add-Ons”