How to port xenforo dropdowns to joomla

Luxus

Well-known member
As long as there is no cms for xenforo I decided to use joomla as a replacement. I am currently in the process of porting my style to joomla and I have no idea how to port those javascript based dropdowns from the navigation menu. All I can do currently is use CSS based dropdowns. So any help is greatly appreciated.
 
You can't guarantee it would work properly or not interfere with Joomla's own Javascript but basically you'd need to call xenforo.js (and of course the jQuery library) and assign these classes to the tabs:

Popup PopupControl PopupClosed

That might work.
 
Top Bottom