Summary | Custom Hamburger Menu Links will allow you to easily add links to the hamburger menu. | |
Preview | Preview on theme-creator.discourse.org | |
Repository Link | https://github.com/discourse/discourse-custom-hamburger-links | |
New to Discourse Themes? | Beginner’s guide to using Discourse Themes |
Install this theme component
Samples
Desktop
Mobile
Settings
You add links via comma delimited values in this order:
Text,URL,Location,Target
Text
is the name of the link that shows on the menu.
URL
is the path you want the link to have. You can use relative paths like
/tags/funny
or
/t/231
if you prefer.
Location
can have one of two values. Either the letter g
or the letter f
Use “g” if you want the link to appear in the generalLinks
section:
or use “f” if you want the link to appear in the footerLinks
section:
Target (optional)
Use “blank” if you need the link to open in a new tab.