1 zag May 20, 2017 21:27
3 zag May 23, 2017 11:13
Thanks mgsolipa - I tried that, but it got rid of the link I wanted to keep as well as the link I wanted to remove.
What I did instead was to create a new collection, and set it to never display in the front office list. Then I created the stand alone page in that collection and it worked as expected - no entry in the site header menu.
Thanks,
David
4 fplanque May 23, 2017 23:44
@zag Only the pages from the collection configured here: http://b2evolution.net/man/default-collections will appear.
Move the page you don't want to have in the menu into another collection.
Hi @zag,
That menu bar is controlled by the Site skin, a header and footer shared between all the collections.
The menu links you mentioned are displayed by a widget (
coll_page_list
) that has been called directly in the code of the site skin.You can find more info about site skins here: http://b2evolution.net/man/developer-reference/themes-templates-skins/site-skins/ and here: http://b2evolution.net/man/custom-site-skin.
According to the second link, you just need to do the following:
site_skin/custom
.site_skin/_site_body_header.inc.php
in it.if( $Settings->get( 'info_blog_ID' ) > 0 )
to this:if( false )