I'm trying to resize the topMenu so that the three buttons are arrange horizontally (side by side)
(These are the buttons displayed on forms such as Events)
Attachment shows what's I'm looking to do. Hoping the brain trust can help here! thanks!
I'm trying to resize the topMenu so that the three buttons are arrange horizontally (side by side) (These are the buttons displayed on forms such as Events) Attachment shows what's I'm looking to do. Hoping the brain trust can help here! thanks! |
Hello As I see you want to divorce Header section (Icon, Title and Action buttons) from Top menu line. The problem is that both of them are generated with one method (templates/base/classes/BxBaseMenu.php file -> getCode function). So, you need to rewrite this method and then you need to update associated HTML templates. They are _sub_header.html and _sub_footer.html in templates/base/ folder. I think the last one should be used to place header template key to. This key should be created too. :) So, I think it can be done, but you need to know Dolphin well enough. Good luck. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Thanks! I will wait on this one. I have more important issues to address and I am just two weeks into Dolphin. |
Hello Thanks! I will wait on this one. I have more important issues to address and I am just two weeks into Dolphin. :) If you need some help with custom modifications you may contact me via PM. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |