Hi,
I am having trouble creating the forum example posted by ServiceRocket - http://blog.servicerocket.com/adoption/blog/2014/11/build-a-forum-in-confluence-with-reporting
Can someone please provide the wiki-markup for this example.
Thanks, m.w
I am having trouble creating the forum example posted by ServiceRocket - http://blog.servicerocket.com/adoption/blog/2014/11/build-a-forum-in-confluence-with-reporting
Can someone please provide the wiki-markup for this example.
Thanks, m.w
- 27 Posts
- 1 Reply Like
Posted 4 years ago
Ted, Alum
- 32 Posts
- 6 Reply Likes
Hi m.w.! Thanks for your interest in our forum example.
If you haven't visited it yet, there's a link on that blogpost which shows you the forum example in action on our Documentation site. Here's the link: https://docs.servicerocket.com/displa...
From there, you can click on the "Tools" button on the top right to bring down a menu. Then click "View Source".
You'll be able to view the complete structure of the macros I used for the forum.
Not exactly the wiki-markup you requested but something that's equally as helpful, I hope!
If you haven't visited it yet, there's a link on that blogpost which shows you the forum example in action on our Documentation site. Here's the link: https://docs.servicerocket.com/displa...
From there, you can click on the "Tools" button on the top right to bring down a menu. Then click "View Source".
You'll be able to view the complete structure of the macros I used for the forum.
Not exactly the wiki-markup you requested but something that's equally as helpful, I hope!
- 27 Posts
- 1 Reply Like
Hi Ted,
Thanks for the help.
When I click "View Source", I can't view the full key chain for the "collection" supplier.
For example:

Is it not possible to provide the wiki mark-up for this?
Thanks,
m.w
Thanks for the help.
When I click "View Source", I can't view the full key chain for the "collection" supplier.
For example:

Is it not possible to provide the wiki mark-up for this?
Thanks,
m.w
(Edited)
Ted, Alum
- 32 Posts
- 6 Reply Likes
I'm so sorry! I had not thought about the keychains being hidden.
Here, give this a go:
Here, give this a go:
{report-table}Hope that helps!
{content-reporter:types=page}
{date-sort:page:comments > collection:last > comment:modification date|order=descending}
{content-reporter}
{report-column:title=Thread}
{report-info:page:title|link=true}
{report-column}
{report-column:title=Thread Starter}
{report-info:page:creator|link=true}
{report-column}
{report-column:title=Last Post}
{report-block}
{local-reporter:@self}
{number-filter:page:comments > collection:size|minValue=1}
{local-reporter}
{report-body}
{report-info:page:comments > collection:last > comment:modification date|link=true} by {report-info:page:comments > collection:last > comment:creator|link=true}
{report-body}
{report-empty}
No replies yet.
{report-empty}
{report-block}
{report-column}
{report-column:title=Replies}
{report-info:page:comments > collection:size}
{report-column}
{report-table}
- 1 Post
- 0 Reply Likes
Dear Support Team,
How and where can we download the macro as shown as the link:https://drive.google.com/file/d/0BxriXuT0xeaFbDlVc1EtTk5jaUU/view?usp=sharing ? Thanks a lot.
How and where can we download the macro as shown as the link:https://drive.google.com/file/d/0BxriXuT0xeaFbDlVc1EtTk5jaUU/view?usp=sharing ? Thanks a lot.
Ted, Alum
- 32 Posts
- 6 Reply Likes
Hi there! The example above requires the Reporting add-on: https://marketplace.atlassian.com/plugins/net.customware.confluence.plugin.reporting/server/overview
- 1 Post
- 0 Reply Likes
Dear Support Team,
Is there free plugin or other suggestion which can be installed at confluence 5.8.2 , we found it's pay version ? Thanks a lot.
Is there free plugin or other suggestion which can be installed at confluence 5.8.2 , we found it's pay version ? Thanks a lot.
Related Categories
-
Reporting Plugin
- 132 Conversations
- 93 Followers
Spock
Love the look of the forum and would love to implement it onto my confluence space. I am a brand new user to confluence (1 day) and was wondering if you could provide some insight on how to implement the markup you provided below to my space.
Cheers
Ted, Alum
On a Confluence Page you are editing, click Insert > Markup and paste in the example I have provided below.
That should get you started.
If you haven't already, you should also read this article where I talk more about the example: http://blog.servicerocket.com/adoption/blog/2014/11/build-a-forum-in-confluence-with-reporting?_ga=1...
Hope that helps!