Hi,
Is there a way where we can get thumbnail images on every page footer and link them to respective locations?
Thanks,
Hallo Vishal
Alternatively, you can use the Documentation theme and add specific text and images to the footer of every page in a space. This allows you to add different content in the footer per space. The footers appear at the bottom of pages, but not at the bottom of blog posts or the dashboard.
https://confluence.atlassian.com/display/DOC/Configuring+the+Documentation+Theme
The above page tells you how to configure the Documentation theme. It also has a custom page header and footer, provided by the theme.
The advantages of this method are that it's simpler than modifying the Velocity templates, and you don't need to re-apply the customisations each time you upgrade Confluence.
I hope this helps!
Cheers,
Sarah
I have used "{include: DOC:My page name|nopanel=true}" at the footer of Documentation Theme (Browse>Confluence Admin>Theme>Configure Theme). 'My page name' page has the required images and links and DOC is the key of the space where I have the page 'My page name'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Vishal,
This is our page about modifying the footer page of Confluence.
https://confluence.atlassian.com/display/CONFKB/How+to+Edit+the+Footer+in+Confluence
You will see a bit of text in that document that outlines the text that you need to keep in your footer to remain in line with our EULA. There are also a couple link outs that describe the processes of adding content to the footer. This should be little more than placing an image file on your Confluence server and creating an img element with a src attribute that points that image.
Note: that the webroot of your Confluence instance is your <confluence_install>/confluence directory
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could alter the footer template file. The one you probably want is:
./confluence-install/confluence/decorators/includes/footer-content.vm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not familiar with what I see in that file. Is there any documentation which I can refer?
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.