Members in Auto-Nav. WHY CAN'T I DELETE THIS?!

Permalink
I have DELETED EVERY SINGLE PAGE in my sitemap except Home. There are no pages left.

I have also deleted the Group called "Members" which I created earlier.

I even deleted the additional page template I had uploaded.

But for some reason, Members is still showing up in the auto-Nav:

http://www.thenynetwork.com/

If you click it, you get an error message. It appears to be the same Members page I see in my dashboard under Pages and Themes > Single Pages > Members is the first link at the top of the Single Pages list which takes me to this page if I click it:
http://www.thenynetwork.com/index.php?cID=9...

How can I get rid of this?

 
LucasAnderson replied on at Permalink Best Answer Reply
LucasAnderson
In your Sitemap, check the box next to Show System Pages.

Then click on the Members page, select Properties, add the custom attribute Exclude from Nav and check it.

Save. Done.
12345j replied on at Permalink Reply
12345j
and to stop the error for the members page you need a view.php page. just replace
<?php
    $a = new Area('Main');
    $a->display($c);
?>
with
<?php
print $innerContent;
?>
zoinks replied on at Permalink Reply
Thank you both. I'd make them both orange if I could.

So weird. I wonder why this never happened before.
12345j replied on at Permalink Reply
12345j
just click one and then the other, that'll give us both credit, even if it doesn't mark it.
bryanlewis replied on at Permalink Reply
bryanlewis
Good work Lucas. Thats what I would have done.