Where to get images in next/previous macro

ashan July 30, 2013

Hi forum,

I use this cool user macro : https://confluence.atlassian.com/display/DISC/Next+and+Previous+Links

Question is, when I call it as follows in layouts, I am not sure from where they pick the images:

$helper.renderConfluenceMacro("{next_previous_links:NextImage=images/macros/forwardbutton.jpg|PrevImage=images/macros/backbutton.jpg|WrapAtEnd=false}")

I have attached images to a space and referred to them as say /wiki/download/attachments/24976745/next.png for example, but the macro doesn't pick the image. I am not sure what images/macros location either. Any help please?

1 answer

0 votes
Steve Goldberg
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 1, 2013

The image source is determined by the following code:

img src="$config.getDomainName()/$paramPrevImage

So you need to drop the trailing "/" (and also the "wiki" part too), so if you enter just "download/attachments/24976745/next.png" it should work.

Suggest an answer

Log in or Sign up to answer