On this page: https://confluence.atlassian.com/display/CONF55/Navigation+Map+Macro it says there is a way to create a theme for the NavMap macro. It says we need to save the navmap-mytheme.vm to the WEB-INF/classes/templates/macros directory (which I cannot find). Has anyone ever done this and would you be willing to share some more details on how to do this. My colleague wants an example vm file so he can figure out the coding. Thanks.
Hi, I think you'll find this answered by Joseph Clark in this post (How to cutomize Navigation map).
The original velocity (.vm file) is checked into BitBucket at this url: https://bitbucket.org/atlassian/confluence-advanced-macros-plugin/src/84e6a9847149a56b1da24409110e5c757c0fa2c5/src/main/resources/com/atlassian/confluence/plugins/macros/advanced/navmap-default.vm?at=master
Once you have the .vm file for your new theme, you drop it into the WEB-INF/classes/templates/macros in the confluence install directory. When adding the macro to a page, you can then specify in the parameter Navigation Map Theme(theme
) which theme to use based on the filename.
From the Docs:
"Hence, if your theme was callednavmap-roundededges.vm
, use the value of roundededges
for this parameter."
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ross, quick question, if I don't have ../templates/macros in the path, then can I create those folders and save the file? If so, do I need to restart the service in order for it to be found?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.