Loren Posted September 24, 2011 Posted September 24, 2011 I this safe to buy for 3.2.2? Yes, I use it on two of my sites.
tenaki Posted September 24, 2011 Posted September 24, 2011 I would like to have the menu image on the right of the menu items eg forums (image) rather than (image) forums. It would be useful as I want to add a dropdown arrow image which would look better on the right hand side of the wording. Any clues where to edit
BN_IT_Support Posted September 24, 2011 Posted September 24, 2011 Ok, here's how you fix this issue. In the template: globalTemplate under the Global Templates category. Search for and delete: <script type='text/javascript'> if( $('primary_nav') ){ ipb.global.activateMainMenu(); } </script> Now, the big question is: What did this script do in the first place? Does removing it break something else? I would guess there's a setting somewhere (for something, could be anything) and this code is triggered, and when it's active, it conflicts with Fusion. So far, on my board, nothing else is broke, but we'll see. I found this searching for a way to override the javascript login popup that my users hate because it won't store their passwords. Invision insists it isn't a bug, but a feature. Yeah, that popup. :smile: I think it controls the overflow 'more>' function.
Marcher Technologies Posted September 24, 2011 Posted September 24, 2011 I think it controls the overflow 'more>' function. correct... though i can see why tis undesired with fusionmenu.... its the free with 3.2 dropdown.
Josh Bond Posted September 26, 2011 Posted September 26, 2011 Fusion still hasn't addressed this issue, at least on 3.2.1. I haven't upgraded to 3.2.2. The stock fusion menu probably still conflicts with Safari and Chrome, and maybe a few other lesser known browsers. How long as it been since this was reported? I posted in on their own forums the same day. My trouble ticket went unanswered. Fusion should take down the trouble ticket system--no one responds to the tickets. If I hadn't found this work around, I would have switched to some other menu external of IPBoard. A friend started using the jsDOMenuBar javascript menu because Fusion was conflicting with something else he was running.
Marcher Technologies Posted September 26, 2011 Posted September 26, 2011 Fusion still hasn't addressed this issue, at least on 3.2.1. I haven't upgraded to 3.2.2. The stock fusion menu probably still conflicts with Safari and Chrome, and maybe a few other lesser known browsers. How long as it been since this was reported? I posted in on their own forums the same day. My trouble ticket went unanswered. Fusion should take down the trouble ticket system--no one responds to the tickets. If I hadn't found this work around, I would have switched to some other menu external of IPBoard. A friend started using the jsDOMenuBar javascript menu because Fusion was conflicting with something else he was running. heres the problem... that "more" dropdown is in the base templates, OUTSIDE the main app foreach loop. i happen to KNOW his ovverride is blanking that loop... there is nothing for him to hook INTO to remove that, and as its in all skins that choose to keep it, im fairly certain theres not much he can do about it except advise above fix.... and bug IPS to add a hook point for that menu.
Escort Cabriolet Club Posted September 26, 2011 Posted September 26, 2011 hmm, I love this mod but I have a huge error log that keeps growing.. PHP Strict Standards: Declaration of globalPrimaryNavEraser::globalTemplate() should be compatible with that of skin_global_1::globalTemplate() in ***/sources/classes/output/publicOutput.php(3400) : eval()'d code on line 20 PHP Strict Standards: Declaration of ipSeoMeta::globalTemplate() should be compatible with that of boardIndexFusionMenu::globalTemplate() in ***/sources/classes/output/publicOutput.php(3400) : eval()'d code on line 97 Any ideas what could be causing this???
arikbo Posted September 26, 2011 Posted September 26, 2011 I haven't found a fix. My menu still functions but I'm deleting the error file constantly. Not a good way to deal with the problem but nobody has acknowledged this as an bug/issue...
Richard.C Posted September 26, 2011 Posted September 26, 2011 I would like to have the menu image on the right of the menu items eg forums (image) rather than (image) forums. It would be useful as I want to add a dropdown arrow image which would look better on the right hand side of the wording. Any clues where to edit in ACP, go look and feel > manage skin set and templates > "your skin" > skin_fusionmenu see next post, code button is inserting extra things it shouldn't, mhm
Richard.C Posted September 26, 2011 Posted September 26, 2011 ok, lets try this again, the code input box sure doesn't like the edit button.... ...code removed OK, I give up, for some reason the code box is filling the code up with adding extra code everywhere. i have put the instructions in the attached zipped up txt file, best I can dofusion.zip Rich
Loren Posted September 26, 2011 Posted September 26, 2011 Thank you - to be clear this goes in ACP -> Look & Feel -> Mange Skin Sets and Templates -> skin_fusionmenu -> primaryNavigation Thanks again solved my Chrome issue.
Josh Bond Posted September 27, 2011 Posted September 27, 2011 heres the problem... that "more" dropdown is in the base templates, OUTSIDE the main app foreach loop. i happen to KNOW his ovverride is blanking that loop... there is nothing for him to hook INTO to remove that, and as its in all skins that choose to keep it, im fairly certain theres not much he can do about it except advise above fix.... and bug IPS to add a hook point for that menu. I've gotten better support from you than I have Fusion. Thank you for that explanation. So did my fix "break" anything else in IPBoard?
Marcher Technologies Posted September 27, 2011 Posted September 27, 2011 I've gotten better support from you than I have Fusion. Thank you for that explanation. So did my fix "break" anything else in IPBoard? if You decide to stop use of fusionmenu, the "more" dropdown is what saves you from a 2line navigation... other than that... no.
Wilhelmsen Posted September 27, 2011 Posted September 27, 2011 Ok, here's how you fix this issue. In the template: globalTemplate under the Global Templates category. Search for and delete: <script type='text/javascript'> if( $('primary_nav') ){ ipb.global.activateMainMenu(); } </script> Now, the big question is: What did this script do in the first place? Does removing it break something else? I would guess there's a setting somewhere (for something, could be anything) and this code is triggered, and when it's active, it conflicts with Fusion. So far, on my board, nothing else is broke, but we'll see. I found this searching for a way to override the javascript login popup that my users hate because it won't store their passwords. Invision insists it isn't a bug, but a feature. Yeah, that popup. Yes, it did fix the problem in chrome
Bernabe Guerra Jr. Posted September 28, 2011 Posted September 28, 2011 I really like this drop menu and there's nothing that come close to it. Although I'm having a bit of a problem accessing my site at work using IE8.0.6001.19120. The issue is that when the drop down menu drops down, it hides behind the top forum area. See attached. I really need some help resolving this. Thanks, Ben
BN_IT_Support Posted September 29, 2011 Posted September 29, 2011 Does it for me too. I haven't looked into it yet but I presume it needs a Z-index adding somewhere in the css.
Bernabe Guerra Jr. Posted September 29, 2011 Posted September 29, 2011 I wish there was a fix for it. Anyone have any ideas? A huge distraction on a military installation having IE8 version.
JJ. Green Label Posted October 7, 2011 Posted October 7, 2011 Hey i installed your plugin on my forum, but when i enable: Enable Primary Navigation Management then my whole forum goes blank. Do you know how to fix it? Maybe its my hosting or the skin but i have no idea what causes it.
Loren Posted October 7, 2011 Posted October 7, 2011 Hey i installed your plugin on my forum, but when i enable: Enable Primary Navigation Management then my whole forum goes blank. Do you know how to fix it? Maybe its my hosting or the skin but i have no idea what causes it. Try it on the default skin - this mod works fine on two of sites.
JJ. Green Label Posted October 8, 2011 Posted October 8, 2011 Still no luck :no: Maybe theres someone willing to help me, ill give him a account with acces to acp.
valendono Posted October 11, 2011 Posted October 11, 2011 I had problem with https.. the child menu didnt show up... [url="'>fusionmenu.js (line 33) $(this.target).visible is not a function $(this.target).setStyle is not a function [img=chrome://firebug/content/blank.gif]fusionmenu.js (line 43) any idea Kyanar ?
Dalie Posted October 13, 2011 Posted October 13, 2011 Edit: Disregard this post, I've figured it out. Great post
Dalie Posted October 13, 2011 Posted October 13, 2011 Trying to figure out how to add custom tabs right beside "forum, member". I'm using the default ipb skin.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.