Hi All,
I have a page, where i created an excerpts with an image and a few texts. In one of my other pages, i am usign the Children Display macro with Include Excerpts enabled. But i can only see the text from other child pages, no image.
I also tried with excerpts include macro, but this time i am getting the image from other pages.
But why the images are not showing up in the Children Display macro?
Thanks in advance,
JitheshG
Thanks Thomas, but i managed to find another solution by creating a user macro wrapping excerpt-include. And now its working...
I believe this would be an axample of the user macro wrapping excerpt-include @Jithesh G was talking about. works for me
#set($count = 0) ## remove this line to display all children #set ($childpages = $content.getChildren()) #foreach ($page in $childpages) #if ($count < 6) ## just display the 1st 6 children ## remove this line to display all children <p><ac:structured-macro ac:name="excerpt-include"><ac:parameter ac:name=""><ac:link><ri:page ri:content-title="$page.displayTitle" /></ac:link></ac:parameter><ac:parameter ac:name="nopanel">true</ac:parameter></ac:structured-macro>&nbsp;</p> #set($count = $count + 1) ## remove this line to display all childre #end ## remove this line to display all children #end
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jithesh,
I think, the Children Display Macro is only showing the first line of the excerpt, if there is text before the image, the image is not shown.
Another thing: Try to insert your image on the excerpt-source-page fully qualified, i.e. with space-ID and page name. In Wiki Markup it is looking something like that: !SpaceID:Pagename^imagename!
We use an older Confluence-Version and there, this helps. Without the full qualified name, we have the same problem: the image is not found.
Hope this helps
Cheers
Thomas
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.