2011-08-11, 05:02 PM
what did you name the main php file as? in the upload package, its the showcase.php file in the mybb root location. this file can be moved anywhere (if configured) and then that filename is used as the Main File setting for the showcase entry in the ACP.
then point to that file location in the menu
example: my garage.php is in the site root. MyBB is in the \board folder. I edited garage.php to set $forumdir = "./board"; and in the ACP, set the Main File as garage.php for this particular showcase.
So my menu is set to <li><a href="{$mybb->settings['homeurl']}/garage.php">Garage</a></li>
I have done similar with my "dock" (reader's rides for boats)
<li><a href="{$mybb->settings['homeurl']}/dock.php">The Dock</a></li>
then point to that file location in the menu
example: my garage.php is in the site root. MyBB is in the \board folder. I edited garage.php to set $forumdir = "./board"; and in the ACP, set the Main File as garage.php for this particular showcase.
So my menu is set to <li><a href="{$mybb->settings['homeurl']}/garage.php">Garage</a></li>
I have done similar with my "dock" (reader's rides for boats)
<li><a href="{$mybb->settings['homeurl']}/dock.php">The Dock</a></li>
Lost interest, sold my sites, will browse here once in a while. It's been fun.