trickydick wrote:So you've added a main navigation buttons on top right? Does this replace the top menu of subsonic?
You are right. I have added a main navigation bar on-top. This navbar allows me to pull underneath subsonic (on-click) or google or any other applications I have running on my computer. The top-menu of subsonic remains on first-click (which it is supposed to do), but then disappears with all other frames (except "my" top-bar" and the "main-subsonic" one on click of anything in the left frame of subsonic.
trickydick wrote:If your navigation bar loads all the frames, are you using your own frame structure or subsonics index.jsp?
Each frame needs a name, like left, main, right, etc. then you need to target those names in order to change the appropiate page.
I am not surel, but thought I had kept it as maximum simplicity (i.e., subsonic's frame structure. Below how I am pulling this up and also all other things from my navbar.
$navlink;
$navlink["TRAKT"] = 'http://trakt.tv/movies/watchers/daily';
$navlink["Subsonic"] = 'my-personal_URL/subsonic';
[[ note: remark, I am using reverse proxies. When typing directly "my-personal_URL/subsonic", everything works perfectly, but then of course without my personal top-nav-bar ]]
$navlink["XBMC Forum"] = "http://forum.xbmc.org";
Any thoughts?