Description
Creates a link to add a topic to a forum. This macro creates a link to the add page action in Confluence to create a child page for the given forum root page.
Usage
{add-topic}Add Topic{add-topic}
Parameters
| Parameter |
Required |
Default |
Notes |
Bubbles Version |
| default |
|
current page |
The page contaning the forum macro in SPACEKEY:pagename format |
1.0 |
| page |
|
current page |
Alternative paremter for specifying the page containing the forum macro. |
1.0 |
| space |
|
current space |
Alternative parameter for specifying the space key |
1.0 |
| restrict |
|
true |
Whether to restrict the created forum page to be editable only by the creator. |
1.0 |
Hits and Tips
Adding a link manually:
Topics are just child pages of the root forum page, so if you want to build a link to add a child page manually without the macro this is what you need to do:
<confluence url>/pages/createpage.action?spaceKey=<space key>&fromPageId=<forum root>
| <confluence url> |
the base url of your confluence install |
| <space key> |
the space key of your forum root page |
| <forum root> |
the page id of the root forum page (so the child page will be created with the correct parent page) |