Hide Page(S)

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
KitchM
Power Poster
Power Poster
Posts: 328
Joined: Mon Dec 02, 2013 3:26 am

Hide Page(S)

Post by KitchM »

Does anyone know how to hide a page in CMSMS? I would like to make a page hidden from crawlers and bots and such so that it cannot be viewed, read or copied by "outside" means. By "outside" I mean unauthorized.

Thank you.
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1968
Joined: Mon Jan 29, 2007 4:47 pm

Re: Hide Page(S)

Post by Jo Morg »

"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
KitchM
Power Poster
Power Poster
Posts: 328
Joined: Mon Dec 02, 2013 3:26 am

Re: Hide Page(S)

Post by KitchM »

Thanks for the reply.

That module seems to be for just adding a password. It does not say that it is for hiding pages. Of course there isn't much description so I could be wrong.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Hide Page(S)

Post by Wishbone »

KitchM wrote:By "outside" I mean unauthorized.
What is "authorized" in your case?
KitchM
Power Poster
Power Poster
Posts: 328
Joined: Mon Dec 02, 2013 3:26 am

Re: Hide Page(S)

Post by KitchM »

The opposite of
crawlers and bots and such
Oh, and also people.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: Hide Page(S)

Post by velden »

Maybe you can explain what you want to use it for then?

You can set a page inactive in options tab ('Active' checkbox) or in page overview (click the green icon in 'Active' column).

However that would make the page inaccessible from frontend.
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: Hide Page(S)

Post by staartmees »

You can set a page so it doesn't show up in the menu. I think the ebst system to prevent unauthorised viewing is using FEU and setting the page to protected content.
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1968
Joined: Mon Jan 29, 2007 4:47 pm

Re: Hide Page(S)

Post by Jo Morg »

KitchM wrote: I would like to make a page hidden from crawlers and bots and such so that it cannot be viewed, read or copied by "outside" means. By "outside" I mean unauthorized.
Both FEU and page_protect are authentication systems, meaning that users not authenticated can be prevented to have access to certain contents/pages etc. FEU is primarily a Users Management module, while page_protect is a light plugin which provides simple but flexible and effective protection to page contents.
KitchM wrote:That module seems to be for just adding a password. It does not say that it is for hiding pages.
No module/plugin "hides" pages AFAIK, they just hide content from unauthorized (unauthenticated) visitors, including bots and crawlers.
Using page_protect or FEU is more a matter of simple protection vs users management and protection.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
KitchM
Power Poster
Power Poster
Posts: 328
Joined: Mon Dec 02, 2013 3:26 am

Re: Hide Page(S)

Post by KitchM »

Now we're getting somewhere! Thank you for the explanation. That makes sense.

It also appears to clarify that FEU is the preferred method overall. However, there is one huge flaw; it does not work on the current version of CMSMS. At least the directions do not fit reality.

Does anyone know if there anything else that is like that in the cms world?

Thanks again.
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1968
Joined: Mon Jan 29, 2007 4:47 pm

Re: Hide Page(S)

Post by Jo Morg »

KitchM wrote: However, there is one huge flaw; it does not work on the current version of CMSMS.
Both do.
KitchM wrote:At least the directions do not fit reality.
Don't quite get what you mean...
KitchM wrote:It also appears to clarify that FEU is the preferred method overall
It's really a matter of needing to use a Front End User management system vs not. For sites which only need to protect pages with passwords you don't really need FEU.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
KitchM
Power Poster
Power Poster
Posts: 328
Joined: Mon Dec 02, 2013 3:26 am

Re: Hide Page(S)

Post by KitchM »

Here's what I meant. I looked around and found a pdf file that is entitled "Hiding Private Content in CMS Made Simple". But there were problems with that.

Page 12 of the manual states:
CONFIGURING FRONTENDUSERS
Once the FrontEndUsers module is installed, you can find it's administration panel in the CMS Made Simple admin console under the “Users & Groups” menu (you may have to refresh the page after the installation process, for the menu to regenerate).
Here I assume is meant “Frontend User Management”

Specifying Module Behavior
You can specify most of the options that change the modules behavior in the “Preferences” tab of the FrontEndUsers administration panel. By default these preferences are fine for most users, however I will briefly explain the important preferences here.
Here the instructions start to break down. There is no Preferences tab.
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1968
Joined: Mon Jan 29, 2007 4:47 pm

Re: Hide Page(S)

Post by Jo Morg »

I believe that the pdf is somewhat outdated, however it still serves as general guide. "Settings" is not a tab but a link on the top just below the heading now.
Keep in mind that ALL CG modules need PHP 5.3.x, minimum...
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
KitchM
Power Poster
Power Poster
Posts: 328
Joined: Mon Dec 02, 2013 3:26 am

Re: Hide Page(S)

Post by KitchM »

I just checked to make sure since you mentioned it, and yes everything is still up to date including php 5.3.3.

So where does "Settings" come into play?
KitchM
Power Poster
Power Poster
Posts: 328
Joined: Mon Dec 02, 2013 3:26 am

Re: Hide Page(S)

Post by KitchM »

So I tried to muddle thru the instuctions with all the missing parts, and I finally got to the point where it goes to "Testing".

It displays this text:
Testing
Testing the configuration is a matter of clicking on the “Restricted Test 1” link when both logged in, and logged out. When logged out you should automatically be redirected to the “login” page after clicking on the “Restricted Test 1” page
But there is no "Restricted Test 1" link.

At this point, even if someone got the rest completed correctly, the user is left dead in the water.

Any ideas?

Thanks again.
KitchM
Power Poster
Power Poster
Posts: 328
Joined: Mon Dec 02, 2013 3:26 am

Re: Hide Page(S)

Post by KitchM »

I just realized that I had another post about this but it got deleted somehow. So I hope a solution can be found here.

Thanks for all the ideas. Keep 'em coming!
Locked

Return to “The Lounge”