MyBB Community Forums

Full Version: Sidemenu in mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to know how can i add this side menu in mybb?? 
Double Side menu
i followed all given instructions in that site but its not working not showing any Toggle buttons  Sad
You can use the default toggle button of MyBB, 

Therefor, add this code below the <thead..> tag:


<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

Hope this works for you,
(2015-08-12, 07:01 AM)ArneVD Wrote: [ -> ]You can use the default toggle button of MyBB, 

Therefor, add this code below the <thead..> tag:


<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>

Hope this works for you,

thanks for reply but its not what i looking for. i need to use ooper sidemenu with mybb. anyone plz guide me how can i do it
I do not understand you, do you want a sidebar or a toggle function?
(2015-08-18, 07:54 PM)ArneVD Wrote: [ -> ]I do not understand you, do you want a sidebar or a toggle function?

well plz check this (Jquery side menu demo)  i want to add exactly same thing in my forum i am using my responsive theme. but how can i add that i am looking for anyone who can help me with this. 
here is download link of this side menu (Jquery side menu download)