Upgraded but had to Revert
Using Jamroom
Site builder should have no interaction at all with profiles, its a top level system.
*********
Quote: The new site builder puts menu and edit controls in the active skin (old Nova clone) and overwrites my hand coded menu (old site builder didn't affect any of that).
Thats not possible, it doesnt over-write anything. It just outputs to wherever
is displayed.
Looking at the default:
/skins/jrNingja/header_menu_desktop.tpl
The {jrSiteBuilder_menu} is around line 16. The reason your seeing your other menu items disappear is because its wrapped like this:
{if jrCore_module_is_active('jrSiteBuilder')}
{* User menu entries *}
{jrSiteBuilder_menu}
{else}
......
So you can either move your customizations up into that section or recreate them using the site builder menu system, either works.
Quote: ....I can't find important things like my home page to relink them. It is replaced by something else (an embedded radio page I had made previously) and I don't know how to get my homepage back.
http://indiegospel.net/index
That should be mapped to / when the integrity check was run for the first time after turning on the new Site Builder system.
Quote: I also noticed some of my marketplace stuff like bundles (built with the old site builder) is missing prices after the switch -
http://indiegospel.net/bundles
Price is showing for me on that page.