orchardcms - Orchard CMS: Submenu refreshing entire page when clicked -


i have simple forums module , sub-menu (has 5 options) belongs forums module. i'm using default orchard theme (thememachine) , placed sub-menu in asidefirst zone on custom layer.

so, when click on "forums" link in main menu, have forums sub-menu in asidefirst zone , forum threads in content zone.

the problem is, when click on 1 of sub-menu options, fresh content zone corresponding threads. instead, refreshing entire area below main menu , 2 zones (asidefirst , content) merged when of sub-menu options clicked.

is there way can modify behavior without having modify source code?

edit: sense might have modify source code after all. so, insights in regard helpful, too.

i not sure if best way or right way of implementing behavior described in question achieved intended post answer:

i converted sub-menu items "custom links" , assigned url each of areas (e.g., menu item "discussion" have url ~/forums/discussion , on).

as forums layer, added rule reads url("~/forums*").

lastly, added sub-menu (or custom links mentioned above) 1 of desired zones (leftcontent in case) in forums layer. sub-menu assigned zone in forums layer sticks , choosing of sub-menu items refreshes content zone.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -