Member
Member
unnamed   02-01-2009, 17:25
#1

Anyone know a way to hide a specific page from the page menu? For example if I create a page with content for the main home page (index.php) and call it home, how can i get the 'home' link to be hidden from the page menu.

Alternatively

The 'home' page is a url of mydomain.com/page/home - how would I set that to be index.php or just mydomain.com/ (I was going to just hard code it but if there is a way... please let me know)

Cheers all

Member
Member
unnamed   02-01-2009, 17:26
#2

er der - sorry [redface] - rewrite rule dummy

Administrator
Administrator
acrylian   02-01-2009, 17:34
#3

To hide a page just don't publish it. As with unpublished images and albums it will be accessible if you know the link, also you can of course call unpublished page content with those functions I mentioned on the other thread.

Member
Member
unnamed   02-01-2009, 17:34
#4

hmm damn - no not as easy as I thought - anyone?

I tried a rewrite rule of

RewriteRule index.php$ index.php?p=pages&title=Home [L,QSA]

I might have that written wrong - anyone have a pointer

Cheers

Member
Member
unnamed   02-01-2009, 17:41
#5

Quote:To hide a page just don't publish it.

Doh its getting late - of course your right - I remember reading that now [redface - again]

Member
Member
unnamed   02-01-2009, 17:46
#6

Ok if I unpublish it - it still shows in the page menu in the sidebar but does not show on the page where I have printPageContent for that page. I know I can get it to print unpublish by using the selector false (will have to read that again) - but how do I hide it from the menu?

Cheers

Administrator
Administrator
acrylian   02-01-2009, 17:52
#7

If you are logged in as an administrator unpublished pages (as are unpublishedimages and album in Zenphoto) are shown. Your not logged in visitor will not see them.

printPageContent() has an option for unpublished pages: printPageContent( "home",false) should print the zenpage page "home" it. Just put that on your theme's index.php page.

Member
Member
unnamed   02-01-2009, 17:54
#8

Excellent - once again thanks

Your a legend with this great support - where do I donate (I'll find it)

Cheers

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.