borkweb / BootstrapMediaWiki

A MediaWiki skin using Bootstrap 4 & FontAwesome 4
Apache License 2.0
266 stars 249 forks source link

TOC in subnav? #44

Open bzwolf opened 9 years ago

bzwolf commented 9 years ago

Is this possible? Thanks

ChristopherNeuwirth commented 9 years ago

yes it is. just define a div with a id e.g.: < div id=" toc-head " > < /div > in your Article Bootstrap:SubNav. Go to behavior.js in your Skins folder, search for the function: $('#toc').each(function() { ...

copy the jQuery prepend and find function and refer to #toc-head or what ever u want to name it.

Style it with CSS.

hope that helps.