[SOLVED] Protected content issue

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
nervino
Power Poster
Power Poster
Posts: 448
Joined: Sun Dec 28, 2008 12:15 pm
Location: Roma, Italy

[SOLVED] Protected content issue

Post by nervino »

Hi, if I set a page's content type as "Protected Content", the "Permissions" and "Option" tabs have the same content (in both tabs you can choose a list of FEU groups that may have access to the page).
I'm using cmsms 1.11.3 and FrontEndUsers 1.21

Is it a bug..or it's me?

Thank you
Last edited by nervino on Sun Dec 09, 2012 4:52 pm, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Protected content issue

Post by calguy1000 »

just tested. works fine here.
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.
nervino
Power Poster
Power Poster
Posts: 448
Joined: Sun Dec 28, 2008 12:15 pm
Location: Roma, Italy

Re: Protected content issue

Post by nervino »

I had upgraded from 1.11.2.1 to 1.11.3. Maybe something went wrong.
I'll try to do a 1.11.3 fresh install.

Thank you
nervino
Power Poster
Power Poster
Posts: 448
Joined: Sun Dec 28, 2008 12:15 pm
Location: Roma, Italy

Re: Protected content issue

Post by nervino »

Well, I've found that the issue is due to an additional TAB that I added in the template.

In the template I put:

Code: Select all

{content block=help label="Help Text" assign=helptxt tab=Help}
{if $helptxt}
<div id="triggerhelp">Help</div>
<div id="helptxt" class="alert alert-info alert-block" style="width:920px;display:none;">
{$helptxt}
</div>
<div style="clear:both;"></div>
{/if}
this code generates a tab called "Help" That I use to add help text for the page.

The issue only occurs when the page content is set to "Protected Content".
If I remove the content block from the template, the options tab has the correct content.

Is my way of add a tab wrong?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Protected content issue

Post by calguy1000 »

No its actually a bug in FEU... fixed in svn.
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.
nervino
Power Poster
Power Poster
Posts: 448
Joined: Sun Dec 28, 2008 12:15 pm
Location: Roma, Italy

Re: Protected content issue

Post by nervino »

Great! Thanks.
Post Reply

Return to “Modules/Add-Ons”