|
Atlassian Confluence User Community
Please note, this space is not intended for:
Questions and comments can be sent to the mailing list or forum. There is also an unofficial Confluence IRC channel. Hot Topics
|
Topic Groups
|
Home
|
Atlassian Confluence User Community
Please note, this space is not intended for:
Questions and comments can be sent to the mailing list or forum. There is also an unofficial Confluence IRC channel. Hot Topics
|
Topic Groups
|
Comments (84)
Sep 14, 2006
Durairaj Jayabalaji says:
could you suggest me, how to merge two different space contents in to one space?could you suggest me, how to merge two different space contents in to one space?
Nov 15, 2006
Shameem says:
Is there any way by which I can integrate 'podcasting' with confluence?Is there any way by which I can integrate 'podcasting' with confluence?
Nov 15, 2006
David Soul [Atlassian] says:
Hi Shameem, Confluence does not support integrated podcasting, so you will not ...Hi Shameem,
Confluence does not support integrated podcasting, so you will not be able to create podcast feeds. You may like to lodge a feature request at http://jira.atlassian.com
Alternatively, you can embed playable multimedia files into your text-based news posts. Users will be able to view the news posts as an RSS feed and listen to AV podcasts automatically from their browser.
For more information:
http://confluence.atlassian.com/display/CONF20/Adding+News
http://confluence.atlassian.com/display/CONF20/Embedding+Multimedia+Content
Dec 13, 2006
Ronnie Chan says:
Hi, Does anyone know if there is a macro that produces the green "" and "" icons...Hi,
Does anyone know if there is a macro that produces the green "+" and "-" icons that allows user to reveal/hide content in a page, such as the one on Confluence Documentation Home under Recently Update?
Ronnie
Dec 13, 2006
Agnes Ro says:
Hi Ronnie, No, but you could create a user macro to do this, for example: <i...Hi Ronnie,
No, but you could create a user macro to do this, for example:
For more information: http://confluence.atlassian.com/display/DOC/User+Macros
Agnes.
Dec 20, 2006
Ronnie Chan says:
Thanks Agnes\! I have another question. I'm putting together a FAQ and I want to...Thanks Agnes!
I have another question. I'm putting together a FAQ and I want to do it in a similar style as the Confluence FAQ. Is there a plugin that collects page statistics? In particular, something that supports collecting number of times a page is viewed over a period of time and pages that are recently modified (similar to the Recently Updated section on the dashboard)?
Ronnie
Dec 20, 2006
Agnes Ro says:
Hi Ronnie, Our FAQ page is made up of using the contentbylabel macro. Essential...Hi Ronnie,
Our FAQ page is made up of using the contentbylabel macro. Essentially you would have to label all your pages for it to work correctly
There is also a plugin for statistics, although it may not be exactly what you are looking for (http://confluence.atlassian.com/display/CONFEXT/Global+Statistics+Plugin)
Hope that helps!
Agnes.
Dec 27, 2006
Ronnie Chan says:
Yeah, this is not quite what I'm looking for. Specifically, I am looking for any...Yeah, this is not quite what I'm looking for. Specifically, I am looking for any plugin/macro that can list the most recently added/changed pages within a space, similar to the "Recently Updated" section on the Dashboard. I checked out the global statistics pages before, but it's not what I'm looking for. Ideally, I'd like something that would take the 10 most frequently accessed pages in a space and display them in a list (useful if you are putting together a "10 hottest questions" section on a FAQ, for example).
Ronnie
Dec 28, 2006
Agnes Ro says:
Yes, unfortunately we don't have such a plugin. You could raise a feature reques...Yes, unfortunately we don't have such a plugin. You could raise a feature request... or you could write the plugin yourself
Agnes
Feb 13, 2007
Harikrishnan says:
Can we use WIKI Markup notations in Decorator and other velocity files ? \Hari&n...Can we use WIKI Markup notations in Decorator and other velocity files ?
-Hari .
Feb 14, 2007
Tony Cheah Tong Nyee says:
Hi Hari, It is possible to use wiki markup in a velocity file by using the foll...Hi Hari,
It is possible to use wiki markup in a velocity file by using the following:
$helper.renderConfluenceMacro("<the markup>")
For example:
$helper.renderConfluenceMacro("
$helper.renderConfluenceMacro("Test text in bold")
$helper.renderConfluenceMacro("Link to Google ")
However, there is a limitation to this where it is only valid for wiki markup notation that do not require next line.
Cheers,
Tony
Feb 14, 2007
Tony Cheah Tong Nyee says:
Oops. Fix to the macro that are being rendered. For example: $helper.renderC...Oops. Fix to the macro that are being rendered.
For example:
Feb 20, 2007
Harikrishnan says:
How to Override confluence macros in user defined theme ? Any examples are there...How to Override confluence macros in user defined theme ? Any examples are there?
--Hari.