Greetings! I am a developer with no familiarity with Silverstripe at all and need a little guidance. I've been tasked with relocating a SS site to a new server, and almost have it perfectly transferred but for a couple of issues. The site has a secondary menu below the main page banner and this seems to be controlled in mysite/code/Page.php with this function:
function topTabbers() {
$whereStatement = 'ShowInTabMenu = 1 AND ShowInMenus = 0';
return DataObject::get('Page', $whereStatement);
}
It should be displayed within a div whose class is nav-menu-banner but nothing appears. Trouble is, I've no idea where to look for this. I'm impressed with what I've seen in SS so far, and a little success here will make me look more closely, depending on the degree of community support.
So - can anyone suggest where I look to find why this menu is not appearing?
Thanks in advance, and Merry Christmas!