Home

Atlassian Confluence User Community
  • Propose cool new features!
  • Discuss ideas on integration with other apps!
  • Share tips and tricks!
  • Powered By Confluence - See how others companies have adopted Confluence as their public websites!

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
 
Recently Updated
by Tom O'Brien (2 hours ago)
Re: Tips on how to Cross Reference?
by David Peterson (13 hours ago)
Re: Tips on how to Cross Reference?
by Tom O'Brien (14 hours ago)
Re: Tips on how to Cross Reference?
by Tom O'Brien (14 hours ago)
Tips on how to Cross Reference?
by Tom O'Brien (17 hours ago)
Re: Tips on how to Cross Reference?
by David Soul [Atlassian] (20 hours ago)
Powered By Confluence
by David Peterson (20 hours ago)
Re: Tips on how to Cross Reference?
by David Soul [Atlassian] (21 hours ago)
Enterprise Wiki Reviews & Comparisons For Confluence
by Alexey Krylov (26 Aug)
Re: Russian_RU Translation
by Alexey Krylov (26 Aug)
File translation_russian_RU3.jar
Topic Groups

Ideas

Administration Tips

User Contributed Documentation

Integration and Utils

Patches

General Comments

Third-Party Reports

Other Topics


Looking to spur wiki adoption? Wikipatterns can help. It contains a guide to major stages of wiki adoption and a directory of patterns that help coordinate peoples' efforts and guide the growth of content.




 
Are you a big fan of our wiki? Spread the word to your mates — add a Confluence badge to your website, Confluence site, blog... what have you.

Labels

users users Delete
community community Delete
confluence confluence Delete
gettingstarted gettingstarted Delete
public public Delete
copy copy Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
"Select a page template" link is gone
1.4 UI Discussion
2.0 UI Discussion
3rd Party Content Management
Adding a new button to the Rich Text Editor
Adding a new space tab
Add Page Tree & Search Box Navigation
Alphabetical Tree Structure in space
Autogenerating Jira SOAP Client Classes Using Maven 2
Automatic Creation of Personal Spaces
Backup Your Confluence.cfg.xml
Bundling Libraries in Plugins using Maven
Community Wiki
Confluence and Human Resources Policy Acknowledgements
Confluence and Machine Augmented Intelligence
Confluence As A Knowledge Base
Confluence Hosting - List of Vendors
Confluence-JIRA Integration
Confluence Locks Up on Startup if Permissions Set Incorrectly in Confluence.home
Confluence Plugin Development and Confluence Version Compatibility
Confluence Section 508 Accessibility Compliance
Confluence Support
Confluence Webinar Resources
CRM vs. Wiki for Sales & Marketing - where do you draw the line?
Developing Confluence Plugins with Maven 2
Documentation for hide-from
Dynamic list in a template
Emails from Confluence formatted as on screen?
Enterprise Wiki Reviews & Comparisons For Confluence
Equivalent to show-to in decorator?
Header test
Hidden labels?
How do I add a label to pages made from the template?
How to copy the whole hierachy in Confluence?
How to export Confluence wiki data to html or SGML file?
How to make 'admin-only' links in 'Browse space' section
How to reference a plugin from my plugin?
i18n in Confluence Plugin Development
Instant Notification Option
IRC Channel
Is Auto-linking possible?
I want to show the attachments on the same page as the topic
jQuery
LDAP Performance Tweaks
License Agreement
listlabels
Page name change
my page
New Page
Offline Confluence Access
Page - unique or several with the same page title?
Plugin and User Macro Security Best Practices
Plugin release support
Reports on Wiki
Restricting Attachments and Comments - How????
Scripting plugin restructuring for Confluence 2.2.2
search exactly
Space Index
Spaces with label
Tips on how to Cross Reference?
Transactional context in Jobs
User-Contributed Comparisons To Other Wikis
Using Confluence For Document Management
Versioning of dynamic content
Visualising External Data In Confluence
What have you done?
Will deleting old users cause issues?
Work With Two Languages In One WIKI
You know you've been using Confluence too much when...
  1. 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?

  2. 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?

    1. 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.

      [Download podcast|^file.mp3] or listen now: 
      !file.mp3!
      

      For more information:

      http://confluence.atlassian.com/display/CONF20/Adding+News
      http://confluence.atlassian.com/display/CONF20/Embedding+Multimedia+Content

  3. 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 

  4. 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:

    <img src="/images/icons/add_16.gif" onClick="javascript:toggleVisibility('myDiv'); return false;" border=0>
    
    <div id="myDiv">
    $body
    </div>

    For more information: http://confluence.atlassian.com/display/DOC/User+Macros

    Agnes.

  5. 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

    1. 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.

      1. 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 

        1. 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

  6. 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 .

    1. 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("

      Some text
      ")
      $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

      1. 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:

        $helper.renderConfluenceMacro("{info} Some text {info}")
          $helper.renderConfluenceMacro("*Test text in bold*")
          $helper.renderConfluenceMacro("[Link to Google | http://www.google.com]")
  7. 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.