Upgraded but had to Revert
Using Jamroom
Hi Michael,
When I say "overwrites" I probably mean it in a different way than a programmer uses the term. I mean what I see post-upgrade, isn't what I see pre-upgrade.
Quote: The {jrSiteBuilder_menu} is around line 16. The reason your seeing your other menu items disappear is because its wrapped like this:
In the Network skin (Ninja clone used in some profiles and admin section) it is coded (pre-upgrade) starting at line 6:
{* Site Builder *}
{if jrCore_module_is_active('jrPanel') && jrCore_module_is_active('jrMenu') && jrCore_module_is_active('jrWidget')}
{jrMenu_display active=$menu_url}
{else}
In the Terminator Skin (Nova clone) which is the active skin (used for the home page) there is no (zero) site builder coding (pre upgrade).
After upgrade the homepage disappears from both menus and is replaced by an old page I hard coded with a radio iframe. That's what appears at /index (post upgrade). I can't find the "real" homepage post upgrade.
I have not looked into how the code is altered (or added to) by the upgrade in either skin. I just briefly took a look at what was messed up, and when I couldn't find my homepage, reverted since this is a "live" network.
Also, you are seeing prices at http://indiegospel.net/bundles because I reverted to sitebuilder 1. When I switch to site builder 2 (post upgrade), that's when those prices disappear.
updated by @ken-rich: 06/10/15 05:42:29AM