Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
October 13, 201113 yr Trying to figure out how to add custom tabs right beside "forum, member". I'm using the default ipb skin. Just add the tab (using the ACP - Primary Fusion Menu settings) and drag the tab to the position you want.
October 13, 201113 yr Just add the tab (using the ACP - Primary Fusion Menu settings) and drag the tab to the position you want. Sorry for posting this again, but I don't really understand what you mean :(
October 13, 201113 yr just like you would move the location of a hook, you can drag each child/tab to the desired location, click and hold on the left of each setting (created tab within acp/fusion/primary nav) and slide up/down to desired position. hth benny :)
November 12, 201113 yr Great mod but it REALLY needs the ability to have child menus within child menus.
November 23, 201113 yr I have discovered that I am also getting this error: 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 .....and it has become a huge file. Anyone clear this up at all? And am I safe to delete the huge error_log file without disrupting anything on the forums? Thank you.
November 24, 201113 yr Hiya. Just wondered how to add a inverted ^ to infer its a drop down menu ? And I'd like to change the shade of the dropdown background (its currently black) Please and thank you :D Brian
November 24, 201113 yr like this? Ill try and upload info tomorrow when I'm at work Thanks Richard C. That would be great. Brian
November 25, 201113 yr I have discovered that I am also getting this error: 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 .....and it has become a huge file. Anyone clear this up at all? And am I safe to delete the huge error_log file without disrupting anything on the forums? Thank you. I've been deleting the error file but I would love to hear a fix for this.
November 28, 201113 yr i do believe there was a fix from the author , perhaps he can update here The author offers full support on their website as stated in the original post for this application.If you have any questions before purchasing, you can contact us via our support centre at http://support.fusiondigital.co.nz/. More information about Fusion Menu can also be found at http://www.fusiondigital.co.nz/ipb/fusionmenu/. Please note that support is not provided via the IPS Community for Fusion Menu. Please visithttp://www.fusiondig...nu/support.html to see your support options.
November 28, 201113 yr Making the Menu item's image in to a 'drop down' menu image step 1 - upload the image to your forum's directory. eg: copy of the image I use is in this zip file (not posted it as an image as you would'nt be able to see it as it is white in color) you can obviously use your own image if you wish to. step 2 - put the link to the uploaded image in to the "Icon URL" box, ensure you use the FULL URL to the image's location step 3 - edit global menu bar template ACP > look and feel > manage skin sets and templates > *your skin* > skin_fusionmenu > globalMenubar find useropts_arrow.zip <if test="roothasicon:|:$menu['icon'] != ''"><img src='{$menu['icon']}' alt='{$menu['title']}' /> </if>{$menu['title']}</a> replace with {$menu['title']}<if test="roothasicon:|:$menu['icon'] != ''"> <img src='{$menu['icon']}' alt='{$menu['title']}' /></if></a> step 4 - edit primary navigation template ACP > look and feel > manage skin sets and templates > *your skin* > skin_fusionmenu > primaryNavigation find <if test="hasicon:|:$menuitem['icon'] != ''"><img src='{$menuitem['icon']}' alt='{$menuitem['title']}' /> </if>{$menuitem['title']} replace with {$menuitem['title']}<if test="hasicon:|:$menuitem['icon'] != ''"> <img src='{$menuitem['icon']}' alt='{$menuitem['title']}' /></if> !!NOTE: This will now display the icon AFTER the menu item. If you already use the menu icons then this will move ALL of them to after the menu item (To have menu icons AND a drop down icon, will require hardcoding the URL in to the template) regards Richard PS: I have posted this information as it was requested. I cannot support these changes, its how WE use the menu system, for fusionmenu support, see my previous post :wink:
November 28, 201113 yr to change the color of the drop down menu background navigate to: ACP > look and feel > manage skin sets and templates > *your skin* > CSS (button) > fusionmenu.css find #primary_navigation .main_menu, #primary_nav .main_menu { and change the background color to the color of your choice (in this example, we have changed it to light gray) background: LIGHTGRAY !important;
December 2, 201113 yr Having a cosmetic issue, tabs with sub-menus are as large as the sub-menu sometimes, as far as I can tell it's just a random bug? Or perhaps maybe when you enter each category. Not sure, either way it needs to be fixed.http://www.indianhea....php?app=forums EDIT: Sorry, forgot to add, this happens in Chrome... IE and Firefox seem to work fine.
December 4, 201113 yr Having a cosmetic issue, tabs with sub-menus are as large as the sub-menu sometimes, as far as I can tell it's just a random bug? Or perhaps maybe when you enter each category. Not sure, either way it needs to be fixed.http://www.indianhea....php?app=forums EDIT: Sorry, forgot to add, this happens in Chrome... IE and Firefox seem to work fine. For those who have a similar problem, I sent him a support ticket and his response was this: Hello, Can you please verify that you have enabled the feature to disable the "More Apps" menu? If the "More Apps" menu provided by IPS is enabled, then it will cause this issue. You can check this in ACP > Fusion Menu > Settings. This solved the problem perfectly.
December 7, 201113 yr at least you got a response !!!! For me, the issue I have is that the submenus are not aligned in IPB3.2. Havent modified any of the IPB css, just changed colours using the visual editor. http://community.fusiondigital.co.nz/topic/155-menu-submenu-alignment/ no response to thread for 8 days so I sent a service ticket ... into the 3rd day now without a response. Great Mod .... but very poor support unfortunately.
December 12, 201113 yr I recently made a test board out of my IPB board data and tried to update this on 3.2.2 and the upgrade was successful but however the menu isn't showing up on my forum no matter what settings I use. I'm also using a default IPB skin if that makes any difference. Any help with this?
December 12, 201113 yr at least you got a response !!!! For me, the issue I have is that the submenus are not aligned in IPB3.2. Havent modified any of the IPB css, just changed colours using the visual editor. http://community.fus...menu-alignment/ no response to thread for 8 days so I sent a service ticket ... into the 3rd day now without a response. Great Mod .... but very poor support unfortunately. Just to update this comment ... It is now 14 days since I posted on the author's support forum, and more than a week since I opened an official support ticket .... neither have been reacted to. The support ticket is still sitting "unassigned" in his system and the support thread has had one other user offer a suggestion but no comment from the mod author. really disappointing that this author appears willing to take the money but (unlike most other paid mods we have bought) not offer the support promised with the purchase.........
December 12, 201113 yr was considering buying but seems there is a support issue? not registering on another forum just to see if posts get answers, if I purchase of course I would. is there a support issue?
December 12, 201113 yr I recently made a test board out of my IPB board data and tried to update this on 3.2.2 and the upgrade was successful but however the menu isn't showing up on my forum no matter what settings I use. I'm also using a default IPB skin if that makes any difference. Any help with this? If you used an existing database table for Fusion menus then the paths are different on your test site. You will need to go back through your menu and save the new paths.
December 12, 201113 yr was considering buying but seems there is a support issue? not registering on another forum just to see if posts get answers, if I purchase of course I would. is there a support issue? I use this mod on two live sites and one test site - no problems that there are not fixes for.
December 12, 201113 yr I use this mod on two live sites and one test site - no problems that there are not fixes for. fixes posted by users here or fixes/replies from the developer? can't see how his forums work w/o buying mod so I am a little hesitant after reading this thread. thanks for any info.
December 12, 201113 yr fixes posted by users here or fixes/replies from the developer? can't see how his forums work w/o buying mod so I am a little hesitant after reading this thread. thanks for any info. Fixes for alignment issues in Chrome and Safari done by the developer. IPB 3.3 should address some of this too (my understanding). What's New in Version v1.2 PL1 (See full changelog)Updated to support IP.Board 3.2! Can now disable "Active Tab Tracking" PL1: Fix for WebKit issue. Simply select "disable more apps menu" if needed
Archived
This topic is now archived and is closed to further replies.