question
dict | answers
listlengths 1
27
| url
stringlengths 66
601
| tags
sequencelengths 1
15
⌀ |
---|---|---|---|
{
"author": "Nicholas McCagg",
"title": "Confluence for non-affiliated academic purposes?",
"body": "I'm looking to use Confluence in a web-based instructional setting in conjunction with my attendance at a university for a graduate degree. All content produced and distributed will be of an academic nature and not used for any commercial gains. My goal is to be able to produce comprehensive documentation and instruction regarding new music technologies in a classroom setting.\n\nThe only setback I face is that I can't provide any of the necessary documentation to register for a Classroom Community license, despite being both a soon-to-be certified public school music teacher and a current graduate student. While the site would be hosted on a personal server for the time being, depending on its success, it would be moved over to a community site once my academic work is complete. At that time, it may even become a non-profit organization; however, that is not logistically possible at this moment in time.\n\nWhat are my licensing options for Confluence at this point?\n"
} | [
{
"author": "Martin Cooper",
"body": "You will need one of the Atlassian bods to answer the whys and wherefore of the free licenses, or you could just email [[email protected]](mailto:[email protected]) direct and ask.\n\nBut the basic 10 user starter license is only $10 and that should be enough to get you up and running. You dont mention how many users you are expecting to access, but can have unlimited anonymous users on the starter license.\n\n<http://www.atlassian.com/software/confluence/licensing.jsp>\n",
"comments": [
{
"author": "Nicholas McCagg",
"body": "Hmmm, that's a very good point. However, the purview of the project will also relate to some coding for open-source synthesizers, and JIRA integration (plus whatever else I might wind up needing) would be mildly helpful (as well as more users, although I don't know what to anticipate). I'll shoot an e-mail to the sales address and see what they have to say.\n"
},
{
"author": "Nicholas McCagg",
"body": "The project is really in its infancy with an ill-defined scope at the moment. My ambitions are probably larger than the realistic outcomes, but having the proper tools at my disposal brings all of my ideas that much closer to reality.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-for-non-affiliated-academic-purposes/qaq-p/157119 | null |
{
"author": "Jenin C M",
"title": "How to find duplicate attachments for my Confluence instance?",
"body": "Hi,\n\nCould you please suggest how could I find all the duplicate attachments within my Confluence instance?\n\nany specific SQL query to search it in database, as my query results includes versions also.\n\nThanks and Regards,\n\nJenin C M\n"
} | [
{
"author": "HuseinA",
"body": "To exclude versions - get the latest version only, you should append **prevver IS NULL** in your WHERE statement.\n\nIf you could provide your SQL query, that would be easier for us to help tweaking it. :)\n",
"comments": null
},
{
"author": "Jenin C M",
"body": "Hi Husein,\n\nThanks for your response!!\n\nThe query I am trying to fetch the duplicate attachments is:\n\n```\nselect distinct title, pageid from attachments where attachmentid in (select distinct(a.attachmentid) from attachments a inner join attachments b on a.title = b.title and a.filesize=b.filesize and a.pageid=b.pageid where a.attachmentid <> b.attachmentid);\n```\n\nThis query is generating a very large list of attachments (it includes all the versions) but I need only duplicated attachments i.e same pageid, filesize, content but different attachmentid.\n\nYour response will be much appreciated.\n\nRegards,\n\nJenin\n",
"comments": [
{
"author": "JamieA",
"body": "You just want to add \"count(\\*) as Kount\", group by title, filesize, and \"having kount \\> 0\"\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-find-duplicate-attachments-for-my-Confluence-instance/qaq-p/94829 | null |
{
"author": "Mark Nixon",
"title": "Change page and blog icons in news feeds",
"body": "Hi,\n\nI was wondering if its possible to change the tiny icons representing page and blog icons in news feeds(Ones mainly found on the dash? So for instance, instead of just the small icon of a 'page', important blog updates could get a star?\n\nThanks\n"
} | [
{
"author": "Azwandi Mohd Aris",
"body": "Alternatively, just replace the image file with what you want (while keeping the filename as it is)? These icons are likely located in the \\<confluence-installation\\>/images/icons folder.\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "@Justin Downing is right. That's the quickest way to get what you want. However, you'll need to remember what you did when you come to upgrade though, as this customisation will likely be reverted.\n\nAnother approach would be to override the CSS with a custom stylesheet.\n\n**Browse to...**\n\n```\nConfluence Admin | Look and Feel | Stylesheet\n```\n\n**Click on edit and paste...**\n\n```\n.icon-page {\n background: transparent url(/path/to/new/page-16.gif) no-repeat scroll 0 0;\n}\n.icon-blog {\n background: transparent url(/path/to/new/blog-16.gif) no-repeat scroll 0 0;\n}\n```\n\nThis is more likely to survive an upgrade, expecially if the icons are attached to a page that permits anonymous access.\n",
"comments": null
},
{
"author": "justindowning",
"body": "The simplest way is to rename the image files that the stylesheet (confluence/includes/css/icons.css) is using:\n\n```\n.icon-page {\n```\n\n```\n background: transparent url(../../images/icons/docs_16.gif) no-repeat scroll 0 0;\n```\n\n```\n}\n```\n\n```\n.icon-blog {\n```\n\n```\n background: transparent url(../../images/icons/blogentry_16.gif) no-repeat scroll 0 0;\n```\n\n```\n}\n```\n\nSave those files somewhere so you have a backup and copy your files to the same path/filename. Confluence will show your images the next time you refresh the page in the browswer.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Change-page-and-blog-icons-in-news-feeds/qaq-p/351767 | null |
{
"author": "Mark Nixon",
"title": "How do i prevent downloading of pictures on a page",
"body": "Hi,\n\nI wish to add a photo/picture/diagram/whatever to a confluence page, however I wish to protect it to stop people from right clicking and saving the photo. I know there are ways around this, however we just need a simple solution to help prevent distribution of out-of-date photos and diagrams.\n\nI have seen it done on websites in the past - can it be done in Confluence??\n\nThanks\n\nMark\n"
} | [
{
"author": "Jim Birch",
"body": "There's no perfect method. If you can see it, your browser has already downloaded it, so it's somewherre in the cache or accessible via the image url. A smart user can find it. All you can do is foul up the R-Click/SaveAs. It's almost alway possible to create a screenshot, except with very elaborate stuff like converting the image to a Flash effect.\n\n1. Disable right click with javascript, or pop up a message saying \"please don't download content will be updated. This will annoy users who use r-click for other things.\n\n2. Create a macro that displays the image with a 100% transparent overlay. I think you'll need to include pixel size in the macro, which is messy. R-Click/Save will save the overlay not the image. However, the user can still search their cache or take a screenshot to get the pick. You could muck around with transparency and mouseover something to degrade the screenshot or swap the image on r-click. It's still in cache.\n\n3. Place a caption \"Please don't download, use a link for the latest version under the pic. People will be able to download but may not.\n\n4. Watermark image with link to the latest version.\n\n5. Chop up the image into pieces and tile them. May need a macro and parameters to handle this. Most people will get annoyed and give up. You may get sick of slicing up images\n\n6. Some complicated kind of flash eg popup construct could stop screenshots.\n\n7. Forget it. Get over it.\n",
"comments": null
},
{
"author": "MatthewC",
"body": "You could put some javascript on every page to disable the right click. It's not fool proof as it's easily by-passed by disabling Javascript but it might make a point.\n\nGo to Confluence admin \\> Custom HTML \\& paste the code below into the **HEAD** section.\n\nIf you get an error, just check that the browser hasn't decided to swap the quotes (\") and the extended quotes characters (\" \")\n> \\<script language=JavaScript\\>\n>\n> var message=\"Please do not download the images.\";\n>\n> function clickIE6(){\n>\n> if (event.button==2){\n>\n> alert(message);\n>\n> return false;\n>\n> }\n>\n> }\n>\n> function clickNS4(e){\n>\n> if (document.layers\\|\\|document.getElementById\\&\\&!document.all){\n>\n> if (e.which==2\\|\\|e.which==3){\n>\n> alert(message);\n>\n> return false;\n>\n> }\n>\n> }\n>\n> }\n>\n> if (document.layers){\n>\n> document.captureEvents(Event.MOUSEDOWN);\n>\n> document.onmousedown=clickNS4;\n>\n> }\n>\n> else if (document.all\\&\\&!document.getElementById){\n>\n> document.onmousedown=clickIE6;\n>\n> }\n>\n> document.oncontextmenu=new Function(\"alert(message);return false\")\n>\n> \\</script\\>\n>\nYou could also stop hot-linking images if you put confluence behind an Apache instance \\& used re-write rules based on the referer field... but that's another question!\n",
"comments": null
},
{
"author": "Mark Nixon",
"body": "Thanks guys for your comments. While you are right and its easy to bypass, its just to stop the 99% of average users quickly saving it and forwarding pictures/images to clients that should not be forwarded.\n",
"comments": null
},
{
"author": "imacutegirl26",
"body": "You could put some javascript on every page to disable the right click. It's not fool proof as it's easily by-passed by disabling Javascript but it might make a point.\n\nGo to Confluence admin \\> Custom HTML \\& paste the code below into the **HEAD** section.\n\nIf you get an error, just check that the browser hasn't decided to swap the quotes (\") and the extended quotes characters (\" \")\n> \\<script language=JavaScript\\>\n>\n> var message=\"Please do not download the images.\";\n>\n> function clickIE6(){\n>\n> if (event.button==2){\n>\n> alert(message);\n>\n> return false;\n>\n> }\n>\n> }\n>\n> function clickNS4(e){\n>\n> if (document.layers\\|\\|document.getElementById\\&\\&!document.all){\n>\n> if (e.which==2\\|\\|e.which==3){\n>\n> alert(message);\n>\n> return false;\n>\n> }\n>\n> }\n>\n> }\n>\n> if (document.layers){\n>\n> document.captureEvents(Event.MOUSEDOWN);\n>\n> document.onmousedown=clickNS4;\n>\n> }\n>\n> else if (document.all\\&\\&!document.getElementById){\n>\n> document.onmousedown=clickIE6;\n>\n> }\n>\n> document.oncontextmenu=new Function(\"alert(message);return false\")\n>\n> \\</script\\>\n>\n> \\[spam links removed\\]\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-do-i-prevent-downloading-of-pictures-on-a-page/qaq-p/159297 | [
"image",
"security"
] |
{
"author": "Tom Pryor",
"title": "Confluence Application Link with JIRA: java.lang.IllegalArgumentException",
"body": "I'm attempting to link Confluence with JIRA but when I attempt to add the application link I encounter the following error when entering the Server URL of JIRA:\n\nThe URL 'http:/jira.mysite.com/' is not valid. java.lang.IllegalArgumentException: Host name may not be null\n\nFirst thing I noticed was the error only display a single forward slash after the http: but this is not how I entered the URL (The Server URL textbox contains: <http://jira.mysite.com/>)\n\nIf it helps I'm currently following the Here Be Dragons guide and I'm currently at Stage 3 - Installing Confluence. I've followed this guide with the exception that I'm using Crowd to provide authentication and SSO for all Atlassian applications rather than linking them with the JIRA directory.\n\nAm I doing this incorrectly? How do I enable the application link in confluence?\n"
} | [
{
"author": "Eugene Nepeipivo",
"body": "Hey, Tom, have you found the solution?\n",
"comments": null
},
{
"author": "Jobin Kuruvilla [Adaptavist]",
"body": "From the confluence server, are you able to ping jira.mysite.com and access JIRA Homepage?\n",
"comments": [
{
"author": "Tom Pryor",
"body": "Confluence is running on the same server as JIRA. However, [jira.mysite.com](http://jira.mysite.com) resolves to the external reverse proxy which points to 127.0.0.1:8080 relative to the confluence server.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-Application-Link-with-JIRA-java-lang/qaq-p/449259 | [
"integration",
"jira"
] |
{
"author": "Martin Cooper",
"title": "Embedding Media in Confluence page - WMV files not working on Chrome or FireFox with multimedia macro",
"body": "Has anybody else experienced issues with this?\n\nAdd a a wmv file as an attachment and use the multimedia macro to display it on the wiki page.\n\nIE 9 shows the windows media player control and plays the video\n\nChrome - shows the windows media player control, says connecting to media then just goes back to ready :(\n\nFirefox - does the same as Chrome\n\nTried on on Confluence 3.5.7 and 4.0m-27 and from different machines and different wmv files.\n\nGet same result if add a link to the file which tries to open in full window. Is this a confluence, WMV, or browser problem?\n"
} | [
{
"author": "Ivar",
"body": "This solved my problem btw: <https://confluence.atlassian.com/display/DISC/Flash+Video+user+macro>\n",
"comments": null
},
{
"author": "Ivar",
"body": "I believe this is not a Confluence issue but rather a \"browser video support issue\"; google \"mp4 does not play in different browsers\" or similar you will find a lot of issues related to generic browser support for the different video formats.\n",
"comments": null
},
{
"author": "Daniel Zhao",
"body": "I have the same problem with wmv and mp4 on my wiki too!\n",
"comments": [
{
"author": "Michael Roff",
"body": "I have similar problems. Also with .avi files.\n\nHas there been any solution provided from Atlassian on this?\n"
},
{
"author": "Ivar",
"body": "I see the same issue with mp4 on Firefox 16.0.2. Did anyone raise a ticket with Atlassian on this?\n"
}
]
},
{
"author": "Matt",
"body": "For an issue such as this I would suggest opening a support ticket at support.atlassian.com\n",
"comments": [
{
"author": "Martin Cooper",
"body": "Will do, just wanted to get a feel if this was a generic or specific issue\n"
}
]
},
{
"author": "David at David Simpson Apps",
"body": "I've noticed this to be a little flakey for .mov \\& .mp4 files on some different browsers also.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Embedding-Media-in-Confluence-page-WMV-files-not-working-on/qaq-p/196452 | [
"multimedia"
] |
{
"author": "Christian Lehmann",
"title": "Is it possible to watch a page tree in Confluence",
"body": "I could not get a way to watch a page tree in Confluence.\n\nThis post relates to unanswerd question in <http://forums.atlassian.com/thread.jspa?threadID=54432>\n"
} | [
{
"author": "HuseinA",
"body": "I don't think Confluence has such feature currently. However, [Descendant Notification Plugin](https://plugins.atlassian.com/plugin/details/260) can do the job.\n",
"comments": null
},
{
"author": "Anne EQS",
"body": "The Descendants Notification plugin has been archived, but Tree View by Andreas Purde is an alternative:\n\n<https://bitbucket.org/apurde/tree-view/wiki/Home>\n",
"comments": [
{
"author": "Anne EQS",
"body": "...an I can clearly recommend the application\n"
}
]
},
{
"author": "BernardoA",
"body": "Currently Confluence does not have this function, so I created this improvement request:\n\n<https://jira.atlassian.com/i#browse/CONF-29596>\n\nFor more information on how Atlassian implements new features and improvement please see the following document:\n\nImplementation of New Features and Improvements.\\|http://confluence.atlassian.com/display/DEV/Implementation+of+New+Features+Policy\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Is-it-possible-to-watch-a-page-tree-in-Confluence/qaq-p/429270 | null |
{
"author": "Pawan Agrawal",
"title": "How to create a new page in confluence using an undefined link in rich text editor?",
"body": "In wiki markup mode, I can create new page by putting the page name in angle brackets '\\[\\]'. How can I do same in the Rich Text Editor?\n"
} | [
{
"author": "Colin Goudie",
"body": "This was answered here - [https://answers.atlassian.com/questions/1312/how-to-insert-placeholder-links-to-pages-that-don-t-exist-using-confluence-3-4-rte](/questions/1312/how-to-insert-placeholder-links-to-pages-that-don-t-exist-using-confluence-3-4-rte)\n\nBasically tou can use the URL field in the link browser as documented here as a workaround\n\n<https://wiki.usask.ca/display/wiki/2010/06/22/New+Page+Links+in+the+new+RTE>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-create-a-new-page-in-confluence-using-an-undefined-link/qaq-p/129750 | null |
{
"author": "Joshua Glass",
"title": "Setup Confluence for External Access via a FQDN",
"body": "I have finished setting up confluence, I will still need to setup the network to allow confluence to communicate over the net, but I am able to login using localhost. I was also able to install without any errors.\n\nI would no wlike to set the base url to be a more friendly name like [confluence.mycompanyname.com](http://confluence.mycompanyname.com). Is this possible, this is my internal sever.\n\nThanks\n\nJosh\n"
} | [
{
"author": "Colin Goudie",
"body": "The base URL of your instance is updated via Admin -\\> General Configuration -\\> Site Configuration.\n\nIn fact, the administration page will give you a warning if you are accessing Confluence on a different URL to what this server base URL is set to.\n\nOf course, if you are using something like Apache webserver in front of your instance then you also need to ensure it's settings are appropriate to proxy your URL to your Confluence instance, but I'm assuming you were refering to the base URL explained above.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Setup-Confluence-for-External-Access-via-a-FQDN/qaq-p/322093 | null |
{
"author": "Nate Faerber",
"title": "Creating special XMLRPC user",
"body": "I would like to start utilizing xmlrpc in Confluence to update pages automatically via cronjob or some other method that does not involve human interaction. I can create a user to do this and hardcode the password but I would like to restrict the access of this user to only have permissions to view/edit particular pages. I can't seem to figure out how to implement a Deny,Allow type permission scheme.\n\nI want the user to be denied access to every page except specific pages. I want to be able to do this through Confluence security/permissions mechanism rather than doing Apache proxy magic.\n\nAny ideas how to do this? Confluence doesn't let me deny the user the \"Can Use\" then give specific permission to a space or page. I feel like it would be best to have a security scheme specifically for remote APIs.\n\nVersion 3.4.2\n\nThanks.\n"
} | [
{
"author": "twong_atlassian",
"body": "Hi Nate:\n\nUnfortunately, it isn't easy to do Allow/Deny- Confluence perm scheme is much like the Linux perm scheme- Hiearcharcial page permission (like folders), with granular page restriction (like files).\n\nIn order to allow 1 page in a space, the user needs to have access to the entire space, and every other page in the space must be restricted as to not allow that user into that page. (Like if you gave a key to someone to a floor, you'd have to lock every door that you didn't want them to get into).\n\nHows this idea:\n\nMake a space- call it... I don't know \"autoupdated pages\"\n\nIts super permissive as far as who can view, but only the autouser can edit. The auto user only has access to this one space.\n\nOn every place where you want this page, you use an include page macro to \"symlink\" the page in from the autoupdated pages space. That way, you get the magic of auto updates, without having the problem of having to let the autouser have access to the final place of the page.\n\nCon: People can't edit the page easily... but these are automatically updated pages anyway.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Creating-special-XMLRPC-user/qaq-p/257855 | null |
{
"author": "brad olcott",
"title": "can i add a background color to a section?",
"body": "can i add a background color to a section?\n"
} | [
{
"author": "BobT",
"body": "Yep, try this.\n\n{section}\n\n{bgcolor:#FFC000} Stuff\n\n{bgcolor}\n\n{section}\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/can-i-add-a-background-color-to-a-section/qaq-p/182775 | [
"colour",
"section"
] |
{
"author": "Matthew Cafferty",
"title": "Integrate Hosted Confluence and Jira",
"body": "Hi Is it possible to integrate both confluence and Jira when using the hosted solution Thanks Matt\n"
} | [
{
"author": "Nic Brough -Adaptavist-",
"body": "Define \"Integrate\" - it's a lovely generic word which clearly means \"make them talk to each other\", but it's useless on it's own - you need to define what behaviour you need from the integration before you'll be able to get anything like a useful answer.\n",
"comments": null
},
{
"author": "Matt",
"body": "If you are running the latest versioons of JIRA (4.3.x) and Confluence (3.5.x) you can connect the two via Application Links. See [this video](http://www.youtube.com/watch?v=QdhR0aS_mEU) for the funtionbality provided in COnfluence when connected to JIRA with application links.\n",
"comments": [
{
"author": "Matthew Cafferty",
"body": "Thanks everyone for your answers and questions, one of the first things I would like to do is in the Jira menu bar there is a wiki option, I would like this to use my confluence instance. In the administration there is a field for the option, however the field is not enabled, this might just need a ticket raised to changed, I'm not sure hence the questionThanksMatt\n"
},
{
"author": "Jeremy Largman",
"body": "Hi Matt - I'm still not quite sure what you're after. In fact it sounds like you might have JIRA Studio. I think perhaps your best next step is to open a [support ticket](http://support.atlassian.com).\n"
}
]
},
{
"author": "Jeremy Largman",
"body": "There's a lot of things you might mean by integration. There's a start to the discussion at [Integrating JIRA and Confluence](http://confluence.atlassian.com/display/DOC/Integrating+JIRA+and+Confluence). Most of that is accessible in hosted. What feature or features, specifically, are you after?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Integrate-Hosted-Confluence-and-Jira/qaq-p/330983 | [
"cloud",
"jira"
] |
{
"author": "Garth McDonald",
"title": "Hiding People Directory",
"body": "I am in charge of setting up our new jira studio instance up for our customers to be able to log in and get documentation and issue tracking. I have the need to hide the people directory from certain/all users in my Jira Studio instance. I contacted support and they gave me this response:\n> We are not able to perform the requested change. In order to hide the People directory we need to change the source code. This change will only stay until the next upgrade. This type of customization of the instance is not supported as it cannot be a persistent change.\n\nThis is quite amazing to me that this isn't possible because I can't have a list of my customers and their email addresses published. I have searched around and now have the following questions and I asked them of support but have not recieved a response for a few days so I would like to see if I can get an answer to my questions here:\n\n* In the documentation there are instructions on how to do this and it seems like a simple change but I don't have access to do it and from supports response it seems they are unwilling to do it. <http://confluence.atlassian.com/display/DOC/Hiding+the+People+Directory>\n* (figured this one out, see below) On [confluence.atlassian.com](http://confluence.atlassian.com) the dashboard does not have the people directory link there but on my instance it is on the dashboard and I can't figure out how to remove it. Again in the documentation there are instructions on how to change the default page for confluence but I am unable to select anything but the Dashboard in my admin interface. <http://confluence.atlassian.com/display/DOC/Configuring+the+Site+Home+Page>\n* if you look at a user in the people directory at [support.atlassian.com](http://support.atlassian.com) the user's email address is hidden. How do I do that? I changed the option in the administration interface under Issues \\| Global Settings \\| General Configuration to have the User email visibilty hidden but this doesn't change the ability to see the email address in the people directory.\n\nIf I could do any/all of the things above(especially the hiding of the email address) that would be very helpful in my attempt to make this be a solution for us.\n"
} | [
{
"author": "Jeremy Largman",
"body": "There are a couple open Confluence feature requests about this:\n\n* [People Directory and \"controlled\" privacy / configure access to People Directory depending on Group membership](https://jira.atlassian.com/browse/CONF-7837)\n* [Restricting access to user names and profiles](https://jira.atlassian.com/browse/CONF-1882)\n\nThere's also a corresponding JIRA Studio request:\n\n* [Disable the people directory](https://studio.atlassian.com/browse/JST-5176)\n\nNeither of these are implemented yet. Add your comments (perhaps link to this discussion as well) in the Confluence feature requests - that's the best place for the discussion. I've also added a comment in the JIRA Studio ticket to see if it'd be possible to leverage the workaround.\n",
"comments": null
},
{
"author": "Garth McDonald",
"body": "I figured out the answer to how to change the default page displayed when you go to wiki in Jira Studio. The problem is that the space you want to be default has to allow confluence-users group view permission in order to be displayed in the dropdown in the administration interface. That is in the directions at <http://confluence.atlassian.com/display/DOC/Configuring+the+Site+Home+Page> but when I went to add that permission to the space I wanted to make the default, that group didn't exist. I thought then that the users group must be what they meant for Studio.\n\nWhen I created a new space that wasn't tied to a project then that space had view permissions for confluence-users group with a red warning that that group didn't exist. So I went ahead and created the group and added view permissions to the confluence-users group and then the space was available in the dropdown for the default page in the admin interface.\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "If you're on JIRA Studio, likely you can't customise things too much.\n",
"comments": [
{
"author": "Garth McDonald",
"body": "I understand that there is a limit to what can be customised but I would like get a definitive answer to my specific questions above as to wether those items are possible. Especially changing the wiki dashboard since there is an option to change that, it just doesn't seem to be working and also the hiding of email addresses since there is an option for that in the admin as well but also does not seem to be working. Are these bugs or am I doing something wrong or is it really not possible to do any of the specific things I am trying to do?\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Hiding-People-Directory/qaq-p/118387 | [
"people-directory"
] |
{
"author": "Yasushi Shiba",
"title": "What is the easiest way to count the total number of pages in a space?",
"body": "Hi.\n\nDoes anyone know? No plug-in seems to be available. Space Admin-\\>Pages-\\>Alphabetical View and count the pages for each alphabet is the way I do but it's rather tedius.\n\nAny suggestion for a short-cut would be appreciated.\n\nThank you!\n\n- Yan Shiba\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "This is really a [duplicate of this question](/questions/2561/how-many-pages-in-a-space), but in Confluence 3.5 try a user macro containing\n\n```\n$spaceManager.findPageTotal($space)\n```\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/What-is-the-easiest-way-to-count-the-total-number-of-pages-in-a/qaq-p/449649 | [
"count",
"page"
] |
{
"author": "hcfb ru",
"title": "How to create a report of Confluence pages that don't have {attachment-data}?",
"body": "I have bunch of pages, designed on live-template. I would like to create report, which give me pages with no attachment included. Attachments are included using {attachment-data} macro. \n\nI've tried to find out filter on {attachment-data}, bud did not found any. \n\nis there any way to do this? \n\nthanks, \n\nAndrew \n"
} | [
{
"author": "Kevin Buchs",
"body": "The following gives you the list of all pages in a space, ordered by length of the list of attachments (in characters). So, those with 0 attachments start at the top. I tried to filter by the length of the attachment list and could not get that to work. The scope of the page search can be controlled by the content reporter such that you only list descendants or children of a parent.\n\n```\nh2. Pages, sorted by attachments (0 attachments first)\n```\n\n```\n{report-block} \n```\n\n```\n{content-reporter:space=YOURSPACEHERE|types=+page}\n```\n\n```\n{text-sort:content:attachments|order=descending} \n```\n\n```\n{content-reporter} \n```\n\n```\n{report-body}> {report-info:page:title|link=true} = {report-info:content:attachments}\\\\ \n```\n\n```\n \n```\n\n```\n{report-body} \n```\n\n```\n{report-block}\n```\n\n```\n{anchor:comment1 the following does not seem to work in the content reporter above. text-filter:content:attachments|maxLength=10 }\n```\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-create-a-report-of-Confluence-pages-that-don-t-have/qaq-p/359328 | null |
{
"author": "Maurice Entwistle",
"title": "How to create a \"Not Applicable\" questions in the Confluence Survey plugin?",
"body": "How do you use the [survey plugin](https://studio.plugins.atlassian.com/wiki/display/CSRVY/Confluence+Survey+Plugin) and have a selection for \"Not Applicable\" or NA. When I add that line to the survey in Confluence, it adds it as a questions with a score of one. I want the survey to ignore scoring the question and just do nothing except mark that the question was answered. I don't want a score added to the survey results, or bump up the score on the other questions.\n"
} | [
{
"author": "Foong",
"body": "Feature request:\n\n<https://studio.plugins.atlassian.com/browse/CSRVY-44>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-create-a-quot-Not-Applicable-quot-questions-in-the/qaq-p/381172 | [
"addon-com.nearinfinity.confluence.survey-plugi",
"survey"
] |
{
"author": "gmchen",
"title": "How can you modify the space key of a space?",
"body": "How can you modify the space key of a space?\n"
} | [
{
"author": "Penny Wyatt (On Leave to July 2021)",
"body": "Although this feature isn't currently supported in Confluence, there is a workaround documented here - <http://confluence.atlassian.com/display/DOC/Copy+Or+Rename+A+Space>\n",
"comments": null
},
{
"author": "calvin.dike",
"body": "here\n\nYou can use this to change the space key.\n\nCopy the space with this plugin. While copying the space you'll be prompted to type in the name of the space and space key. After changing those, export the space you copied with the new space key and import it to the confluence instance you want.\n\nDownload the Copy Space for Confluence plugin and install it\n\n[https://marketplace.atlassian.com/apps/212/copy-space-for-confluence?hosting=server\\&tab=overview](https://marketplace.atlassian.com/apps/212/copy-space-for-confluence?hosting=server&tab=overview)\n\nFor manual installation;\n\nAdministration \\> Global configuration \\> Manage add-ons \\> Upload add-on \\> browse (select the jar file you downloaded) \\> Upload\n\nTo use plugin;\n\nSpaces \\> Space directory \\> click on the space you want \\> Space tools \\> Content Tools \\> Apps \\> type in new space name and key (you can check the boxes to copy the options specified) \\> Save\n\nYour Space Directory should have your copied space with the new name and space key. Now you can delete the space with the old name.\n",
"comments": null
},
{
"author": "Emily Johnson",
"body": "Hi All,\n\nI'm trying to find a way to redirect anyone going to the old URLs to the new URLs. Anyone know of a space-wide redirect option? Do I have to put the redirect macro on every page?\n\nThanks,\n\nEmily\n",
"comments": null
},
{
"author": "J. Caldwell",
"body": "One word of warning having gone through this a couple of times, make the old space read-only for a period of time before you delete it. I've had some issues with content after a move being odd and the data owner needing the originals.\n",
"comments": null
},
{
"author": "gmchen",
"body": "copy to a new space? set the new spacename and new spacekey.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-can-you-modify-the-space-key-of-a-space/qaq-p/279766 | null |
{
"author": "David Yu",
"title": "Confluence 4 EAP, how to repair broken tables?",
"body": "How's everyone like the new tables in Confluence 4 EAP? I've been playing around with it but haven't found a way to repair broken imported tables.\n\nFor example, if a table is missing a cell:\n\n\\| A \\| B \\| C\n\n\\| 1 \\| 2 \\| \\|\n\nI can't seem to find a way to split a cell to fill in the missing cell.\n"
} | [
{
"author": "Matt",
"body": "I see -- thanks David. This isn't a fix but you can always just remove the broken columns and insert new ones. I understand that's not ideal though. I'll be sure to pass this feedback along to our Dev Team. Sorry I don;t have a solution for you right now :)\n",
"comments": null
},
{
"author": "Ta Minh Thuy",
"body": "Hi there,\n\nI'm using Conf 6.15.9 and having this issue. Are there any solution for this issue in this higher version?\n\nThank you!\n",
"comments": null
},
{
"author": "Pierre van Wyk",
"body": "A quick workaround for single tables: I found that if you Cut/Paste the table from Confluence to Word and then Cut/Paste it back that the missing cells will be filled in.\n\nStill looking for a better solution...\n",
"comments": null
},
{
"author": "Matt",
"body": "Can you please post a screenshot so I can visualize what you are asking?\n",
"comments": [
{
"author": "David Yu",
"body": "Certainly (I wish there was a way to upload images here)\n\n\n\nSo here's an example of a broken table as one might see in Confluence 3.X, which occurs pretty frequently especially when new users start editing tables.\n\nWhen imported into Confluence 4, I don't seem to have a way to repair this by filling in the missing cell.s\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-4-EAP-how-to-repair-broken-tables/qaq-p/297836 | [
"early-access"
] |
{
"author": "Jeffrey Davidson",
"title": "Does Team Calendars support full time tracking?",
"body": "We'll be moving to Team Calendars with our upgrade of Confluence this weekend. Does Team Calendars support vacation tracking and on-clock tracking with approvals and such? We're hoping to get away from our current system (Replicon), and was wondering if this kind of functionality is either available now, or planned to be available.\n"
} | [
{
"author": "Matt",
"body": "Team Calendars does not support this functionality. You can browse, vote, and create new feature requests for Team Calendars here: [https://studio.plugins.atlassian.com/browse/TEAMCAL\\</p\\<\\>\\>](https://studio.plugins.atlassian.com/browse/TEAMCAL%3C/p)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Does-Team-Calendars-support-full-time-tracking/qaq-p/48304 | [
"team-calendars-for-confluence"
] |
{
"author": "James Hines",
"title": "Reporting Plugin question: Is it possible to use the reporting plugin to create a list of a users favorite spaces?",
"body": "Is it possible to use the reporting plugin to create a list of the currently logged in users favorite spaces? \nI know how to create a report listing all of the spaces, but I don't know how to filter by favorites.\n"
} | [
{
"author": "Matt",
"body": "Even easier -- you can use an out-of-the-box macro :) \n`{spaces:favourite``}` \nDocs: <http://confluence.atlassian.com/x/byAC>\n",
"comments": [
{
"author": "James Hines",
"body": "Doh! I should have known that. Thanks\n"
}
]
},
{
"author": "Andrei [errno]",
"body": "still - has anyone seen a solution with the reporting plugin? it gives more powerful styling features and can display a nicer error message if a user is not logged in or does not have favorites... thanks\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Reporting-Plugin-question-Is-it-possible-to-use-the-reporting/qaq-p/85057 | [
"addon-net.customware.confluence.plugin.reporting",
"reporting-plugin"
] |
{
"author": "Yasushi Shiba",
"title": "Possible to modify a comment (used when saving a page on the edit screen) afterwards?",
"body": "Hi again.\n\nSometimes I forget or put wrong comment information when saving on the edit page. Is it possible to modify this information afterwards if you have a space admin right?\n\nAlso, is it possible to \"force\" comment to has some information (i.e. not a blank) for saving in the edit page? (I would like to have this to enforce a good version control; put the reason for any change after an official release is made).\n\nAny advice will be appreciated.\n\n- Yan Shiba\n"
} | [
{
"author": "Penny Wyatt (On Leave to July 2021)",
"body": "Looks like it's not possible through the UI to modify a change comment (as opposed to a normal page comment) - <http://confluence.atlassian.com/display/DOC/Recording+Change+Comments>\n> \"Note that once a change comment has been added and the page has been saved,\n>\n> it is not possible to update or remove the change comment.\"\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Possible-to-modify-a-comment-used-when-saving-a-page-on-the-edit/qaq-p/355734 | [
"comment"
] |
{
"author": "MASH Trust Atlassian ICT Team",
"title": "Confluence error: java.net.ConnectException: Connection timed out: connect",
"body": "Hello,\n\nI've been trying to run plug-in updates for the past 3 days and have the above error...\n\nAny ideas how to resolve this ?\n\nGrunta\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "If applicable, make sure you have done this...\n\n[Configure Web Proxy Support for Confluence](http://confluence.atlassian.com/display/DOC/Configure+Web+Proxy+Support+for+Confluence)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-error-java-net-ConnectException-Connection-timed-out/qaq-p/266810 | [
"app"
] |
{
"author": "Daisuke Niwa",
"title": "Statistics of search words used in the live search macro",
"body": "Hello,\n\nIs it possible to get the statistics of key words used in the live search macro?\n\nFor example, we'd like to know key word \"A\" used 100 times during this months.\n\nOr, if you happen to know some plugin to achieve similar aim, please share it with us.\n\nRegards, \nDaisuke Niwa\n"
} | [
{
"author": "Penny Wyatt (On Leave to July 2021)",
"body": "The live search macro sends its requests via GET, with the keywords in the URL querystring. Hence, if you have logs covering the period you're interested in (e.g. Apache access logs), you can search them for strings like:\n\n/wiki/plugins/livesearch/livesearch.action?decorator=none\\&queryString=test\\*+OR+test\\&where=\n\n(where in this example, the search string was \"test\").\n\nThere are also plenty of apps out there on the web for performing log analysis.\n",
"comments": [
{
"author": "Daisuke Niwa",
"body": "Hi Penny,\n\nThank you for your response. We will try your suggestion.\n\nRegards,\n\nDaisuke Niwa\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Statistics-of-search-words-used-in-the-live-search-macro/qaq-p/76957 | [
"live-search"
] |
{
"author": "Ashley Russell",
"title": "Release date of confluence 4?",
"body": "Can anyone let me know if there is a final release date of confluence 4 yet?\n"
} | [
{
"author": "Darryl Lucas",
"body": "Here's a countdown clock: <http://www.atlassian.com/en/confluence-content-collaboration.html>\n",
"comments": [
{
"author": "Ashley Russell",
"body": "Atlassian doesn't publish release dates in advance. \\<--- lol at the official atlassian response\n"
}
]
},
{
"author": "Penny Wyatt (On Leave to July 2021)",
"body": "Atlassian doesn't publish release dates in advance.\n\nSpeaking personally as a QA engineer - although teams are usually working towards some kind of a target date, in the end you get a better product if the \"OK! Ship it!\" decision is made based on whether it's reached a desired quality bar, not a fixed date. It's the old \"Time, Scope, Quality - Pick any two\" triangle :-)\n\nThere are a lot of significant changes in Confluence 4.0 - with the new editor and storage format - so the Confluence team is working very hard on making sure it's right.\n",
"comments": [
{
"author": "Jim Birch",
"body": "The *last* thing that Atlassian want is anyone saying that Confluence used to be a good thing before they introduced the new editor in V4. It's a major innovation that hits every user; I expect they'd rate the editor usability and reliablity at non-negotiable.\n"
},
{
"author": "Ashley Russell",
"body": "wats with the countdown clock then? :)\n"
},
{
"author": "CharlesA",
"body": "Back in the day, the lag between \"We're done coding\" and the actual release was the time it took to upload the binaries to the website and write the announcement email. These days the ship is a lot bigger and there are a lot more people and things that have to be set in motion. The countdown clock went up about the same time *we* knew what the release date was. :)\n"
}
]
},
{
"author": "Matt",
"body": "As mentioned in the [Confluence State of the Union](http://blogs.atlassian.com/confluence/2011/06/new-enterprise-wiki-wysiwyg-rich-text-editor.html) at Atlassian Summit, Confluence 4.0 is a scope based release, not a time bound release.\n\nIntroducing a new editor is an enormous change for users and we need to make sure we get it right before shipping it to our customers.\n\nWe hope to ship Confluence 4.0 by the end of the quarter (end of September). That's our current **goal**.\n",
"comments": null
},
{
"author": "Matt",
"body": "Confluence 4.0 has been released:\n\n<http://www.atlassian.com/c4>\n",
"comments": [
{
"author": "Ashley Russell",
"body": "have they fixed that bug that was in the beta with the code block thing that deleted the contents when u edit the first line?\n"
},
{
"author": "Matt",
"body": "I believe so:\n\n<http://screencast.com/t/1FJ6cfWKclg0>\n"
},
{
"author": "Matt",
"body": "Can't reproduce - must be fixed.\n"
},
{
"author": "Ashley Russell",
"body": "where u type editing, try adding a new line at the top, then delete the misterious space that appears in front of the origional first line\n"
},
{
"author": "Ashley Russell",
"body": "excellent news! :) nice job guys :)\n"
}
]
},
{
"author": "justindowning",
"body": "If I were a betting man, I would bank on a deadline of EOQ. With that in mind, the week of 9/19 seems as good as any week. :)\n",
"comments": null
},
{
"author": "Stefan Kleineikenscheidt _K15t_",
"body": "Hehe - nice question. I bet you won't get an official answer (except just before the release). ;-)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Release-date-of-confluence-4/qaq-p/43438 | null |
{
"author": "ITops123",
"title": "Login error in Confluence for specific user",
"body": "We manage all our users through Jira, whether they primarily use Confluence or use both Jira and Confluence. Every user's login credentials for both instances are identical.\n\nFor some reason, one of our users is suddenly unable to log into Confluence with her username and password, alhough she is still able to log into Jira with that same username and password.\n\n* I have tried changing her password, which works fine for Jira but has no effect on the Confluence error\n* There is no one else in the system with her name\n* There is no one else in the system with the same email address\n\nBizarrely, the error seems to be caused by a specific action: going to the <http://tools.tntp.org/confluence/dologin.action> URL.\n\nWhen I allow the system error to happen and then delete */dologin.action* from the URL and hit enter, I can see her account and use it normally.\n\nDoes anyone know why this might be happening?\n\n**System Error Language** {#toc-hId-1677181339}\n-----------------------------------------------\n\n### Cause {#toc-hId--1071489127}\n\norg.springframework.orm.hibernate.HibernateSystemException: SQL insert, update or delete failed (row not found); nested exception is net.sf.hibernate.HibernateException: SQL insert, update or delete failed (row not found) \nat org.springframework.orm.hibernate.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:597)\n\ncaused by: net.sf.hibernate.HibernateException: SQL insert, update or delete failed (row not found) \nat net.sf.hibernate.impl.NonBatchingBatcher.addToBatch(NonBatchingBatcher.java:25)\n\n#### Stack Trace:\\[hide\\] {#toc-hId-474807703}\n\n```\norg.springframework.orm.hibernate.HibernateSystemException: SQL insert, update or delete failed (row not found); nested exception is net.sf.hibernate.HibernateException: SQL insert, update or delete failed (row not found)Caused by: net.sf.hibernate.HibernateException: SQL insert, update or delete failed (row not found)\tat net.sf.hibernate.impl.NonBatchingBatcher.addToBatch(NonBatchingBatcher.java:25)\tat net.sf.hibernate.persister.EntityPersister.delete(EntityPersister.java:581)\tat net.sf.hibernate.impl.ScheduledDeletion.execute(ScheduledDeletion.java:29)\tat net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2447)\tat net.sf.hibernate.impl.SessionImpl.executeAll(SessionImpl.java:2433)\tat net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2395)\tat net.sf.hibernate.impl.SessionImpl.flush(SessionImpl.java:2259)\tat net.sf.hibernate.impl.SessionImpl.forceFlush(SessionImpl.java:767)\tat net.sf.hibernate.impl.SessionImpl.doSave(SessionImpl.java:847)\tat net.sf.hibernate.impl.SessionImpl.saveWithGeneratedIdentifier(SessionImpl.java:788)\tat net.sf.hibernate.impl.SessionImpl.save(SessionImpl.java:747)\tat org.springframework.orm.hibernate.HibernateTemplate$9.doInHibernate(HibernateTemplate.java:568)\tat org.springframework.orm.hibernate.HibernateTemplate.execute(HibernateTemplate.java:370)\tat org.springframework.orm.hibernate.HibernateTemplate.save(HibernateTemplate.java:565)\tat bucket.user.persistence.dao.hibernate.BucketPropertySetDAO.setImpl(BucketPropertySetDAO.java:39)\tat sun.reflect.GeneratedMethodAccessor508.invoke(Unknown Source)\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)\tat java.lang.reflect.Method.invoke(Method.java:597)\tat org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304)\tat org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)\tat org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)\tat org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)\tat $Proxy58.setImpl(Unknown Source)\tat bucket.user.propertyset.BucketPropertySet.setImpl(BucketPropertySet.java:163)\tat com.opensymphony.module.propertyset.AbstractPropertySet.set(AbstractPropertySet.java:570)\tat com.opensymphony.module.propertyset.AbstractPropertySet.setDate(AbstractPropertySet.java:253)\tat com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet.setDate(DebugLoggingPropertySet.java:83)\tat com.atlassian.user.impl.cache.properties.CachedPropertySet.setDate(CachedPropertySet.java:210)\tat com.atlassian.user.impl.cache.properties.CachingPropertySetFactory$RecacheOnWritePropertySet.setDate(CachingPropertySetFactory.java:126)\tat com.atlassian.confluence.security.login.DefaultLoginManager.onSuccessfulLoginAttempt(DefaultLoginManager.java:209)\tat sun.reflect.GeneratedMethodAccessor978.invoke(Unknown Source)\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)\tat java.lang.reflect.Method.invoke(Method.java:597)\tat org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304)\tat org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)\tat org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)\tat org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)\tat org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)\tat $Proxy77.onSuccessfulLoginAttempt(Unknown Source)\tat com.atlassian.confluence.security.seraph.ConfluenceElevatedSecurityGuard.onSuccessfulLoginAttempt(ConfluenceElevatedSecurityGuard.java:97)\tat com.atlassian.seraph.filter.PasswordBasedLoginFilter.runAuthentication(PasswordBasedLoginFilter.java:136)\tat com.atlassian.seraph.filter.PasswordBasedLoginFilter.login(PasswordBasedLoginFilter.java:72)\tat com.atlassian.seraph.filter.BaseLoginFilter.doFilter(BaseLoginFilter.java:124)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)\tat com.atlassian.plugin.servlet.filter.DelegatingPluginFilter$1.doFilter(DelegatingPluginFilter.java:66)\tat com.atlassian.oauth.serviceprovider.internal.servlet.OAuthFilter.doFilter(OAuthFilter.java:71)\tat com.atlassian.plugin.servlet.filter.DelegatingPluginFilter.doFilter(DelegatingPluginFilter.java:74)\tat com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:42)\tat com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)\tat com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.util.ClusterHeaderFilter.doFilter(ClusterHeaderFilter.java:34)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.johnson.filters.AbstractJohnsonFilter.doFilter(AbstractJohnsonFilter.java:72)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat org.springframework.orm.hibernate.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:170)\tat com.atlassian.spring.filter.FlushingSpringSessionInViewFilter.doFilterInternal(FlushingSpringSessionInViewFilter.java:29)\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:75)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.util.ConfluenceErrorFilter.doFilter(ConfluenceErrorFilter.java:22)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.util.profiling.filters.ProfilingFilter.doFilter(ProfilingFilter.java:99)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.core.datetime.RequestTimeThreadLocalFilter.doFilter(RequestTimeThreadLocalFilter.java:35)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.gzipfilter.GzipFilter.doFilterInternal(GzipFilter.java:81)\tat com.atlassian.gzipfilter.GzipFilter.doFilter(GzipFilter.java:51)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.core.filters.cache.AbstractCachingFilter.doFilter(AbstractCachingFilter.java:33)\tat com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:46)\tat com.atlassian.plugin.servlet.filter.DelegatingPluginFilter$1.doFilter(DelegatingPluginFilter.java:66)\tat com.atlassian.confluence.extra.webdav.servlet.filter.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:43)\tat com.atlassian.plugin.servlet.filter.DelegatingPluginFilter.doFilter(DelegatingPluginFilter.java:74)\tat com.atlassian.plugin.servlet.filter.IteratingFilterChain.doFilter(IteratingFilterChain.java:42)\tat com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:77)\tat com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.web.filter.validateparam.RequestParamValidationFilter.doFilter(RequestParamValidationFilter.java:58)\tat com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.plugin.servlet.filter.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:71)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.web.filter.LanguageExtractionFilter.doFilter(LanguageExtractionFilter.java:61)\tat com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.util.RequestCacheThreadLocalFilter.doFilter(RequestCacheThreadLocalFilter.java:25)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.core.filters.encoding.AbstractEncodingFilter.doFilter(AbstractEncodingFilter.java:41)\tat com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.core.filters.HeaderSanitisingFilter.doFilter(HeaderSanitisingFilter.java:44)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat com.atlassian.confluence.servlet.FourOhFourErrorLoggingFilter.doFilter(FourOhFourErrorLoggingFilter.java:65)\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)\tat org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)\tat org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)\tat org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:776)\tat org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:705)\tat org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:898)\tat org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)\tat java.lang.Thread.run(Thread.java:619) \n```\n\n### Referer URL {#toc-hId--1880835753}\n\nhttp://tools.tntp.org/confluence/login.action?os_destination=%2Fhomepage.action\n"
} | [
{
"author": "ITops123",
"body": "We have discovered that this problem was caused by our move to Crowd, which caused a number of glitches with user accounts.\n\nResolved now, thanks.\n",
"comments": null
},
{
"author": "Dave Yu [YP]",
"body": "You may want to check the CWD_USER table in the JIRA database to see if there is more than one record with the matching user_name. I believe the underlying Crowd API only returns the first match from the database when you search for users using the User Browser, which could lead you to think there is no one else in the system with the same name or email address.\n",
"comments": [
{
"author": "ITops123",
"body": "Thanks for the suggestion! I'm going to check it out.\n"
},
{
"author": "twong_atlassian",
"body": "Jira 4.2. isn't going to have cwd_user table. That's 4.3 +\n"
}
]
},
{
"author": "Richard Yale",
"body": "To me it seems like maybe there is something wrong with her account in the database, like she is missing some information or it is null. What makes me think this is that you said her login works after the error if you remove the dologin.action. What I would suggest is looking at the other logs to see if they give any more information and if not then try looking in the database for this user and comparing them to another user that works normally.\n",
"comments": [
{
"author": "ITops123",
"body": "I've made the comparison but am seeing no difference between this user and her colleague who is working on the exact same project and has the exact same permissions.\n\nHer logs indicate a bunch of failed logins, but I can't figure out the reason.\n"
}
]
},
{
"author": "ITops123",
"body": "I have added it above, thanks!\n\nVersion of Jira: v4.2.2-b589#589\n\nVersion of Confluence: 3.5.1 with RefinedWiki theme\n",
"comments": null
},
{
"author": "twong_atlassian",
"body": "What versions of software are we talking about, and can you post the entire stack trace?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Login-error-in-Confluence-for-specific-user/qaq-p/349960 | [
"error",
"jira",
"user"
] |
{
"author": "Rosalinda Mu?oz",
"title": "How does a 10 users Confluence license works with a 100 users Jira license?",
"body": "I had a 100 users Jira license, but I want to use Confluence and Bonfire with 10 users license. Can I do that? Or I have to buy 100 users license?\n\nThanks.\n"
} | [
{
"author": "Yasushi Shiba",
"body": "Hi.\n\nJira and Confluence are totally separate applications. For example we have unlimited number of users for Confluence but only 100 for Jira. Note that if you buy a plug-in (for either Confluence or Jira), you will have to buy the same number of users of licenses (e.g. Greenhopper works as a plugin for Jira so we had to buy 100 user license). Don't know about Bonfire but if it is a sepearate application, it should work similarly.\n\n- Yan\n",
"comments": [
{
"author": "J",
"body": "But what happens when I connect a Jira 100 to Confluence 10 and I want the users to not have to login again. I read somwhere that one can configure confluence to also use the jira user management, so that Jira users do not have to login again to confluence. Now when the confluence license has only 10 users how is that controlled?\n"
}
]
},
{
"author": "Eric S",
"body": "Hi Rosalinda,\n\nGreat to hear you're interested in Bonfire and Confluence.\n\nFor Bonfire, as it is a global plugin for JIRA (similar to GreenHopper) your user tiers do need to match one another. If you have a JIRA 100 User license you will need Bonfire for JIRA 100 Users. The good news is, for a limited time, new Bonfire commercial licenses are 40% off their regular price!\n\nFor Confluence, your license tiers do not need to match JIRA. The two applications are independent of one another and can have different user tiers.\n\nAs Yan metioned, a good rule of thumb is most commercial plugins will need to match your Atlassian license user tier.\n\nI hope this helps! \nCheers, \nEric Snyder\n\\<div\\>[email protected] \\| +1 415 701 1110 (San Francisco, USA)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-does-a-10-users-Confluence-license-works-with-a-100-users/qaq-p/74427 | [
"jira",
"licence"
] |
{
"author": "epohl",
"title": "PDF Export Stylesheet",
"body": "I need to create a PDF stylesheet for my Confluence site, and am a bit of a CSS dummy. Does anyone have an example they can post of theirs, which includes the following:\n\n* Title Page with image\n* TOC\n* Footer with page numbers and maybe a graphic\n\nIf I have that I think I can manage a basic version.\n\nAlso, is it possible to have widow/orphan control in a CSS stylesheet?\n"
} | [
{
"author": "HuseinA",
"body": "Most of them is covered in our documentation: \n* [Adding an Image to your Title Page](http://confluence.atlassian.com/display/DOC/Editing+the+PDF+Stylesheet#EditingthePDFStylesheet-AddinganImagetoyourTitlePage)\n* TOC should be included by default if you export Space to PDF. But we do have it [documented here](http://confluence.atlassian.com/display/DOC/Editing+the+PDF+Stylesheet#EditingthePDFStylesheet-CustomisingtheTableofContents) as well if you'd like to customise it.\n* [Page Header and Footer Customisations](http://confluence.atlassian.com/display/DOC/Advanced+PDF+Stylesheet+Customisations#AdvancedPDFStylesheetCustomisations-PageHeaderandFooterCustomisations)\n\nThe best starting point is to refer to the default PDF Stylesheet here: [confluencedefaultpdf.css](http://confluence.atlassian.com/download/attachments/190480945/confluencedefaultpdf.css?version=1&modificationDate=1243580667083). From there you'll get more clues on where to customise which.\n> Also, is it possible to have widow/orphan control in a CSS stylesheet?\n\nI don't think so. But perhaps you can explain further on what are you trying to achieve here?\n",
"comments": [
{
"author": "Laura Schneider",
"body": "[@HuseinA](/t5/user/viewprofilepage/user-id/783229) Thanks much for your link to confluencedefaultpdf.css, that is just what I was looking for but not finding anywhere. I think it will solve a bunch of problems for me. Cheers!\n"
}
]
},
{
"author": "MS",
"body": "I don't know about newer versions but I am using Confluence 3.1.1 and its PDF output is based on the Flying Saucer PDF engine. In 3.1.1, widow and orphan control is not directly supported.\n",
"comments": null
},
{
"author": "Steffen Heller",
"body": "> Also, is it possible to have widow/orphan control in a CSS stylesheet?\n\nAs far as I know orphans and widows are part of CSS 2.1. Their specifications are explained at \n<http://www.w3.org/TR/2007/CR-CSS21-20070719/page.html#break-inside>\n\nI tried using it myself but couldn't get it to work the way I wanted. So I am still looking for a working example and I can't answer if or to what extent this functionality is implemented in Confluence (=\\> hints and answers are welcome!).\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/PDF-Export-Stylesheet/qaq-p/204630 | [
"pdf",
"stylesheet"
] |
{
"author": "Yasushi Shiba",
"title": "Show comments in the edit page mode?",
"body": "Hi.\n\nI am using Confluence with the \"Documentation\" theme for a requirements specification. We provide feedback via comments. To implement the comments on a page, it is edited but during this time, the comments are not visible and hence it is difficult to implement all the comments.\n\nThe workaround is to copy the URL before editing and use in a new tab but it would be much nicer if while editing, the comments could be visible. And I believe this is a useful feature for others.\n\nAnyone know if this is possible? I am using verison 3.3.1 currently.\n\nThank you all for your support.\n\n- Yan\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "In confluence/decorators/page.vmd, try copying this:\n\n```\n #applyDecorator(\"root\")\n #decoratorParam(\"sitemeshPage\" $sitemeshPage)\n #decoratorParam(\"page\" $page)\n #decoratorParam(\"context\" \"comments\")\n #end\n```\n\nbelow here:\n\n```\n ## EDIT || PREVIEW-EDIT\n #elseif ($mode == \"edit\" || $mode == \"edit-preview\")\n $body\n```\n\nYou'll likely have to repeat this for each theme.\n",
"comments": [
{
"author": "Yasushi Shiba",
"body": "Thank you for your help. Unfortunately our admin got a system error. when she tried it out. Do you know whether this works with version 3.3.1? (I wanted to attach the screenshot of the erro but it seems not possibel with this forum)...\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Show-comments-in-the-edit-page-mode/qaq-p/266504 | [
"comment",
"edit",
"page"
] |
{
"author": "Kevin Diggett",
"title": "How do I paste images directly into a Confluence page?",
"body": "My company is considering implementing a Wiki and confluence seems to have a lot of good features. However, there is 1 very important feature that trumps all else and I can't seem to find any support for it in Confluence. That feature is the ability to paste images directly to a wiki page, without uploading a saved file or using a URL. Is there any add-ons or direct support for this in Confluence Wiki?\n"
} | [
{
"author": "Stefan Kleineikenscheidt _K15t_",
"body": "I am not aware of any plugins for current Confluence versions (\\<=3.5).\n\nHowever Confluence 4 does/will allow exactly what you are asking for. Read more: [http://blogs.atlassian.com/confluence/2011/07/paste-images-drag-tables-confluence-public-eap-2.html\\</p\\<\\>\\>](http://blogs.atlassian.com/confluence/2011/07/paste-images-drag-tables-confluence-public-eap-2.html%3C/p)\n",
"comments": [
{
"author": "Jim Birch",
"body": "Confluence 4 makes a big change from wiki markup plain text to a html 5 page. This eliminates wiki style editing from Confluence - where you edit the wiki markup then save to display. The editing process will be easier, especially for new users, with edit functions available a via command icons and pick lists. The old wiki style entry is maintained as keyboard shortcuts for the new interface.\n\nSee (eg)[JIRA Product Demonstration v2](http://www.atlassian.com/tv/episode?id=t6eswghgr1g4 \"JIRA Product Demonstration v2\")\n"
}
]
},
{
"author": "Matt",
"body": "Stefan is correct - the ability to paste images from your clipboard directly into the editor is currently scheduled for release with Confluence 4.0 (as long as no no critical bugs pop up).\n\nNote that since this feature relies on HTML5 it is currently only supported in Chrome and Firefox since Internet Explorer does not yet support the required HTML5 component.\n",
"comments": [
{
"author": "David at David Simpson Apps",
"body": "Yes. My answer was going to be wait for Confluence 4.\n"
}
]
},
{
"author": "Greg Gilchrist",
"body": "Open the page up in Word and paste it there.\n",
"comments": null
},
{
"author": "Greg Gilchrist",
"body": "On the \"Tools\" menu click \"Edit in Word\", and the page will open in Word. Paste the image in, save the Word doc, then refresh the page. The image will be there. You can go back to the Word doc to resize the image if need be.\n\nThe first time you go to open a page in Word you will be prompted to download a plugin.\n",
"comments": [
{
"author": "Matt Gutensohn",
"body": "Thank you! I know this is from 8 years ago, but I did a technical reference guide in a Word format I really like and needed to put it into Confluence, copy/paste didn't work for all the screen shots. This was exactly what I needed. Just had to delete the image that was on my cover page and everything else fell into place and look good.\n"
},
{
"author": "Dustin Nulf",
"body": "[@Matt Gutensohn](/t5/user/viewprofilepage/user-id/3501254) Which version of Confluence are you using, Matt? Cloud? Server? I don't see a \"Tools\" menu, and therefore no \"Edit in Word\" option.\n"
},
{
"author": "Matt Gutensohn",
"body": "[@Dustin Nulf](/t5/user/viewprofilepage/user-id/3707100) We migrated to cloud at the end of 2019 and looks like the \"Edit in Word\" option is gone. If I find a way on the next reference guide I upload I'll reply here.\n"
},
{
"author": "Matt Gutensohn",
"body": "[@Dustin Nulf](/t5/user/viewprofilepage/user-id/3707100) I think I got it, going to test with new document I'm working on, but didn't want to forget to post here.\n\n<https://confluence.atlassian.com/doc/import-a-word-document-into-confluence-170493136.html>\n\nView the document, not in Edit and then hit the three dots and it's there.\n\n\n"
},
{
"author": "Dustin Nulf",
"body": "Great, thanks, [@Matt Gutensohn](/t5/user/viewprofilepage/user-id/3501254) ! \n"
},
{
"author": "subbul",
"body": "thanks this helps :), btw this request is open for 9 long years\n"
},
{
"author": "David Babuder",
"body": "Anyone have ideas on what makes an embedded graphic in the word document more or less likely to work?\n\nI created a word document with 3 embedded graphics copied from Snagit.\n\nImport failed.\n\nRemoved the graphics, import worked.\n\n(random guesses from here on)\n\nSaved the graphics in Snagit as JPGs, replaced the images in word with the the JPGs, Import failed. Resized to insure the image fit inside the margin, Import failed.\n\nSaved the graphics in Snagit as PNGs, started with the word document that imported,, and replaced the images in word with the the PNGs, re-sized to insure images we inside the margins, Import failed.\n\nI had imported documents a few weeks ago that had images and they worked!\n\nArrgghhh. This is so easy in other tools.\n"
}
]
},
{
"author": "MatthewC",
"body": "Have you tried a plugin? We have a long standing requests from users for this and we were going to try Snipe\n\n<https://plugins.atlassian.com/plugin/details/28446>\n\nIt depends how far away 4.0 is \\& how long we take internally to do an upgrade.\n",
"comments": null
},
{
"author": "Jeremy Largman",
"body": "This should work out of the box, even on 3.x. Although, 3.5 is your best bet (it's HTML 5, as opposed to Google Gears). Here's the documentation - [Using Drag and Drop in Confluence](http://confluence.atlassian.com/display/DOC/Using+Drag-and-Drop+in+Confluence).\n",
"comments": [
{
"author": "Stefan Kleineikenscheidt _K15t_",
"body": "I think he is asking for pasting not drag and drop.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/How-do-I-paste-images-directly-into-a-Confluence-page/qaq-p/157164 | [
"image"
] |
{
"author": "Adam Adam",
"title": "How to use add-page macro to copy an existing scaffold page?",
"body": "I have currently setup an add-page macro link as follows:\n\n{code}\n\n{add-page-form:labels=open\\|parent=@self\\|type=page\\|source=Case Template\\|prefix=Customer Case }Add Case{add-page-form}\n\n{code}\n\nIn the page Case Template, I have scaffold data entered.\n\nWhen I attempt to execute this macro, it appears to bring up the source of the source page, but when I hit save, it says Page Not found.\n\nIt never actually saves the cloned page.\n\nWhen I add a scaffold tag at the top and bottom of the page, it does allow the cloning to occur, but the reporting plugin cannot view the scaffold data.\n\nSince I am forced to copy existing pages as my templates (Space admin won't allow us to have our own templates), is there anyway for me to accomplish this?\n\n<br />\n"
} | [
{
"author": "David Dube",
"body": "From what I gather... you're kind of limited not being able to use templates. I think your issue is that you need to specify a unique name for the wiki page... so if you did something like:\n\n{add-page:labels=open\\|parent=@self\\|type=page\\|source=Case Template\\|name=Customer Case %child-counter:next% }Add Case{add-page}\n\nYou'll generate a unique name (Customer Case 1, Customer Case 2, etc) each time the page is saved. You will still see the source code when you click on the link to add the case, however if you click save, you'll then be shown the form where you can fill out the contents. Not ideal though...\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-use-add-page-macro-to-copy-an-existing-scaffold-page/qaq-p/291813 | null |
{
"author": "Jeffrey Harris",
"title": "Japanese characters in page titles appear as '?'",
"body": "I am importing localized documentation into Confluence, which seems to have some trouble displaying the Japanese kanji (double-byte characters), particularly in Page Titles, links, and the ToC. Rather than displaying the correct characters, I see a string of question marks \"?????\".\n\nI also get messages about duplicate page titles when I know they are not. And while all of this happens, the page content seems to display just fine.\n\nAny ideas why this would happen?\n\nNote, I'm not a Japanese speaker, just trying to get content into the Wiki so our Japanese translator can take over.\n"
} | [
{
"author": "Jeremy Largman",
"body": "It sounds like you have an encoding problem. Check [Troubleshooting Character Encodings](http://confluence.atlassian.com/display/DOC/Troubleshooting+Character+Encodings). Often it's the database - that's the most likely.\n",
"comments": null
},
{
"author": "Jeffrey Harris",
"body": "In my case, Jeremy is exactly correct.\n\nWhen we installed Confluence, somehow the database was set to \"Latin-1\" character encoding. Not good for displaying double-byte characters. Once we changed the database encoding to UTF-8, and confirmed that both the App Server and Confluence application were also set to UTF-8, then things started working famously.\n\nI haven't had any trouble with Japanese character display since.\n",
"comments": [
{
"author": "David Dube",
"body": "Did you just follow [this procedure](http://confluence.atlassian.com/display/DOC/Configuring+Database+Character+Encoding#ConfiguringDatabaseCharacterEncoding-UpdatingexistingdatabasetoUTF8), or is there an easier way?\n\nDid you lose any content? Of the content that was already saved (using Japanese characters)... was the content retained or did you have to re-copy/add the content?\n\nDave\n"
},
{
"author": "Jeffrey Harris",
"body": "We followed that procedure. Resetting the database encoding was a bit of a pain, but it was necessary to get things working.\n"
}
]
},
{
"author": "David Dube",
"body": "Hi Timplooker,\n\nI'm having the same issue... were you able to resolve this on your end? I was able to find a [language pack](https://plugins.atlassian.com/plugin/details/20758 \"language pack\"), but it's reportedly only compatible with v3.2 - v3.2.1, and I'm running with 3.4.1.\n\nDave\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Japanese-characters-in-page-titles-appear-as/qaq-p/9224 | null |
{
"author": "diego diego",
"title": "Confluence Macro Plugin - Customise Input Parameters",
"body": "Hi,\n\nI tried set label and description of input parameter element in atlassian-plugin.xml, see example:\n\n```\n....\n```\n\n```\n<parameters>\n <parameter name=\"param_name\" type=\"boolean\" default=\"false\">\n <label>Some label (asdasd)</label>\n <description>... some description...</description>\n </parameter>\n```\n\n```\n</parameters>\n....\n```\n\n<br />\n\nBut this dont work... is any way to set label and description for input macro parameters?\n\nSecond question: Is possible disable input field (parameter) with name \"Body Text\" in macro inserting?\n\nThanks for answers\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "Check this:\n\n<http://www.atlassian.com/en/about/events/atlascamp/2010/day2/making-confluence-macros-easy>\n\n..particularly slide 33 onwards\n",
"comments": [
{
"author": "diego diego",
"body": "Thanks a lot, it was very useful :)\n"
},
{
"author": "David at David Simpson Apps",
"body": "@Diego Elos: If it helped, up-vote it or mark as answered. Thanks!\n"
}
]
},
{
"author": "diego diego",
"body": "new question:\n\n```\n<parameter name=\"draw\" type=\"enum\" required=\"true\">\n <value name=\"line\" />\n <value name=\"fill\" />\n</parameter>\n```\n\nHow I can set different string of name element value? Because I want use string \"line\" only as code name, not display string.\n",
"comments": [
{
"author": "David at David Simpson Apps",
"body": "I would guess at...\n\n```\ncom.example.confluence.plugin.macroname.param.paramname.value.valuename.label=XXX\n```\n\nSo in your case, perhaps...\n\n```\ncom.example.confluence.plugin.macroname.param.draw.value.line.label=Lin\ncom.example.confluence.plugin.macroname.param.draw.value.fill.label=Fill\n```\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-Macro-Plugin-Customise-Input-Parameters/qaq-p/381276 | [
"descriptor",
"macro",
"parameter"
] |
{
"author": "Steffen Hall",
"title": "How to show specific pages in a list?",
"body": "Hi!\n\nI am trying to figure out how I can show a list of documents that have been labeled with \"specific_label\".\n\nThe \"Blog Post\" macro, is doing more or less what I want. However, on my dashboard there is a section showing all news items. The documents with \"specific_label\" should not show on the dashboard.\n\nDoes anyone know of any way I could do this ?\n\nThe point of this, is to have a section on the front page (dashboard), that shows current events (ie. ongoing projects, works, problems etc etc).\n\nI have to get some help here, as I have no clue of how to get this working without using \"news\".\n\nThank you in advance, \nSteffen Hall\n"
} | [
{
"author": "Laura Kolker",
"body": "You may also find the following useful from the dashboard customizing side of your question:\n\nanswers question about customizing the dashboard\n",
"comments": null
},
{
"author": "Richard Yale",
"body": "You mean something like this?\n\n<http://confluence.atlassian.com/display/DOC/Content+by+Label+Macro>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-show-specific-pages-in-a-list/qaq-p/154598 | [
"blog",
"content-by-label",
"dashboard",
"macro"
] |
{
"author": "Rick Laudeman",
"title": "Combining multiple Team calendars on a Confluence space",
"body": "We want to show multiple team calendars on a confluece space like how you can see mulitple calendars under My Calendars.\n\nFor example I will create an Operations team assignment calendar and a Operations team vacation calender. I don't think I can embed one calendar in the Operations space that shows events from both in one calendar. \n\nI am trying this only because we cannot assign different colors to events in 1 calendar.\n"
} | [
{
"author": "Martin Cooper",
"body": "You can add a single calendar that shows events from mulitple calendars.\n\nWhen using the team calendar macro to embed inot a Confluence page just select the calendars you want to display and they will be merged into the one on the page.\n\nWIth the events from diffferent calendars showing as different colors.\n",
"comments": [
{
"author": "Rick Laudeman",
"body": "Thank you very much.\n"
},
{
"author": "suruchi bharati",
"body": "Wanted to ask- when i try to embed multiple calendars - calendars from other spaces are not showing when giving space names and trying to search. Any ideas?\n"
},
{
"author": "suruchi bharati",
"body": "I mean calendars from projects under other spaces are not showing up. What am I doing wrong\n"
},
{
"author": "suruchi bharati",
"body": "whats the best way to search for calendars from other spaces that i would like to add. i am searching by the name of space but cannot find the calendar\n"
},
{
"author": "Sergej Zr",
"body": "Thanks, Martin,\n\nthey are merged, but it is not possible to subscribe to all at once. The idea would be that it would be possible to subscribe to all events at once. At the moment one has to choose between the merged calendars :(\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Combining-multiple-Team-calendars-on-a-Confluence-space/qaq-p/85582 | null |
{
"author": "justindowning",
"title": "Copy page and attachments to another site",
"body": "I have two Confluence servers. I would like to copy a page and all of its attachments from one site to another. What is the best way to go about doing this? (I'm not adverse to using the command line on each site if necessary)\n"
} | [
{
"author": "Bob Swift (personal)",
"body": "[Confluence Command Line Interface](https://studio.plugins.atlassian.com/wiki/display/CSOAP) use something like **confluence --action copyPage --targetServer ...**\n",
"comments": [
{
"author": "justindowning",
"body": "Thanks Bob! This worked great! I just add to add the --copyAttachments directive and I was in business.\n\nOne more thing to note while I was testing this...my targetServer had HTTP Basic Auth built into Tomcat. I was able to use Confluence CLI by adding the username and password to the address. See [https://studio.plugins.atlassian.com/browse/CSOAP-30](https://studio.plugins.atlassian.com/browse/CSOAP-30%20)for more info.\n"
}
]
},
{
"author": "MatthewC",
"body": "you could do it through the front end if you don't want to do anything too complex. Assuming that both Confluences are the same version.\n\n1. Create a dummy export space, keep it empty\n\n2. Move your page across to the dummy export space.\n\n3. Export the space\n\n4. Re-import to the other confluence\n\n5. Move the page to it's final space\n\n6. Delete the dummy export space in both the new \\& old confuences.\n\nIt's not ideal if you are going to be doing a lot of this as it's creating \\& destroying spaces but you could always omit the last step \\& have just the one space used to ferry content between servers.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Copy-page-and-attachments-to-another-site/qaq-p/174173 | null |
{
"author": "Trond Magnussen",
"title": "How to use Visio plugin - how to import drawings and editing them.",
"body": "Hello\n\nI have installed the visio plugin into Confluence, but I cant find a good solution on how to use the solution. I cant find it useful at all, so I think I may got it wrong.\n\nCan someone make a short user description on how to import a Visio drawing into Confluence (or a link to where I can find information about this) ?\n\nMy demand is to import a drawing so it will be showed in the browser by Confluence, and that I should be able to open the drawing from Confluence and edit it in Visio again. It should be possible with the Visio plugin ?\n\nBR TrondM\n"
} | [
{
"author": "Kay Brown",
"body": "<https://studio.plugins.atlassian.com/wiki/display/CVP/Confluence+Visio+Plugin#ConfluenceVisioPlugin-Usage>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-use-Visio-plugin-how-to-import-drawings-and-editing-them/qaq-p/430909 | null |
{
"author": "Daniel Fr?hling",
"title": "How to limit the size of a text-area in Confluence?",
"body": "Hello,\n\nat the moment I try to make a new template. In this template there are e.g. text-fields which can be filled out by the user when he adds a new field and selects this template.\n\nThe big problem is, that I don t know what to do that a text field stays the same size i want it to stay even if a user enters lots of words. So far I ve tried to solve this problem with @var@ , the text-data macro (width=e.g 300px, height=e.g 500} macro, the section macro and a combination of all of them.\n\nIs there a simple command I can use so the text-area stays the same (and do not change in size any more)?\n\nIs there also a way for a automatic text-breaks?\n\nMany Thanks for your help\n\nDaniel\n"
} | [
{
"author": "David Dube",
"body": "Looks like you're using the Scaffolding Plugin... does the following not work?\n\n{text-data:*instanceName*\\|width=300px\\|height=500px\\|type=area} {text-data}\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "Wrap your form in a div to act as a CSS selector:\n\n```\n<div class=\"forcedSize\"></div>\n```\n\nThen add an inline style, e.g.\n\n```\n<style>\n#com-atlassian-confluence .forcedSize textarea {\nwidth: 300px;\nheight: 500px;\n}\n</style>\n```\n\nThis should fix up all children of div.forcedSize to be a specific dimension\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-limit-the-size-of-a-text-area-in-Confluence/qaq-p/33013 | null |
{
"author": "Emily Johnson",
"title": "How many pages in a space?",
"body": "I just want to know how many pages are in a Confluence space without having to manually count or run a SQL query. I know the usage tracker plugin used to do it, and it was disabled by default because it impacted performance, but I cant find it even to run for a bit and then re-disable. Any other ideas\\>? I dont need anything fancy, just a page count.\n\nThanks,\n\nEmily\n"
} | [
{
"author": "MatthewC",
"body": "If you have the [Reporting plugin](https://plugins.atlassian.com/plugin/details/186), you could use this markup:\n\n{report-info:space \\> all pages \\> size}\n\nOR you could create a user macro.....\n\nName: pagecount\n\nNo Macro Body\n\nOutput generates wiki markup (or HTML doesn't really matter)\n\nTemplate:\n\n## get page manager...\n\n#set($containerManagerClass=$content.class.forName('com.atlassian.spring.container.ContainerManager'))\n\n#set($getInstanceMethod=$containerManagerClass.getDeclaredMethod('getInstance',null))\n\n#set($containerManager=$getInstanceMethod.invoke(null,null))\n\n#set($containerContext=$containerManager.containerContext)\n\n#set($pageManager=$containerContext.getComponent('pageManager'))\n\n#set($pageCount=$pageManager.getPages($space,true).size())\n\nPage Count: \\*$pageCount\\*\n",
"comments": [
{
"author": "jim kennedy",
"body": "The fix described by Matthew above works for me, but only in the current space. If I do {pagecount} I get the number of pages in the current space.\n\nIs there any syntax that would allow me to count the pages in a different space?\n"
},
{
"author": "Jeremy Largman",
"body": "Hi Jim,\n\nI added another line to the user macro [Count Pages in a Space](http://confluence.atlassian.com/display/DISC/Count+pages+in+space). Check the green tip box.\n"
},
{
"author": "jim kennedy",
"body": "Hi Jeremy, thanks but that doesn't seem to work for me. I should probabaly have mentioned that I'm on version 3.1.\n"
},
{
"author": "MatthewC",
"body": "Hi Jim, Jeremy's version is a much cleaner solution but it only works for 3.5+. I'm still working with 3.2 in our production instance and the updated example below should (hopefully) work for you (although I haven't got 3.1 to test it on)\n"
},
{
"author": "jim kennedy",
"body": "Thanks Matthew, there are plans to upgrade from 3.1 straight to 3.5. I'm hoping a lot of our problems go away then.\n"
},
{
"author": "Emily Johnson",
"body": "I used the pagecount macro, which you kind of create yourself. (I'm on version 3.5) Worked a treat. Thanks, Matthew!\n"
}
]
},
{
"author": "twong_atlassian",
"body": "SQL-- Show number of CURRENT PAGES (as opposed to historical versions of pages) in every space:\n\n```\nSELECT spacename, COUNT(*)FROM spaces sJOIN content cON s.spaceid = c.spaceidWHERE c.contenttype='PAGE'AND prevver IS NULLGROUP BY spacenameORDER BY spacename;\n```\n",
"comments": [
{
"author": "Martin James",
"body": "Thanks this helped\n"
}
]
},
{
"author": "David Gregory",
"body": "One brute force method that I have used is to:\n\n1. create a page in another space\n2. On that page place the Children Display macro\n3. Edit the macro and Show Descendents as well as fill in the Parent Page with the root of the page tree you wish to count (Space Home)\n4. Export this page to Word\n5. Use the Word native Statistics to get a count of the number of lines\n6. The number of pages will be 1 less than the number of lines since there is a line for the page name\n",
"comments": null
},
{
"author": "K. Yamamoto",
"body": "For Confluence Cloud users, consider using REST API because Confluence Cloud doen't support SQL, Macro, or some Add-ons for stats.\n\n```\nA_USER=\"admin\"A_PASSWD=\"__YOUR_PASSWORD_HERE__\"INSTANCE_HOST=\"__YOUR_SUBDOMAIN_HERE__.atlassian.net\" # Total number of pagescurl -sGLu ${A_USER}:${A_PASSWD} \"https://${INSTANCE_HOST}/wiki/rest/api/search\" --data-urlencode 'cql=type IN (blogpost, page)' --data-urlencode 'limit=0' | jq '.totalSize'\n```\n\nRefer my related answer at [For Confluence Cloud, how do I find the total number of pages?](https://answers.atlassian.com/questions/10417309/answers/44613435) for more detail if you needed.\n",
"comments": [
{
"author": "liteyear",
"body": "This works well for all pages, provided you heed my note I added to your link about use of passwords being deprecated.\n\nI'm interested in how to restrict this search to a single space. I tried adding --data-urlencode 'cqlcontext={\"spaceKey\":\"KEY\"}' but it seems to make no difference.\n\nBut adding \"and space = KEY\" to the cql seems to do the trick. Eg:\n\n```\nA_USER=\"admin\"A_TOKEN=\"__YOUR_TOKEN_HERE__\"INSTANCE_HOST=\"__YOUR_SUBDOMAIN_HERE__.atlassian.net\"\nSPACE_KEY=\"__YOUR_KEY_HERE__\" # Total number of pagescurl -sGLu ${A_USER}:${A_TOKEN} \"https://${INSTANCE_HOST}/wiki/rest/api/search\" --data-urlencode \"cql=type IN (blogpost, page) and space = $SPACE_KEY\" --data-urlencode 'limit=0' | jq '.totalSize'\n```\n"
}
]
},
{
"author": "MatthewC",
"body": "Modification of original user macro which takes the Space Code as the body of the macro\n\ne.g. {pagecount}CONFTEST{pagecount}\n\n> ## get page manager...\n>\n> #set($containerManagerClass=$content.class.forName('com.atlassian.spring.container.ContainerManager'))\n>\n> #set($getInstanceMethod=$containerManagerClass.getDeclaredMethod('getInstance',null))\n>\n> #set($containerManager=$getInstanceMethod.invoke(null,null))\n>\n> #set($containerContext=$containerManager.containerContext)\n>\n> #set($pageManager=$containerContext.getComponent('pageManager'))\n>\n> #set($spaceManager=$containerContext.getComponent('spaceManager'))\n>\n> #set($targetSpace=$spaceManager.getSpace($body))\n>\n> #set($pageCount=$pageManager.getPages($targetSpace,true).size())\n>\n> #set($spaceName=$targetSpace.getName())\n>\n> Space Name: \\*$spaceName\\*\n>\n> Page Count: \\*$pageCount\\*\n",
"comments": [
{
"author": "Milo Test",
"body": "Can this be modified to get a count of child pages of a certain parent page?\n"
}
]
},
{
"author": "Jeremy Largman",
"body": "I reopened this question. Questions need not be closed just because they're answered :).\n",
"comments": null
},
{
"author": "Jeremy Largman",
"body": "I figured I could write a quick [user macro](http://confluence.atlassian.com/display/DOC/Writing+User+Macros) for this, so I went to go look at the available [community User Macros](http://confluence.atlassian.com/display/DISC/Shared+User+Macros), and there's one already. See [Count Pages in a Space](http://confluence.atlassian.com/display/DISC/Count+pages+in+space).\n\nAnd, yes, I was indeed to my surprise to see that I was the author! Can't remember that at all... So, let me know if that doesn't work on your version and needs an update.\n",
"comments": [
{
"author": "MatthewC",
"body": "Hi Jeremy, I don't think that one works any more, not since they lost the .getPages() from the space object (3.1 cleanup?)\n\nmy attempt gets hold of the pageManager object to call it's getPages() method.\n"
},
{
"author": "Jeremy Largman",
"body": "You're right, sorry about that! I figured out what needs to happen in 3.5 and posted again. You need to use spaceManager:\n\n```\n$spaceManager.findPageTotal($space)\n```\n"
},
{
"author": "Jonathan Simonoff",
"body": "findPageTotal returns a basically useless number that includes all versions of the pages. The JavaDoc notes \"this probably doesn't give the number you are looking for.\"\n"
},
{
"author": "Steve Mosley",
"body": "Is there any replacement for this in Confluence 5.5? as findPageTotel still appears to reutrn that number which isn't fit for this purpose.\n"
}
]
},
{
"author": "Betsy Walker",
"body": "Here's a user macro that does it, accepting a single parameter representing the SpaceKey of the space on which to report:\n\n> ## pagecount - no body, unprocessed, generates WM \n> #if ($paramspace) \n> #set ($space=${paramspace}) \n> #else \n> #set ($space=\"WikiHelp\") \n> #end \n>\n> {report-table} \n> {space-reporter:space=$space} \n> {text-sort:space:name\\|mode=natural\\|order=ascending} \n> {space-reporter} \n> {report-column:title=Space}{report-info:space:name\\|link=true}{report-column} \n> {report-column:title=Pages}{report-info:space:all pages \\> collection:size}{report-column} \n> {report-table}\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-many-pages-in-a-space/qaq-p/355167 | null |
{
"author": "Leo Sanin",
"title": "reverse proxy authentication header is processed by confluence",
"body": "Hello, \nwe have a confluence 3.5 installation that works fine, if accessed directly; login via html form.\n\nWe are now trying to access it via apache reverse proxy. We would like login for confluence to be independent (via html form) from the login to reverse proxy (basic auth). What happens, though, is that confluence is trying to process (unsuccessfully) the basic auth header from the reverse proxy, and the user gets 401. In confluence log I see these messages:\n\n2011-07-08 15:33:18,582 INFO \\[http-8081-30\\] \\[confluence.security.login.DefaultLoginManager\\] onFailedLoginAttempt \nFailed login attempt for user '[email protected]': \nRequest URL: <http://10.9.36.50:8081/confluence/> \nUser-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0 \nRemote Address: 193.134.136.78 \nX-Forwarded-For: 193.134.136.246\n\nWe don't want to touch anything in the reverse proxy, or tomcat (as there are other applications running under it); is it possible to do something inside the confluence installation to force it to ignore the authentication request from the reverse proxy?\n\nThanks, \nLeo.\n"
} | [
{
"author": "BCCHR IT",
"body": "This is super freaking old thread, but for anyone else who's come here with this issue. The work around is to unset the Authorization header when using Apache2 as a reverse proxy.\n\n```\nRequestHeader unset Authorization\n```\n\nThe same can be done with NGiNX\n\n```\nproxy_set_header Authorization \"\";\n```\n\nThis works great and solves the issue.\n\nHowever, if your confluence installation allows anonymous access, and the authentication used with NGiNX/Apache2 isn't the same as Confluence. You'll run into pop-ups for specific elements.\n\nFor instance the following link \"rest/mywork/latest/status/notification/new\"\n\n```\n<status><status-code>401</status-code><message>Client must be authenticated to access this resource.</message></status>\n```\n",
"comments": null
},
{
"author": "twong_atlassian",
"body": "Could you simply use mod_headers in the vhost definition to strip the auth header before processing the proxy pass?\n\n<http://httpd.apache.org/docs/2.0/mod/mod_headers.html>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/reverse-proxy-authentication-header-is-processed-by-confluence/qaq-p/269175 | null |
{
"author": "Amarendra Thakur",
"title": "Images and User Profile icons not rendering properly after version upgrade",
"body": "Dear All, \n\nI did the confluence version upgrade(from 3.3.3 to 3.5.3) recently and found that after doing the upgrade, some of the user profile icons and images are not rendering. \n\nThe way i did the upgrade was manual.I followed the steps below \n\n1 - took the of the existing oracle DB and data folder \n2 - restore the existing backup schema into the new DB \n3 - pointed the confluence.home to the to the data folder \n\nthe upgrade was proper and everything is working fine.the only issue is that the images and user profile icons are displaying properly. \n\nThe issue was not resolved even after doing lucene reindexing. \n\nCan anyone suggest me what could be the reason behind this issue \n\nRegards \n\nAmarendra Thakur\n"
} | [
{
"author": "Jeremy Largman",
"body": "I just have an inital guess at this - check [CONF-17247](https://jira.atlassian.com/browse/CONF-17247) or its brother [CONF-22298](https://jira.atlassian.com/browse/CONF-22298). Those solutions aren't for the feint of heart so you might want to open a [support ticket](http://support.atlassian.com) for this one.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Images-and-User-Profile-icons-not-rendering-properly-after/qaq-p/412889 | null |
{
"author": "Alex Church",
"title": "Confluence Macro: Output Wiki Markup?",
"body": "Is it possible for plugin macros to return wiki markup as user macros do? I have tried outputting wiki markup but it just renders as plain text.\n"
} | [
{
"author": "Paul Curren",
"body": "If the output of your macro is intended for display in a browser (as most are) then it is required to output HTML.\n\nI guess you are asking if you, as the developer can write wiki markup and have it converted to HTML. This is possible but may well be an unnecessary over-head. Is this wiki content dynamic? If not you are much better to just write your HTML output directly.\n\nAnyway, if you do want to convert wiki to XHTML then you will need to inject a com.atlassian.renderer.WikiStyleRenderer to your macro. e.g.\n\n```\npublic void setWikiStyleRenderer(WikiStyleRenderer wikiStyleRenderer){ this.wikiStyleRenderer = wikiStyleRenderer;}\n```\n\nYou can then convert your wiki with something like -\n\n```\nreturn getWikiStyleRenderer().convertWikiToXHtml(new PageContext(), wiki);\n```\n",
"comments": [
{
"author": "Alex Church",
"body": "You are right - I do the wiki markup to be output as HTML in a browser. I was intending to use existing macros for formatting, to save replicating the HTML they use. It most certainly will be using dynamic content. I will re-assess my needs - you may be right in that it may be unecessary overhead.\n\nWhat is the 'wiki' variable passed as the second argument to convertWikiToXHtml()? Is that a string containing the wiki markup?\n"
}
]
},
{
"author": "Azwandi Mohd Aris",
"body": "Have you tried setting the render mode to [RenderMode.NO_RENDER](http://confluence.atlassian.com/display/CONFDEV/Writing+Macros)?\n",
"comments": [
{
"author": "Alex Church",
"body": "If you mean using:\n\npublic RenderMode getBodyRenderMode() {\n\nreturn RenderMode.NO_RENDER;\n\n}\n\nthen yes, I have. This does not work, and if I understand the documentation correctly, it describes how the body of the macro - the code between the start and end tags - is to be processed, not the final output of the macro.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-Macro-Output-Wiki-Markup/qaq-p/431667 | [
"macro",
"markup"
] |
{
"author": "John Parsons",
"title": "Adding Jira as a trusted app: \"An error occurred downloading a certificate\"",
"body": "We're trying to add a Jira instance as a trusted application to our Confluence instance and we're getting the following error. \n\n\"An error occurred downloading a certificate from: url\" \n\nAnyone run into this? I found an older post where someone just had to restart their server, but they didn't mention which. Is this likely some issue with the Jira instance, or Confluence? I was able to add Confluence as a trusted app into Jira without any problems.\n"
} | [
{
"author": "Jeremy Largman",
"body": "Check your atlassian-jira.log. Often it'll have a more specific error message, then check that against the Knowledge Base. There's a section of configuration problems at [Integration with Atlassian Applications (including Trusted Applications) Troubleshooting](http://confluence.atlassian.com/display/JIRAKB/Integration+with+Atlassian+Applications+%28including+Trusted+Applications%29+Troubleshooting).\n\nIf there is indeed something in the logs when you try, post it here.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Adding-Jira-as-a-trusted-app-quot-An-error-occurred-downloading/qaq-p/189476 | null |
{
"author": "David at David Simpson Apps",
"title": "Are email notifications working correctly on answers.atlassian.com ?",
"body": "I get the feeling that notifications aren't working quite right. E.g. <https://answers.atlassian.com/questions/1585/disable-indexing-in-confluence>I think others have commented to this effect too.\n"
} | [
{
"author": "Jobin Kuruvilla [Adaptavist]",
"body": "I have created [ANSWERS-117](https://jira.atlassian.com/browse/ANSWERS-117) for this.\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "@Jeremy Largman \\[Atlassian\\]: Thanks. I couldn't accept, so closing it seemed the best option open to me :)\n",
"comments": null
},
{
"author": "Jeremy Largman",
"body": "I did a bit of housekeeping on this issue:\n\n1. Converted @Jobin Kurivilla's comment to an Answer (it's a good answer)\n2. Reopened it (closing is really for duplicate questions, whereas accepting answers is for regular resolved).\n\nAs for the issue itself let's move the discussion into JIRA ([ANSWERS-117](https://jira.atlassian.com/browse/ANSWERS-117)).\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Are-email-notifications-working-correctly-on-answers-atlassian/qaq-p/289055 | [
"community"
] |
{
"author": "RakeshS",
"title": "navmap-mytheme.vm",
"body": "Hi,\n\nWe are facing issues with navmap-mytheme.vm macro, any help on this file or below error removal would be helpful.\n\nPlease note that I have gone through below url, let me know if you have any other solution for this.\n\n\" <http://confluence.atlassian.com/display/CONFKB/%27Unable+to+Find+Resource+navmap-mytheme.vm%27+Error+Due+to+Navmap+Custom+Setting> \"\n\n=============================================================================== \n2011-06-28 12:19:17,727 ERROR \\[TP-Processor21\\] \\[confluence.util.velocity.VelocityUtils\\] getRenderedTemplate Error occurred rendering template: /com/atlassian \n/confluence/plugins/macros/advanced/navmap-mytheme.vm \n-- url: /confluence/display/IBTCP/OPERATE \\| page: 52333045 \\| userName: anonymous \\| action: viewpage \norg.apache.velocity.exception.ResourceNotFoundException: Unable to find resource '/com/atlassian/confluence/plugins/macros/advanced/navmap-mytheme.vm' \nat com.atlassian.confluence.util.velocity.ConfigurableResourceManager.loadResource(ConfigurableResourceManager.java:400) \nat com.atlassian.confluence.util.velocity.ConfigurableResourceManager.getResource(ConfigurableResourceManager.java:304) \nat org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1400) \nat org.apache.velocity.app.VelocityEngine.getTemplate(VelocityEngine.java:422) \nat com.atlassian.confluence.util.velocity.VelocityUtils.getTemplate(VelocityUtils.java:83) \nat com.atlassian.confluence.util.velocity.VelocityUtils.renderTemplateWithoutSwallowingErrors(VelocityUtils.java:67) \nat com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTemplateWithoutSwallowingErrors(VelocityUtils.java:55) \nat com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTemplate(VelocityUtils.java:38) \nat com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTemplate(VelocityUtils.java:31) \nat com.atlassian.confluence.plugins.macros.advanced.NavigationMapMacro.renderNavMap(NavigationMapMacro.java:86) \nat com.atlassian.confluence.plugins.macros.advanced.NavigationMapMacro.execute(NavigationMapMacro.java:79) \nat com.atlassian.renderer.v2.macro.ResourceAwareMacroDecorator.execute(ResourceAwareMacroDecorator.java:51) \nat com.atlassian.renderer.v2.components.MacroRendererComponent.executeMacro(MacroRendererComponent.java:203) \nat com.atlassian.renderer.v2.components.MacroRendererComponent.processMacro(MacroRendererComponent.java:169) \nat com.atlassian.renderer.v2.components.MacroRendererComponent.makeMacro(MacroRendererComponent.java:67) \nat com.atlassian.renderer.v2.components.WikiContentRendererHandler.handleMacro(WikiContentRendererHandler.java:18) \nat com.atlassian.renderer.v2.WikiMarkupParser.makeMacro(WikiMarkupParser.java:120) \nat com.atlassian.renderer.v2.WikiMarkupParser.handlePotentialMacro(WikiMarkupParser.java:105) \nat com.atlassian.renderer.v2.WikiMarkupParser.parse(WikiMarkupParser.java:60) \nat com.atlassian.renderer.v2.components.MacroRendererComponent.render(MacroRendererComponent.java:46)\n\nThank you \\& Regards, \nRakesh Sharma\n"
} | [
{
"author": "MatthewC",
"body": "What's the wiki markup for the page generating this result? What version of Confluence?\n\nAre you just using the example on the page: <http://confluence.atlassian.com/display/CONFKB/%27Unable+to+Find+Resource+navmap-mytheme.vm%27+Error+Due+to+Navmap+Custom+Setting> ?\n\nIt could be because the documentation is for a different version? The file needs to be in\n\n**confluence\\\\WEB-INF\\\\classes\\\\com\\\\atlassian\\\\confluence\\\\plugins\\\\macros\\\\advanced\\\\navmap-mytheme.vm**\n\nYou will need to create the directories from **plugins\\\\macros\\\\advanced** as they don't exist.\n\nTested on version 3.2.1\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/navmap-mytheme-vm/qaq-p/427273 | [
"navigation-map"
] |
{
"author": "RakeshS",
"title": "Office Connector (add row restriction to pages on confluence gloabally/set default)",
"body": "Hi,\n\nI am looking for a restriction to be set for Office Connector plugin to add row restriction for the pages on confluence globally or set it as default. \nhttps://jira.atlassian.com/browse/OFFCONN-46 \nAny help on this will be appreciated. \nRegards, \nRakesh\n"
} | [
{
"author": "RakeshS",
"body": "Any comments.\n\nRegards,\n\nRakesh\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Office-Connector-add-row-restriction-to-pages-on-confluence/qaq-p/208420 | [
"ms-office-connector"
] |
{
"author": "Roland Benedetti",
"title": "How to add custom Javascript in Confluence pages?",
"body": "I figured out how to add javascript calles in the header or footer but can't figure out how to add some Javascript in the pages itself.\n\nAnybody knows?\n"
} | [
{
"author": "Matt Ryall",
"body": "You could write a [User Macro](http://confluence.atlassian.com/display/DOC/Writing+User+Macros) to do it. You need to pick a name, set the output format as \"HTML\" and put your JavaScript content in the body. Then you just put this macro into your pages.\n\nIf you need different JavaScript on every page, Confluence ships with a disabled [HTML macro](http://confluence.atlassian.com/display/DOC/Enabling+HTML+macros) that you can enable in the \"Plugins\" list under the Administration. Then you can write an {html} macro with the \\<script\\> tags inside it.\n",
"comments": [
{
"author": "Roland Benedetti",
"body": "Hi Thanks Matt,\n\nBut this means the Macro should be added to all the pages manually, I was more looking to add something on all pages, once for all.\n\nAny idea?\n"
},
{
"author": "Matt Ryall",
"body": "In that case, I'm not sure what your question means. If you have added JavaScript in the header or footer via Administration \\> Custom HTML, you should find it already on every page.\n"
}
]
},
{
"author": "David at David Simpson Apps",
"body": "This question is very similar or at least related to:\n\nhttps://answers.atlassian.com/questions/3054/javascript-inclusion\n",
"comments": null
},
{
"author": "Colin Goudie",
"body": "Roland, take a look at the web-resources Module type. If you add a plugin with one of these in there then you can have your own JS files added to all pages. Have a specific look at the contexts, such as **atl.general** for example\n\n<http://confluence.atlassian.com/display/CONFDEV/Web+Resource+Module#WebResourceModule-WebResourceContexts>\n",
"comments": null
},
{
"author": "Anders",
"body": "??? -html\n\n\\<SCRIPT type=\"text/javascript\"\\>\n\nvar element = document.getElementById('main-content'); element.style.backgroundColor = \"#33CCCC\"; \\</SCRIPT\\>\n",
"comments": null
},
{
"author": "Yagnesh Bhat",
"body": "```\n<web-resource key=\"somekey\" name=\"some description\"> <resource type=\"download\" name=\"yourfile.js\" location=\"/js/your file.js\"/> <context>page</context></web-resource>\n```\n\nIn your atlassian-plugin.xml , include your javascript as a web resource for **page** context as above.\n",
"comments": null
},
{
"author": "Bob Kennedy",
"body": "I tried adding custom code in Custome HTML but the code does not appear in the pages themselves.\n",
"comments": null
},
{
"author": "Sean King",
"body": "If you want Javascript on an individual page use the {html} macro. Otherwise for all pages add your script in appropriate place in the the CustomHTML screen of the Admin Console.\n",
"comments": null
},
{
"author": "Nikhil Naoghare",
"body": "Hi Roland,\n\nYou can try this example <http://come2niks.com/?p=542> this really works.\n\nThanks,\n\nNikhil\n",
"comments": [
{
"author": "Matthew J. Horn",
"body": "Nikhil, this link no longer works.\n"
},
{
"author": "Jay Ji",
"body": "i tried this but didn't work.\n"
}
]
},
{
"author": "jhammons",
"body": "Hi Roland,\n\nPlease refer to the following document:\n\n* <http://confluence.atlassian.com/display/JIRA/Fields+Allowing+Custom+HTML+or+JavaScript>\n\nBe well,\n\nJason Hammons\n\nAtlassian - San Francisco\n",
"comments": [
{
"author": "Jennifer German",
"body": "That is for JIRA. This question is about Confluence. Therefore that link is not useful here.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-add-custom-Javascript-in-Confluence-pages/qaq-p/472271 | [
"confluence-development",
"javascript"
] |
{
"author": "timrmoore",
"title": "Change distributable type when upgrading?",
"body": "If we have a WAR/EAR instance of Confluence, can we convert it to a Standalone?\n\nWe're currently planning on upgrading from 2.6.0 to the latest version. Is it possible, when migrating to a new server to install the standalone version of Confluence and import the data from the WAR version (to create the clone). If it's not possible at that stage, can we change it as we perform the upgrade (either to the interim 2.7.4 version or the final version?)\n"
} | [
{
"author": "Nic Brough -Adaptavist-",
"body": "Yes. The exports, and even the database are independent of the distribution. I regularly rebuild our dev/test systems from Production. Production is a WAR, the dev/test systems are mostly Standalone, although there is one which is WAR for doing the final \"as live\" testing on new stuff.\n\nI'm pretty sure you can go directly from WAR-2.6.0 to Standalone-2.7.4 without having to worry about it at all. (I'm less certain about going 2.6 to 3.5, but that's still about the versions of Confluence, nothing to do with the WAR/Standalone change)\n",
"comments": [
{
"author": "David at David Simpson Apps",
"body": "You'll likely need to progress up some point releases on your path to 3.5. Good luck :)\n"
},
{
"author": "timrmoore",
"body": "@David - I have a feeling we'll need more than luck on this one....!!\n\nThanks for the answer @Nic. I couldn't think of any reason why not, but thought I'd better be safe than sorry!\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Change-distributable-type-when-upgrading/qaq-p/198667 | null |
{
"author": "IDM",
"title": "Update to confluence 3.5.6 lost favourites.js",
"body": "After an upgrade to confluence 3.5.6 from 3.1.2 it appears I have lost the file favourites.js.\n\nThis file contains gotoUrl (used in the space tree on my dashboard page)\n\nThis file contains toggleStar (used in the same page)\n\nI can't find this function in 3.5.6 includes/js/ folder.\n\nWhat I missed ?\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "This is now bundled the Confluence Dashboard Macros plugin in**confluence-dashboard-macros.3.x.jar** . Both functions are now in the JAR in a file named **dashboard-macros.js**\n\n* **gotoUrl** is still there, though slightly reworked\n* **toggleStar** has been replaced by **toggleFavouriteSpace** refactored to say what it does :)\n",
"comments": [
{
"author": "IDM",
"body": "I don't have the file dashboard-macro.js in the confluence std:\n\n```\n[11/07-13:45]<root@confluence:/usr/local/confluence/confluence-3.5.6-std># find . -name \"*ashbo*\"\n./confluence/dashboard\n./confluence/dashboard/dashboard.vm\n./confluence/dashboard/dashboard-welcome.vm\n./confluence/decorators/includes/dashboard-navigation.vm\n\nAnd I can't find the function:\n[11/07-15:02]<root@confluence:/usr/local/confluence/confluence-3.5.6-std># grep -ri gotoUrl *\n[1] 15543 exit 1 grep -ri gotoUrl *\n```\n"
},
{
"author": "David at David Simpson Apps",
"body": "@idm: Check the updated answer above\n"
},
{
"author": "IDM",
"body": "This files is bundled with confluence ?\n\nI can't find them in my package, and online plugins of \"confluence Dashboard Macros\" seems to be old (2008, version 1.4.1)\n\nAnd if I found this file, do I need to patch some of my data for the new name of the function ?\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Update-to-confluence-3-5-6-lost-favourites-js/qaq-p/145984 | null |
{
"author": "Marco van der Heide",
"title": "LDAP Integration doesn't seem to remove users",
"body": "Hi,\n\nWe've introduced a full LDAP integration from our Windows Active Directory to our Confluence application running on RHEL. We use no Crowd application for this integration as there are not so much users (roughly 400). All users are synced without problems.\n\nRecently we've noticed that when you remove users from the Active Directory they are not removed from Confluence.\n\nWhat could be the reason for this? Is it possible to change the behaviour so users are removed from Conlfuence?\n\nThanks in advance,\n\nMarco van der Heide\n\nThe Netherlands.\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "Which version of Confluence are you using?\n\nI believe that there are updates in Confluence 3.5.5 \\& 3.5.6 which may help with syncing if you're on an older version.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/LDAP-Integration-doesn-t-seem-to-remove-users/qaq-p/241928 | null |
{
"author": "Gian Andri Matter",
"title": "pagetree macro in a divbox",
"body": "Is it possible to push the navigation tree more to the left in a divbox? I don't like the gap between the border and the navigation tree..\n\nThere's no gap in the space-layout! Kinda strange..\n\nAny ideas?\n\nThanks\n\nGian\n"
} | [
{
"author": "Gian Andri Matter",
"body": "i solved it!\n\n/\\* Change link font and size \\*/\n\ndiv.plugin_pagetree a {\n\nfont-family:Helvetica, Arial, sans-serif;\n\nfont-size:9pt;\n\n{color:#008000}}\n\n/\\* Change the excessively large padding/margin sizing to something more reasonable. \\*/\n\ndiv.plugin_pagetree ul {\n\nmargin:0px;\n\npadding-left:13px;\n\n{color:#008000}}\n\nThx anyway!\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "It should just be a bit of CSS. Please paste in some wiki markup and/or screenshot of what you've added -- then I can replicate your problem.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/pagetree-macro-in-a-divbox/qaq-p/231577 | null |
{
"author": "Elvir Hadzic",
"title": "Confluence: Problems with JIRA issue macro",
"body": "I can't get to display a JIRA Issuelist from our JIRA instance within confluence. I set up a trusted connection and all but it simply doesn't work. I allways get the message ***jiraissues: JIRA project does not exist or you do not have permission to view it.***\n\nI tried the example from Atlassian ([http://confluence.atlassian.com/display/DOC/JIRA+Issues+Macro)](http://confluence.atlassian.com/display/DOC/JIRA+Issues+Macro%29%3C/span%3E%3Cem%3E%3C/em%3E%3Cspan)[\\<span\\< a=\"\"\\> class=\"error\"\\>which works like a charm. I also found someone with the same problem who managed to resolve it but sadly he/she didn't say what they did:](http://confluence.atlassian.com/display/DOC/JIRA+Issues+Macro%29%3C/span%3E%3Cem%3E%3C/em%3E%3Cspan)******<http://forums.atlassian.com/message.jspa?messageID=257362734>******\n\nDoes anyone have an idea what the problem could be?\n"
} | [
{
"author": "Kevin Delahunt",
"body": "I fixed this issue myself.\n\nIn my case I had created a filter in JIRA that no one else was allowed to see. So when creating the macro as an admin, I chose this filter and it worked for me. But it didn't work for my colleague. As soon as I shared the filter with everyone in Jira, it worked for my colleague.\n",
"comments": null
},
{
"author": "Martin Cooper",
"body": "Not sure what else to suggest (apart from upgrading and using the new Application Links :) )\n\n* Trusted Relationship created in both apps so set in Jira and Confluence\n* Users the same in both applications\n* User has the right permissions in Jira to browse issues\n* The Jira Issues Macro is enabled (Check in the Plugins section of Confluence admin)\n* The Jira issue macro is set up correctly with right URL\n* Base urls are set correctly\n\nThe error message you mentioned earlier suggests that the url is not correct, as it can't understand the request being made. Whether this is a sympton of another issue or not is hard to tell.\n\nIf you are using SSL on both applications then they need to both have access to the same certificate (regardless of who its from), if on same server make sure they are using the same Java instance (and keystore). If on different servers import the cert into both.\n\nI would expect to see a different error if that is the case, but can't rememeber of top of head the behaviour of those versions.\n",
"comments": null
},
{
"author": "Martin Cooper",
"body": "https may be the culprit.\n\nYou need to add your certificate to the Java keystore , but would expect to see an error on trying to create the Application link. Are you running tomcat on https (port 8443) or using Apache (443) to front?\n\nThe other aspect I would check is that the base URL for both applications is set correctly as this can throw out gadgets /macros if is differnet to the url being used to access the app.\n\nAlso can you supply versions of the tools being used as well.\n",
"comments": null
},
{
"author": "Glenn Engel",
"body": "I had this same error but my problem ended up being caused by the user having different login names on confluence and jira. While the oauth trust was established and worked for all users who had the same login name, it would not work for those who had different names. One fix is to delete the link, re-create it and then not enable oauth. This will require each user to authenticate when viewing the issues macro and have individual oauth tokens stored in their profile. The other fix is to of course rename the user to be the same which is easy to do in Jira6. This is what I did.\n",
"comments": null
},
{
"author": "Richard Yale",
"body": "What we found out is that you need to delete all previous connections and then do the setup through JIRA and make sure you use the reciprocal link to connect back to Confluence. This will set up the connections for both JIRA and Confluence at the same time.\n",
"comments": [
{
"author": "Elvir Hadzic",
"body": "I'm sorry but I'm afraid to not be a 100% sure about what you mean. Could you elaborate this a little bit further? Do you mean I should just delete the \"trusted connection\" in JIRA and set it up again (I tried) or is there more to it?\n\nThanks a lot!\n"
}
]
},
{
"author": "Elvir Hadzic",
"body": "Must have overlooked this but i found the following error:\n\nERROR \\[http-192.168.15.17-443-27\\] \\[confluence.extra.jira.JiraIssuesMacro\\] throwMacroException com.atlassian.confluence.extra.jira.exception.MalformedRequestException: Bad Request\n\nBut I think this is just another way of saying \"project not found/no access\"..?\n",
"comments": null
},
{
"author": "Penny Wyatt (On Leave to July 2021)",
"body": "Are there any interesting errors in the logs?\n",
"comments": null
},
{
"author": "Elvir Hadzic",
"body": "Thanks, I will check up on all of that and get back to you as soon as I have gathered all the information. What I can say for now is that tomcat runs on https but I changed the port to 443 and that the base URLs are correct. Also, I use Confluence 3.4.7, JIRA 4.2.3 and the macro is 2.8.21\n\nI'm not entirely sure if the certificate is in the keystore but I will check on that. Is that even necessary if you have one signed by an official certificate authority?\n",
"comments": null
},
{
"author": "Elvir Hadzic",
"body": "Thanks for the tips so far! Unfortunately I should have read access for those projects. My user name is the same and I can see the issues just fine when I'm logged in to JIRA.\n\nAlso, if I enter the URL in the browser I get directed to the right XML document. I'm sure I got the right URL.\n\nMaybe it's worth mentioning that both, JIRA and Confluence, use https. Could this be a problem for the macro? I don't think it should but I don't want to rule it out to early on...\n",
"comments": null
},
{
"author": "Azwandi Mohd Aris",
"body": "Since you are using trusted app, do you have the same username in both JIRA and Confluence?\n",
"comments": null
},
{
"author": "Martin Cooper",
"body": "The trusted connection will use the identity of the person logged in, in confluence to retrieve the issues from Jira. That user must have permission in Jira to View the issues, or you must have Jira setup to allow anonymous viewing.\n\nCheck the permissions on the Jira Project to confirm if that user has a relevant role on the project.\n",
"comments": [
{
"author": "Elvir Hadzic",
"body": "Must have overlooked this but i found the following error:\n\nERROR \\[http-192.168.15.17-443-27\\] \\[confluence.extra.jira.JiraIssuesMacro\\] throwMacroException com.atlassian.confluence.extra.jira.exception.MalformedRequestException: Bad Request\n\nBut I think this is just another way of saying \"project not found/no access\"..?\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-Problems-with-JIRA-issue-macro/qaq-p/207484 | [
"macro"
] |
{
"author": "Malcolm Jacobson",
"title": "Is it possible to rename \"child pages\" in the Confluence UI?",
"body": "Hi,\n\nWe use Confluence as a documentation authoring tool and would like to rename the UI field \"Child pages\" to \"Related information\", as \"child pages\" does not mean anything to our audience.\n\nDoes anyone know if it's possible to change the field names in the UI?\n\nCheers,\n\nMalcolm.\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "I'd recommend the method used here: [Changing boilerplate text in Confluence](http://davidsimpson.me/2009/11/04/changing-boilerplate-text-in-confluence/)\n\nYou'll likely need to change the following items:\n\n```\nhide.children=Hide Child Pages\nshow.children=Show Child Pages\nview.in.hierarchy=Reorder Pages\nnumber.of.children={0} Child Pages\nnumber.of.children.one=1 Child Page\nchildren.count=Child Pages ({0})\n```\n",
"comments": [
{
"author": "Malcolm Jacobson",
"body": "Hi David,\n\nThanks for your suggestion. All was going well until I tried to run the jar command, at which point I got \"jar is not recognised as an internal or external command, operable program or batch file\".\n\nDo I need to install the Confluence Plugin Development Kit before I can build a plugin?\n\nCheers,\n\nMalcolm.\n"
},
{
"author": "Jeremy Largman",
"body": "Ususally you can just rename a .jar to a .zip and unzip it (then rezip the contents of the unzipped folder, and rename to .jar).\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Is-it-possible-to-rename-quot-child-pages-quot-in-the-Confluence/qaq-p/457340 | null |
{
"author": "Michael Roff",
"title": "UNC Link from Reporting",
"body": "I would like to use the results of a {report-info} call to create a UNC Link.\n\nWith a UNC Link all you need to do is wrap a directory address with \\[ \\], however, when you wrap the results of a {report-info} call in \\[ \\], it treats the contents like a Confluence address and not a network address.\n\nUsing this code, you can see the issue highlighted.\n\nLocation: {text-data:Location\\|width=400px} \nReport Location - {report-info:data:Location} \nReport Location as UNC Link - \\[{report-info:data:Location}\\]\n\nCan anyone suggest anything I am doing wrong OR advise if there is a bug in the way the \\[ \\] link works?\n\nIs there a way I can force a link to be a UNC link with some other syntax rather than just using \\[ \\]?\n"
} | [
{
"author": "Michael Roff",
"body": "I tried to add this as a comment but it kept saying I was over the 600 character limit - but I had 63 characters left ???\n\nI recieved a comment from David Simpson \\[AppFusions\\] but for some reason it doesn't show up here.\n\nThe comment was:\n\nDo you have any examples?\n\nIn wiki markup...\n\n```\n[\\\\ComputerName\\Shared Folder\\Resource Name]\n```\n\n...seems to work ok for me.\n\nThe example to use is this three lines of wiki syntax:\n\nLocation: {text-data:Location\\|width=400px} \nReport Location - {report-info:data:Location} \nReport Location as UNC Link - \\[{report-info:data:Location}\\]\n\nNormal UNC links work.\n\nIt doesn't work when the contents of the link is from a {report-info} call.\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "Do you have any examples?\n\nIn wiki markup...\n\n```\n[\\\\ComputerName\\Shared Folder\\Resource Name]\n```\n\n...seems to work ok for me.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/UNC-Link-from-Reporting/qaq-p/9013 | [
"link",
"report-info-macro"
] |
{
"author": "Michael Roff",
"title": "Confluence Glossary",
"body": "I would like to have a glossary in Confluence that automatically created tooltips for any words / acronymns on a page that existed in a central Glossary.\n\nHas anyone extended any of the existing Glossary Plugins to do this?\n\nI know Adaptavist was working on a similar plugin many many moons ago, but I don't think it got off the ground.\n\nHas anyone got any ideas on where to start with this?\n"
} | [
{
"author": "a.haaken",
"body": "Well, this plugin is doin that job (i hope), but they are not \\>C4 compliant.\n\nThis ticket is terminated to april, 18th..\n\n<https://studio.plugins.atlassian.com/browse/BUDICT-5>\n",
"comments": [
{
"author": "Michael Roff",
"body": "Looks like BUDICT is C4 compliant now. They have my thumbs up!\n"
}
]
},
{
"author": "Matt",
"body": "I know of a customer who were working closely with StepStone on a custom plugin to provide such funcitonality in Confluence. You mught want to [reach out to StepStone](http://www.stepstonetech.com/display/zen/Contact) for more details.\n",
"comments": [
{
"author": "Michael Roff",
"body": "I have raised this question in the past and I think you (or someone else from Atlassian) recommended the same thing.\n\nI spoke to StepStone at Summit 2010 and they were unable to help me. It seems their development is either private OR they never completed it.\n\nAny other ideas are welcome.\n"
}
]
},
{
"author": "Sorin Sbarnea (Citrix)",
"body": "Every other wiki, KB or CMS I used had something like this, but confluence not.\n",
"comments": null
},
{
"author": "a.haaken",
"body": "Well, this plugin is doin that job (i hope), but they are not \\>C4 compliant.\n\nThis ticket is terminated to april, 18th..\n\n<https://studio.plugins.atlassian.com/browse/BUDICT-5>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-Glossary/qaq-p/233727 | [
"glossary"
] |
{
"author": "Adam Adam",
"title": "How can I integrate scaffold, metadata, and reporting-plugin?",
"body": "Over the last year my company has adopted Confluence 3.4.9 as a collaboration tool used by our engineers and project managers to keep track of projects, and overall a place to share data.\n\nUnfortunately the way the system was setup 99% of the users do not have the ability to add templates, nor do we have the ability to administer the space in anyway. Getting templates, plugins, macros added can be painful and cumbersome.\n\nSo, with that said, I have a project that I am trying to create a case tracking tool in confluence using scaffold to standardize the pages, metadata to store some key fields, and reporting plugin to display the cases.\n\nUnfortunately, since I don't have access to add a template, I am forced to use the add-page macro with the source keyword to copy a page as the source. When I do this, it shows me the wiki markup language, then when I click save it says page not found. I found that when I surround the entire page with the scaffold macro, it does work to save as a new page, however the the meta data becomes unreadable from the reporting plugin.\n\nSo,\n\nIs there anyway to have a reporting plugin have access to the metadata (including text-filter) to display reports while having the scaffold based page able to be copied?\n"
} | [
{
"author": "NielsJ",
"body": "Hi Adam,\n\nproviding some metadata, the {metadata-list} macro could help you. But be warned: No more meta data available in CF \\> 4! So do not base your company's business intelligence on that :-D\n\nRegards, \nNiels\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-can-I-integrate-scaffold-metadata-and-reporting-plugin/qaq-p/286247 | [
"metadata"
] |
{
"author": "Steve Berley",
"title": "default template in Confluence",
"body": "I have created a simple template that I'd like to be the default for all my users whenever they create a new page (Add page or hit \"c\" on the keyboard).\n\nI don't mind if they edit the new page to remove the default macros, I just want the macros to be there from the start.\n\nHow do I make my template be embedded automatically?\n\nThanks a lot,\n"
} | [
{
"author": "MatthewC",
"body": "There is currently a feature request open for this: [CONF-3697](https://jira.atlassian.com/browse/CONF-3697)\n\nUnfortunately the workarounds won't be any good for you, they all rely on creating specific links and won't work by default.\n\nMaybe someone else can suggest if there is a way of intercepting the create page actions?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/default-template-in-Confluence/qaq-p/285337 | [
"template"
] |
{
"author": "Michael Roff",
"title": "page restrictions not available",
"body": "For some reason, page restirctions are no longer available within Confluence.\n\nI can see the padlock in the top left if a page has already been restricted, but when I click on it, nothing opens up.\n\nSimilarly, if I got to Tools -\\> Restrictions, nothing opens up.\n\nI can't think of any changes that have been made in the last 24 hours to cause this issue.\n\nI haven't tried a reboot yet, but before I did I thought it was worth seeing if anyone has seen this before or may know what would be causing it?\n"
} | [
{
"author": "Matt",
"body": "Is it possible that someone made a change to the page layout?\n",
"comments": [
{
"author": "Michael Roff",
"body": "Thanks for the ideas Matt.\n\nAnd yes, \"someone\" did make changes to the page layout, but they will remain unnammed to protect my anonymity. :)\n"
}
]
},
{
"author": "Matt",
"body": "Or if you are connected to LDAP for user management you might be hitting this issue:\n\nhttp://confluence.atlassian.com/pages/viewpage.action?pageId=217744422\n",
"comments": null
},
{
"author": "Matt",
"body": "One more cause for this issue is that the page maybe restricted to a group that no longer exists. Hopefully one of those three answers is the right one! :)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/page-restrictions-not-available/qaq-p/108010 | [
"restriction"
] |
{
"author": "Steven Seese",
"title": "How do I access the Human Resources Atlassian template once it is installed?",
"body": "Hello,\n\nI have attempted to access the \"Atlassian Templates: Human Resources\" and the \"Atlassian Templates: Software Development\" templates after I installed them via importing java files exported from the Atlassian Plugin Exchange. After I installed the plugins, I confirmed they were intalled on the User-installed Plugins page. After that, I went to import the templates and there were no templates present to select in the \"import templates\" screen. Currently, I am running Confluence 3.4. Can someone please help?\n\nThanks.\n\n-Steven Seese\n"
} | [
{
"author": "Matt",
"body": "You should be able to navigate to\n\n```\nConfluence Admin | Configuration | Import Templates \n```\n\nSee this video for further details:\n\n<http://screencast.com/t/qak5pXsr>\n\nThat was recorded on Confluence 3.5 so I imagine there is a bug in the version of Confluence you are running?\n\nAre you able to see the 'Default Templates' that are bundled with Confluence available for import under 'Import Templates'?\n",
"comments": null
},
{
"author": "Steven Seese",
"body": "Thanks guys. I am gonna update to 3.5 today, ill let you know if the plugins function properly.\n\n-Steve\n",
"comments": null
},
{
"author": "Azwandi Mohd Aris",
"body": "Steven, it is a known bug in Confluence 3.4 - <https://jira.atlassian.com/browse/CONF-20985>. Try in Confluence 3.4.2 instead.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-do-I-access-the-Human-Resources-Atlassian-template-once-it/qaq-p/345861 | null |
{
"author": "Chris Widget",
"title": "\"Incompatible magic value\" error when adding an external Applet within {html} tags on Confluence",
"body": "I have a page with 3 .JAR attachments. I am trying to execute the applet using this simple code:\n> {html} \n>\n> ```\n> <APPLET CODEBASE=\"http://XXX:12500/download/attachments/7341517/\" ARCHIVE=\"main.jar,controlP5.jar,core.jar\" CODE=\"main.class\" WIDTH=400 HEIGHT=200> </APPLET>\n> ```\n>\n{html} \nThe page displays correctly, but the applet does not run. I get the following error:\n> Java.lang.ClassFormatError: Incompatible magic value 1008813135 in class file main \n> at java.lang.ClassLoader.defineClass1(Native Method) \n> at java.lang.ClassLoader.defineClassCond(Unknown Source) \n> at java.lang.ClassLoader.defineClass(Unknown Source) \n> at java.security.SecureClassLoader.defineClass(Unknown Source) \n> at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source) \n> at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source) \n> at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source) \n> at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source) \n> at java.lang.ClassLoader.loadClass(Unknown Source) \n> at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source) \n> at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source) \n> at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source) \n> at java.lang.Thread.run(Unknown Source) \nException: java.lang.ClassFormatError: Incompatible magic value 1008813135 in class file main \nDoes anyone have any idea what is wrong? Thank you.\n"
} | [
{
"author": "Jim Birch",
"body": "From [http://stackoverflow.com/questions/2390733/incompatible-magic-value-1008813135\\</p\\<\\>\\>](http://stackoverflow.com/questions/2390733/incompatible-magic-value-1008813135%3C/p)\n\n[](http://stackoverflow.com/questions/2390733/incompatible-magic-value-1008813135%3C/p)\n[`0xCAFEBABE` is the usual first 4 bytes of a Java file.\n**1008813135** is `<!DO` in Latin encoding, which is, in all probability, the start of `<!DOCTYPE...`.\nIt is therefore likely the start of a `404 error`, or some other error page from the server\nie. You may be trying to load something that the server doesn't know. Check logs, try to load the jar manually, etc.\n(BTW you might be better off embedding html code in a user macro rather than enabling the html tag, it's a lot safer.)](http://stackoverflow.com/questions/2390733/incompatible-magic-value-1008813135%3C/p)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/quot-Incompatible-magic-value-quot-error-when-adding-an-external/qaq-p/120009 | null |
{
"author": "Victor Hooi",
"title": "Confluence 4.0 - Formatting as Code no longer in dropdown?",
"body": "Hi,\n\nIn Confluence 3.x, I could select a bit of text and then selected it as formatted it as \"Code\".\n\nThe option I have were:\n\n* Paragraph\n* Heading 1 to 6\n* Quote\n* Panel\n* Code\n* Preformatted\n\nHowever, in Confluence 4.0, the formatting options are slightly reduced:\n\n* Paragraph\n* Heading 1 to 6\n* Preformatted\n* Quote\n\nDo we know if Code is going to be added back into the options?\n\nI know you can create a code block macro with {code, however, I personally found the format dropdown a bit quicker to use.\n\nAny thoughts/ideas?\n\nCheers,\n\nVictor\n"
} | [
{
"author": "Jim Birch",
"body": "It's surely coming, the editor is a work in progress at this stage, and things like tables and macros will get the most action. If you want to ensure this is on the radar, and follow the issue, create an issue at [http://jira.atlassian.com/](https://jira.atlassian.com/ \"https://jira.atlassian.com/\").\n\nYou could also try the {{ access to macros, it may be just not on the visual picker.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-4-0-Formatting-as-Code-no-longer-in-dropdown/qaq-p/454394 | [
"code-block",
"format"
] |
{
"author": "Hilary Yothers",
"title": "code snippets in wiki markup",
"body": "My company is currently running 3.3.3 and i am tasked with creating a document that requires code snippets.\n\nHow do you best present code in this version.\n\nI found a macro, but it says that it doesn't export to PDF very well.\n\nDoes anyone have a good solution to this?\n\n(I do know that there is an upgrade in the works, but no one has time to do this at the moment.)\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "The obvious choice is the {code} macro.\n\nA quick test on Confluence 3.3 seems to show it working nicely in both Confluence and a PDF rendition of the page.\n\n\n\nHere's a link to the full image:\n\n<http://yfrog.com/z/kkghlp>\n",
"comments": [
{
"author": "David at David Simpson Apps",
"body": "-- now moved to yfrog. hope it doesn't close soon.\n"
},
{
"author": "David at David Simpson Apps",
"body": "In the example above, I was using the bundled **{code}** macro on a clean installation of Confluence 3.3.\n"
}
]
},
{
"author": "Jon Cotter",
"body": "Which macro did you find. There is more than one. If you are on 3.3.3 you might want to check out the appropriate version of\n\nthe [New Code Macro](https://studio.plugins.atlassian.com/wiki/display/NCODE/Confluence+New+Code+Macro) (1.9.6)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/code-snippets-in-wiki-markup/qaq-p/267370 | [
"code-block"
] |
{
"author": "Alex Church",
"title": "Confluence Macro: Using confluence-content",
"body": "I'm working on a macro that I would like to print the title, an except from and a link to some article (from any space). It is designed to be used on the Dashboard to highlight articles of interest.\n\nGiven the \"confluence-content\" parameter type I assumed this would be easy, and indeed the widget in the macro creator makes searching for and selection an article very easy. But all this seems to pass through is a string in the format \\<space\\>:\\<page\\>. I haven't yet been able to find a way to use this string to actually select the appropriate page and use it the way I would like.\n\nAny suggestions?\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "The string is in format **spaceKey:pageTitle** , so you can access the **Page** object using...\n\n```\nPage page = pageManager.getPage(spaceKey, pageTitle);\n```\n\nUse [dependency injection](http://confluence.atlassian.com/display/CONFDEV/Spring+IoC+in+Confluence#SpringIoCinConfluence-Plugindependencyinjection) to get the **PageManager** object\n",
"comments": [
{
"author": "Alex Church",
"body": "Thanks. I was just using user macros, but have since migrated to using plugins, which provide much more flexibility.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-Macro-Using-confluence-content/qaq-p/40607 | [
"content",
"macro"
] |
{
"author": "Asya Dvorkin",
"title": "embedding multimedia content",
"body": "Hi everyone,\n\nI'm trying to evaluate the software and having issues with embedding media into the wiki.\n\nI'm running confluence CentOS and testing on Mac OS X/Safari browser. For the mp4 format, I get a question mark when I add attachment (using instructions found on <http://confluence.atlassian.com/display/DOC/Embedding+Multimedia+Content>). I uploaded the file to my server (and I can play it successfully by going directly to <http://www.site.com/file.mp4>). I've tried using macro widget and I'm getting some type of a two wheels icon.. sorry, not sure what it's called.\n\nIf I simply upload a file and try to look at it in the attachments tab, I still get a quicktime question mark....\n\nPretty much, we have bunch of podcasts (in mov, avi or mp4 formats) that we need to embed into a wiki.\n\nI would appreciate any pointers or ideas.\n\nThank you,\n\nAsya\n"
} | [
{
"author": "epohl",
"body": "You'll definitely want to use the multimedia macro for this. Also, to get it to work right (and show player controls) you need to make sure to add an appropriate width and height in the macro. If you're uploading HD video, here is a nice little calculator to help you get an appropriate size: <http://size43.com/jqueryVideoTool.html>\n\nFinally, MP4 works SOMETIMES in Firefox, but not always. I put a note at the top of the page to let users know that other browsers work better and also use the attachments macro below the player so that Firefox users can click the attachment link to view the video.\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "I've noticed this too in the {multimedia} macro. WebKit based browsers worked fine, but Firefox doesn't like mp4 format.\n",
"comments": null
},
{
"author": "Colin Goudie",
"body": "What version of confluence are you running? It's possible the issue is your browsers plugin or lack of.The multimedia tag in 3.5 should work. See <http://confluence.atlassian.com/display/DOC/Embedding+Multimedia+Content>\n",
"comments": [
{
"author": "Asya Dvorkin",
"body": "Thank you for responding. I'm running 3.5.5 and it seems i went through all requirements. I will go over them again....\n"
},
{
"author": "Asya Dvorkin",
"body": "Thank you for responding. I'm running 3.5.5 and it seems i went through all requirements. I will go over them again.... Also, if i just go to the website directly http://www.site.com/file.mp4, it plays perfectly...\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/embedding-multimedia-content/qaq-p/274176 | null |
{
"author": "Jennifer S",
"title": "Table of contents while using include macro",
"body": "Hello, I am building a page made of content entirely generated by include macros. Is it possible to have a standard table of contents when the entire page is built this way? We are generating a table of contents in very odd formats and the links do not direct the user to the right heading on the page. Would really appreciate the help! Thanks!\n"
} | [
{
"author": "twong_atlassian",
"body": "I do believe that this is an instantiation of this reported bug:\n\nhttps://jira.atlassian.com/browse/CONF-3844\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Table-of-contents-while-using-include-macro/qaq-p/368517 | null |
{
"author": "Peter Al",
"title": "Character reference \"\" is an invalid XML character.",
"body": "Hi, I got above error when I use XmlRpcClient. Here is the way to reproduce on confluence 3.5.7:\n\n1. Add a page (with title contains char \"\" , e.g. \"Test page I subbed it\") to a space; \n2. Pass the space key and other parameters to following function: \n\npublic Object call(String username, String password, String spaceKey, URL serverURL) \n{ \nObject obj=null; \ntry \n{ \nXmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl(); \nconfig.setServerURL(serverURL); \nXmlRpcClient client = new XmlRpcClient(); \nclient.setConfig(config); \nObject\\[\\] parameters = new Object\\[\\]{username, password}; \nString token = (String) client.execute(\"confluence1.login\", parameters); \nVector\\<Object\\> args = new Vector\\<Object\\>(); \nargs.add(spaceKey); \nargs.add(0,token); \nobj = client.execute(\"confluence1.getPages\", args); \n} \ncatch (XmlRpcException xe) \n{ \nxe.printStackTrace(); \n} \nreturn obj; \n} \n\nthen you will get following calling stack:\n\n06/07/2011 10:27:35 \\[6\\] org.apache.xmlrpc.client.XmlRpcClientException: Failed to parse server's response: Character reference \"\\\" is an invalid XML character. \n06/07/2011 10:27:35 \\[6\\] at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:180) \n06/07/2011 10:27:35 \\[6\\] at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:148) \n06/07/2011 10:27:35 \\[6\\] at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:115) \n06/07/2011 10:27:35 \\[6\\] at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:69) \n06/07/2011 10:27:35 \\[6\\] at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:56) \n06/07/2011 10:27:35 \\[6\\] at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:167) \n06/07/2011 10:27:35 \\[6\\] at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:158) \n06/07/2011 10:27:35 \\[6\\] at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:147)\n\nHow to resolve this problem?\n\nThanks in advance!!!\n\nPeter\n"
} | [
{
"author": "Laura Kolker",
"body": "\\ is a control character. Control charcters are not legal xml, and confluence's parser is not going to be able to handle it. So, uploading content with this sort of character using the remote api is not going to work. You'll have to excise the character from your content if you are using the remote api. \n\nSee also: \nhttp://lists.xml.org/archives/xml-dev/199804/msg00502.html \nhttp://stackoverflow.com/questions/404107/why-are-control-characters-illegal-in-xml\n",
"comments": [
{
"author": "Peter Al",
"body": "Hi Laura, Thanks a lot for your reply! I know \\ is a control char, but question is: Confluence allows control char in page title and provides an API method \"getPages\" which could NOT return correct results in this case. Do you know any other ways that \"getPages\" could be used successfully in this case? Your help is greatly appreciated.\n\nBest wishes,\n\nPeter\n"
}
]
},
{
"author": "Qualcomm Support",
"body": "here is one post which may help you to find control charectors :\n\nfor my case i could able to figure out the control charectors with the help of notepad++\n\n<https://studio.plugins.atlassian.com/wiki/display/UWC/UWC+F.A.Q.> :\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Character-reference-quot-26-quot-is-an-invalid-XML-character/qaq-p/44155 | [
"validation",
"xml",
"xml-rpc"
] |
{
"author": "Dirk Bromberg",
"title": "Using one Confluence Space by Artefact Version or one per Artefact",
"body": "Hi,\n\nwe plan to use Confluence for Software Documentation.\n\nIs it better to use it like Atlassian Style: One Space per Artefact Version.\n\nOr is it better to use a Space per Artefact and then add all Versions to this Space?\n\nCreating a new Version by copying an old subtree...\n\nIs there a good documenten way for beginner? Video? Tuturial? Book?\n\nThanks!\n\nDirk\n\nNext Step after Documentation an Requirements in Confluence is Setup of JIRA....\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "The answer is likely \"it depends\". Whatever works best for you.\n\nHaving said that, Atlassian's usage, where they copy the space for the next version does seem to be a good example.\n\nOne space per version means that any search within a single space (if you're using the space specific search box in the Documentation theme) is guaranteed to be specific to that version (assuming the documentation is correct).\n\nAlso, if you have all versions in a single space, you can't have multiple pages with the same title. This may prove to be a problem.\n",
"comments": null
},
{
"author": "Dirk Bromberg",
"body": "I'think we will start with one space per version. Thanks.\n",
"comments": null
},
{
"author": "Dirk Bromberg",
"body": "Hi David,\n\nthanks for this answer.\n\nIs there a simple way to search over all spaces?\n\nThanks.\n",
"comments": [
{
"author": "David at David Simpson Apps",
"body": "@Dirk Bromberg: Do you mean *all* spaces, or all spaces for your product's versions?\n\nThe former is easy (try the search in the breadcrumb/header bar).\n\nThe latter, is also achievable -- try this [search for \"Upgrade\" in 2 Confluence spaces](http://confluence.atlassian.com/dosearchsite.action?queryString=%28ancestorIds%3A1556+OR+ancestorIds%3A236588137%29+AND+upgrade+notes&where=JIRA&type=&lastModified=&contributor=&contributorUsername=). You'd like need to make your own user macro to get a decent form displayed.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Using-one-Confluence-Space-by-Artefact-Version-or-one-per/qaq-p/767 | null |
{
"author": "Ruben van der Steenhoven",
"title": "Scaffolding and TOC",
"body": "Hi, \n\nwe're using scaffolding to create standardized pages. \nIn these pages we use textareas, so the user cannot easily forget certain subjects. \nThe last of these texareas is for the user to add his/her own subjects, so i cannot use Headings outside this textarea in that case. \n\nWe've noticed that Headings embedded in a textarea aren't included in the TOC. \n\nDo you know/have a solution for this?\n\n(we're using Confluence v3.5.6 and Scaffolding v3.4.2)\n"
} | [
{
"author": "David Peterson",
"body": "Hi Ruben,\n\nI did a quick test an was able to replicate the problem. It seems that the {toc} macro is caching the TOC (which is a good thing, since generally the layout doesn't change, and it saves it from having to render the whole page twice every time you view it), however it's not updating the cache when Scaffolding data is saved.\n\nI'm not sure if this is due to Scaffolding not sending out the correct event when it updates the page, or if it's something in TOC, or both, however there is a workaround. Simply add '?refresh=true' to the URL to force the TOC to refresh after you save a Scaffold page. Not ideal, but it's the best I've got at the moment.\n\nIt may also be worth raising an issue for Scaffolding (<https://greenhouse.customware.net/jira/browse/SCAFF>) and/or the TOC (<https://studio.plugins.atlassian.com/browse/TOC>).\n\nHope that helps!\n\nDavid Peterson\n",
"comments": [
{
"author": "Ruben van der Steenhoven",
"body": "This pointed me in the right direction, what i did as a workaround until the root problem is fixed is this:\n\nI created a usermacro {kvk-refresh} which contains following code:\n\n\\<a href=\"$content.getUrlPath()?refresh=true\"\\>$body\\</a\\>\n\nNext, i added a call below my TOC heading in the scaffold like this:\n\nh1. TOC \n{kvk-refresh}(update TOC){kvk-refresh} \n{toc:style=disc\\|indent=20px} \n\nAt least for now we're safe, i will file an issue for Scaffolding.\n"
}
]
},
{
"author": "twong_atlassian",
"body": "I don't actually know how scaffolding works (I haven't examined the customware code), but I do believe that it relies on some mechanism of \"including a page,\" which means you're probably running into a variation of https://jira.atlassian.com/browse/CONF-3844\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Scaffolding-and-TOC/qaq-p/150276 | [
"scaffolding",
"table-of-contents"
] |
{
"author": "Alexander Shapovalov",
"title": "Short text from blog on Dashboard",
"body": "Hello All!\n\nPlease help me, is there any way to show short information (ex: several words or more) of each blog that is on dashboard.\n\nFor example I can see comments, but no information about blogs only summary on dashboard.\n\nConfluence version: 3.5.4.\n"
} | [
{
"author": "Penny Wyatt (On Leave to July 2021)",
"body": "There is indeed.\n\n1) Go to Administration-\\>General Configuration-\\>Site Configuration-\\>Edit\n\n2) Set the \"Site Welcome Message\" to the following wiki markup:\n\n```\n{blog-posts:7|content=excerpts|space=@global}\n```\n\nFull documentation for this macro can be found at <http://confluence.atlassian.com/display/DOC/Blog+Posts+Macro>\n",
"comments": [
{
"author": "Alexander Shapovalov",
"body": "Good! Thank you, it's almost what I want, but I want to see it in All Updates list if possible.\n\nIs it possible?\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Short-text-from-blog-on-Dashboard/qaq-p/394224 | null |
{
"author": "praveen Indupuri",
"title": "Does Confluence expose's any services/Web services to expose a Content in Confluence?",
"body": "Hi, \n\nWe have an requirement to show confluence data on to our portal. We dont want to do that using export or import of content. Is there any way we can access the content dynamically? \n\nPlease let us know. \n\nThank you! \n\nPraveen\n"
} | [
{
"author": "Bob Swift (personal)",
"body": "[Confluence Command Line Interface](https://studio.plugins.atlassian.com/wiki/display/CSOAP) can you used to find and render pages for use in external sites.\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "Confluence has remote APIs that would enable you to do this.\n\nCheck out the documenation page: [Remote API Specification](http://confluence.atlassian.com/display/CONFDEV/Remote+API+Specification)\n",
"comments": [
{
"author": "David at David Simpson Apps",
"body": "I believe that for example the University of Bath use this approach in surfacing content from [their wiki](http://wiki.bath.ac.uk/) in their portal.\n"
}
]
},
{
"author": "Martin Cooper",
"body": "Depending on your portal, you may be able to use the confluence gadgets which follow the opensocial standard so can be used on any compliant portal i.e. igoogle\n\n<http://confluence.atlassian.com/display/DOC/Configuring+Confluence+Gadgets+for+Use+in+Other+Applications>\n\n<http://confluence.atlassian.com/display/DOC/Confluence+Gadgets>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Does-Confluence-expose-s-any-services-Web-services-to-expose-a/qaq-p/357162 | null |
{
"author": "Emily Johnson",
"title": "Find and Replace?",
"body": "Hi,\n\nWe are changing the name of one of our products, and I need to do a find and replace in our knowledge base. (Doing this by hand would be kind of ridiculous.) I'm not finding any options---does anyone else know how to do it? This plugin (<https://studio.plugins.atlassian.com/wiki/display/CGSR/Confluence+Global+Search+and+Replace+Plugin>) is not updated to Confuence 3.5.\n\nThanks!\n\nEmily\n"
} | [
{
"author": "Thomas Krug",
"body": "I am doing search and replace with the the Confluence Command Line Interface\n\n<https://studio.plugins.atlassian.com/wiki/display/CSOAP/Confluence+Command+Line+Interface>\n\nusing the 'getPageList', 'getPageSource' and 'storePage' actions.\n\nUtilizing this within a shell script you can export the pages to plain text files, perform the search and replace using tools like UltraEdit and push them back to confluence again.\n",
"comments": [
{
"author": "Emily Johnson",
"body": "Thank you Thomas, but I don't think I have access to the command line because we've got a hosted instance. :( Maybe I can get support to do this though\n"
},
{
"author": "Jeremy Largman",
"body": "Hi Emily,\n\nThe Remote API is open on hosted instances (or it should be, if you request it!). You also have admin access and can enable the remote API. You should be able to run a find and replace script that way, with full programmatic logic to make sure you don't make any mistakes. That is, you can output everything in a report for manual inspection first then run the replacement.\n"
}
]
},
{
"author": "Jim Birch",
"body": "You can find the pages by running with the sql script against the database (if that's your kind of thing.) Even if you edit in Confluence this will give you the scope.\n\nIt's also possible to edit via sql but not recommended, you must **take a backup(!)**, stop Confluence, run update, then reindex on restart. In addition to the command line interface, the webDAV interfce could also be used (if it still works.)\n>\n> ```\n> -- Query to locate current pages containing a specified string-- Jim Birch 2011.01.28select -- top 100 s.spacekey, c.TITLE, c.CREATOR, c.LASTMODIFIER, c.LASTMODDATE --, bc.body from dbo.CONTENT cjoin dbo.BODYCONTENT bcon c.CONTENTID = bc.CONTENTID-- note: spaceid is null on old page versions so join on-- space id selects only current pages. Nice.join dbo.SPACES son s.SPACEID = c.SPACEIDwhere bc.BODY like '%productname%' order by s.spacekey, c.title\n>\n> ```\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Find-and-Replace/qaq-p/350931 | null |
{
"author": "Anthony Dotson",
"title": "Any plans on adding discussion threads to Confluence?",
"body": "As an org we use Confluence fairly heavy...was wondering if you guys had any plans to add Discussion Threads as a first class content type to your system?\n\nThanks,\n\nAnthony\n"
} | [
{
"author": "ITops123",
"body": "I don't know about Confluence's plans but the Adaptavist Community Bubbles plugin works pretty well for discussion threads in communities.\n\n<https://www.adaptavist.com/display/Bubbles/Forums>\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Any-plans-on-adding-discussion-threads-to-Confluence/qaq-p/350041 | null |
{
"author": "YinKee Yee",
"title": "Migrating Teamforge wiki to Confluence",
"body": "Hi,\n\nWe would like to migrate our existing TeamForge Wiki project to new Confluence space. Do you know any success stories in the past where someone able to use the universal wiki converter to achieve this task?\n\nThanks,\n\nYinKee\n"
} | [
{
"author": "Matt",
"body": "Hi Yinkee - I've not come across any myself. I'd suggest emailing Laura Kolker who develops the UWC - [email protected]\n",
"comments": null
},
{
"author": "tao sun",
"body": "Hi Yinkee,\n\nWe are in the situation now. I am trying to send the email to Laura but her email is invalid. Would you mind sharing some good news? \nTom\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Migrating-Teamforge-wiki-to-Confluence/qaq-p/96295 | [
"universal-wiki-converter"
] |
{
"author": "Yasushi Shiba",
"title": "Organizing Spaces on the Dashboard. (e.g. Folder to group spaces would be nice)",
"body": "Dear all,\n\nOn Confluence, I have 50+ spaces and also use \"favorite\" tab to select the most used ones. But the admin has 100+ spaces and it is very difficult to navigate to different spaces, if you don't remember the actual names of spaces.\n\nIs there additional tabs (to Favorite and Global), or a plan for a new feature to have folders containing spaces in the \"Globa\" tab? It would be very helpful, I believe.\n\nI use version 3.3.1.\n\nThank you for your support, as always.\n\n- Yan\n"
} | [
{
"author": "Matt",
"body": "In Confluence 3.5 we shipped the Space Directory which allows you to group Confluence Spaces by category. [See here](http://confluence.atlassian.com/display/DOC/Viewing+All+Confluence+Spaces#ViewingAllConfluenceSpaces-ViewingSpacesintheSpaceDirectory) for more details.\n\nYou may also want to check out the [Subspace Plugin](https://plugins.atlassian.com/plugin/details/194):\n> The plugin provides functionality to organize spaces hierarchically in spaces and sub-spaces\n\nThe [RefinedWiki Original Theme](https://plugins.atlassian.com/plugin/details/15231) also allows you to organize spaces in a hierarchy.\n",
"comments": [
{
"author": "David Keaveny",
"body": "The [Spacetree plugin](https://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CDIQFjAA&url=https%3A%2F%2Fmarketplace.atlassian.com%2Fplugins%2Fcom.simplenia.confluence.plugins.spacetree&ei=qHJJUJKgLKmViAf_v4HgDQ&usg=AFQjCNGWxrh93zaVzT9-AEKZLV6_DLXl6A) also allows you to achieve this.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Organizing-Spaces-on-the-Dashboard-e-g-Folder-to-group-spaces/qaq-p/250983 | [
"organization",
"space"
] |
{
"author": "ITops123",
"title": "Team Calendar macro not appearing",
"body": "I have recently installed the Team Calendar plugin. After uninstalling the old calendar plugin, I am able to see My Calendars and add new calendars in My Calendars.\n\nI can also see the Team Calendar macro in the macro browser but the wiki is not recognizing it.\n\n* Confluence 3.5.1\n* We have a RefinedWiki theme applied\n* License is up to date\n\nBefore I log an issue, I am wondering if anyone has any insight on why this macro isn't working for me? I can't figure out whether I should log the issue with RefinedWiki or Confluence.\n"
} | [
{
"author": "DavidA",
"body": "It looks like a the problem we've seen with some configurations - could you please contact our support team at <https://support.atlassian.com>?\n",
"comments": null
},
{
"author": "hsuhailah",
"body": "When you mentioned that the wiki was not recognizing it, what was the error displayed? Have you made sure that the correct base URL has been configured in Confluence Admin \\> General Configuration?\n",
"comments": null
},
{
"author": "Ron Dinwiddie",
"body": "I have this exact same issue. I put in a ticket with support. Glad I'm not the only one.\n",
"comments": null
},
{
"author": "DavidA",
"body": "It looks like a the problem we've seen with some configurations - could you please contact our support team at [https://support.atlassian.com?\\</p\\<\\>\\>](https://support.atlassian.com?%3C/p)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Team-Calendar-macro-not-appearing/qaq-p/117206 | [
"calendar"
] |
{
"author": "Steve Goldberg",
"title": "How can I get a list of users in a group along with the fields in their profile?",
"body": "We have clients who use our Confluence and we ask all of them to put their company name into their department. It would be great if someone (please!) could write a macro that would print a list of users in a specific groups (e.g. 'client') along with what they have entered for the 'department' field.\n\nCould anybody help?\n"
} | [
{
"author": "Stefan Kohler",
"body": "Would the [Mugshot Plugin](https://plugins.atlassian.com/plugin/details/35064) work in your situation? I wrote it once with more or less the same usecase.\n",
"comments": [
{
"author": "Steve Goldberg",
"body": "Well my goodness, Stefan, that'll definitely do for the time being. Ideally - *IDEALLY -*I would love for it to be in a table (even a table-plus) where I can easily organise the information but that plugin is certainly very useable.\n\n<br />\n\nThank you so much!\n"
},
{
"author": "Andrei [errno]",
"body": "are therre any performance impications for large groups (as userlister macro has)?\n"
}
]
},
{
"author": "Matthew J. Horn",
"body": "If you work with the SQL plugin, you can get at the values directly from the database. It was pretty difficult to find this info: it's actually stored in the OS_PROPERTYENTRY table, with the \"department\" being defined not as a column but as a string value in the entity_key column. The key in this table matches up with the user entity in the content table, so you'd have to do some fancy SQL to get user and group info, but it can be done.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-can-I-get-a-list-of-users-in-a-group-along-with-the-fields/qaq-p/260810 | [
"department",
"macro",
"profile",
"user"
] |
{
"author": "IT KnowledgeSystemsManagement",
"title": "Attachment Size Limits",
"body": "Recently we have had one of our users request a limit increase for attachements in our confluence install. Has anyone experienced any issues with attachments in the 300MB and up range?\n\nIs there an upper limit before DB storage becomes a problem?\n"
} | [
{
"author": "Jim Birch",
"body": "I'd be **careful** about allowing attachments bigger than 10 Mb - it imposes discipline on users. To mitigate this we have we temporarly increase the limit *on request* for valid purposes.\n\nWhere have had a few cases of really big files - eg, 200 Mb training videos - we use the tomcat sever rather than Confluence to handle them.\n\nCreate a directory under the the Confluence app directory eg **\\\\confluence-3.4.9-std\\\\confluence\\\\bigfiles** Grant access to selected users to put the big files files there.\n\nThe files can them be linked via a confluence url, eg, **http://confluence.ourcompany.local/bigfiles/x.txt** or via a link on a Confluence page like **//bigfiles/x.txt** (in square brackets)\n\nIf you want to go one stop further you can use a directory outside the Confluence structure, see eg <http://gandhim.wordpress.com/2008/01/31/tomcat-55-virtual-directory/> We didn't bother with this because we add the big files ourselves and we trust ourselves. Content type controls are also possible to prevent server side executables from being added.\n\nPros\n\n* Fast serve. Files are not triple served, SQL -\\> Confluence -\\> tomcat\n* Fast upload via file system.\n* Not stored in SQL Server\n* Not indexed\n* Can embed like external content\n\nCons\n\n* Outside the \"system\"\n* Not indexed, or searchable\n* Need to move directory on upgrade\n* No automatic pickup of files in the editor\n* Security risk if you don't trust the content/provider since server side executables could be added.\n* Upload complexity. If occasional could be an admin task.\n* Difficult to do external upload\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "I'm sure you've got your reasons, but I can't help thinking that this is just **a bad idea**. If this is a popular download it will have a negative effect on the performance.\n\nUploading a 300MB+ file through a web browser is unlikely to be fruitful. Admittedly you could try using WebDAV, which will work but that doesn't have the greatest user experience.\n",
"comments": [
{
"author": "David at David Simpson Apps",
"body": "Also the default setting is just 10MB -- somewhat meagre in comparison to your requirements.\n"
},
{
"author": "IT KnowledgeSystemsManagement",
"body": "Thanks for the followup David.\n\nOur requirement is from our userbase and seen as a ligit business reason.\n"
}
]
},
{
"author": "m@",
"body": "There may be an upper limit imposed by your database but its going to be so big that I doubt its going to be a problem.\n\nConfluence is not going to handle large attachments perfectly, so you may need to tweek settings to disable indexing (for example) for these kinds of files.\n\nTo increase the attachments size you go to the general configuration screen in your administration section and edit the \"Attachment Maximum Size\" property.\n",
"comments": null
},
{
"author": "Colin Goudie",
"body": "By default the attachment data is stored on the filesystem. However indexing and accessing this would of course be affected. I do recall though that Sony were storing Blue Ray images in theirs. Not sure how true that is\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Attachment-Size-Limits/qaq-p/94200 | [
"attachment"
] |
{
"author": "Padmashri Ragavendaran",
"title": "Confluence NTLM Soap Proxy Error",
"body": "Whenever we login to the server where our confluence is installed, we are getting the error as attached in the screenshot.\n\nI guess the issue may be with Sharepoint Connector Plugin.\n\nKindly let me know your thoughts to resolve this problem.\n\nIt relates to the issue :https://support.atlassian.com/browse/CSP-63500\n"
} | [
{
"author": "Joe Clark",
"body": "Hi Padmashri,\n\nIt looks like your screenshot did not show up correctly in the question, but I have had a look at the referenced support issue and have a few options for you to try.\n\nThe Confluence NTLM Soap Proxy is a stand-alone web server process that Confluence uses in order to peform NTLM and Kerberos authentication against SharePoint.\n\nFirstly, if you are not having any problems running the SharePoint integration in Confluence, the most likely cause of this error is that the plugin has gotten confused during an upgrade and there are now *two* versions of SimpleSoapProxy.exe running on the Confluence server. They both try and listen on the same TCP socket, so one of them crashes with an error.\n\nCheck your task manager on the Confluence server and look for multiple instances of \"SimpleSoapProxy.exe\". If there is more than one, manually kill both process and then disable and re-enable the SharePoint Connector plugin in Confluence. This should get the plugin's external process management back in sync.\n\nIf there is only one (or none) SimpleSoapProxy.exe running, check to make sure that something else isn't listening on the same port used by the proxy:\n\nFrom a command prompt, run command \"netstat -a\" and look for entries in the list that have a local address listening on \"0.0.0.0:56000\". If there is something listening on this port, you will need to update the SharePoint Connector to use a different port for the proxy. You can do this by accessing the admin page (<http://your-confluence-server/admin/sharepoint-admin/proxy-admin.action>) and changing the \"Listen Port\" value.\n\nAlso, make sure you have the .NET Framework 2.0 installed on your Confluence server. :-)\n",
"comments": null
},
{
"author": "Padmashri Ragavendaran",
"body": "Hi,\n\nThanks a lot for your suggestions.\n\nI checked for the simplesoapproxy.exe from task manager. There was only one.\n\n'netstat -a' returns one result which is listening to 56000.\n\nBut, one thing struck me.\n\nActually there are 2 confluence instances running on this server.\n\nWhen i checked for the [admin/sharepoint-admin/proxy-admin.action](http://your-confluence-server/admin/sharepoint-admin/proxy-admin.action) from both the confluence instances, both are pointing to the port 56000.\n\nPlease suggest how to proceed next.\n\nJust changing the port in one instance from 56000 to 5600x will solve the problem?\n\nThank You.\n\nNow, I have changed the port to 56001 in one instance.\n\nAfter that, I am able to see 2 simplesoapproxy.exe in task manager and netstat -a command gives 4 results which are pointing to the ports 56000 \\& 56001 as below..\n\n**TCP mchwiconffe01:56000 mchwiconffe01.euce.corp.bshg.com:0 LISTENING** \n**TCP mchwiconffe01:56001 mchwiconffe01.euce.corp.bshg.com:0 LISTENING** \n**TCP mchwiconffe01:56000 mchwiconffe01.euce.corp.bshg.com:2619 ESTABLISHD** \n**TCP mchwiconffe01:56000 mchwiconffe01.euce.corp.bshg.com:2630 ESTABLISHD**\n\n<br />\n\nI am little bit confused here. Please clarify.\n",
"comments": [
{
"author": "Joe Clark",
"body": "Ah, I see. If you have two Confluence instances on your server, and they both have the SharePoint plugin installed, you will need to update the listen port on at least one of the Confluence servers to something other than 56000.\n"
},
{
"author": "Padmashri Ragavendaran",
"body": "Sure. I will change to someother port and test the behavior again. :-)\n"
},
{
"author": "Joe Clark",
"body": "What you can see now in netstat is fine! There are two instances of SimpleSoapProxy running on your Confluence server (one for each Confluence instance running), both listening on a separate port. \n\nESTABLISHED means that there is an active connection from Confluence to SimpleSoapProxy at the current point in time. \n\nLISTENING means that the SimpleSoapProxy will currently accept new connections. \n\nAre you having any other problems? Please accept an answer as correct if you are satisified :)\n"
},
{
"author": "Padmashri Ragavendaran",
"body": "Thanks a lot, for the explanation.\n\nNow, i dont see the problem in the server.\n\nThanks,\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Confluence-NTLM-Soap-Proxy-Error/qaq-p/218357 | [
"sharepoint"
] |
{
"author": "Klaus Feldmann",
"title": "how to grant time-limited access only to confluence ? time-permission",
"body": "for a certain number of users we plan to grant only a limited time of working hours wherein employees can access confluence.\n\nDoes anyone has an basic idea of how such a task could be achieved.\n\nI think a user would still need to log in to check time-permission but to redirect him to a \"timeout message page\" with no further access instead of entering dashboard.\n\nYour ideas and suggestions are appreciated.\n\n---- \nUpdate 8. Jul. 2011\n\nThanks for all of your suggestions until now. I did some testing with reporting-plugin meanwhile. My setup is now as follows:\n\nAn employee becomes a member of a timeout-group. I check this group membership on a global bases and I did set a time-frame which will be checked against global time. If the user belongs to this group and he is not within this time-frame, he will be redirected to a specific page that shows a timeout message and than redirects this user again to the log-out page.\n\nThis works now for working hours and for saturdays and sundays. I would need to embed a calendar to get a fully working version of this setup, because I would need to embed all kinds of holidays too -- quite complicated.\n\nMay you have more suggestions of how to achieve such a task.\n"
} | [
{
"author": "Stefan Kleineikenscheidt _K15t_",
"body": "Imho the most straight forward way would be a servlet-filter. That filter checks whether the user is allowed to use confluence at that time and redirect the user to a page about the usage restrictions.\n",
"comments": [
{
"author": "Klaus Feldmann",
"body": "OK -- would I need to program a plug-in using a servlet-filter or is there anything available that just needs to be modified?\n"
},
{
"author": "David at David Simpson Apps",
"body": "This would be custom development.\n"
},
{
"author": "Stefan Kleineikenscheidt _K15t_",
"body": "As David says, I am not aware of any plugin which already does that. (Unless the Adaptavist guys have something in their magic hat ;-)\n"
}
]
},
{
"author": "Klaus Feldmann",
"body": "We solved this meanwhile by training the personnel in entcroachment or violations of copyright and its consequences and limited access to certain spaces -- but NSA made us aware of that there is no working data security excisting, so we have to trust our personnel and get rid of those we cant trust.\n",
"comments": null
},
{
"author": "Jim Birch",
"body": "You should be able to script external timed batched processes to add and remove users from groups (etc) using the [Confluence Command Line Interface](https://studio.plugins.atlassian.com/wiki/display/CSOAP/Confluence+Command+Line+Interface) tool. (I have not tried it...) \n\nThis could block their login totally or restrict them to (say) a single read-only space.\n",
"comments": [
{
"author": "Laura Kolker",
"body": "That seems like it might be a bit of a dodgy plan if you have a large number of users you were bouncing between groups on a twice daily basis.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/how-to-grant-time-limited-access-only-to-confluence-time/qaq-p/243263 | [
"permission"
] |
{
"author": "AlexH",
"title": "Disable indexing in Confluence",
"body": "We've replaced the built-in confluence search with a Google Search Appliance that we've customized to produce better (for us) search results and we've been using Confluence that way for a couple years now.\n\nSince we're not using the built-in search to search for any type of content, would it make sense to completely disable the indexing tasks to save system resources? Or are there other features (such as macro autocomplete) that rely on the indexes to function properly?\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "So many aspects of Confluence require content indexing with Lucene. e.g. link automcompletion in the rich text editor, the contentbylabel macro and more.\n\nUnless you've also replaced this functionality, disable indexing and all this rich functionality is likely to stop working.\n",
"comments": [
{
"author": "David at David Simpson Apps",
"body": "@Alex Holtz: Did this help? If so, please vote/mark as answered. Otherwise comment some more :)\n"
},
{
"author": "AlexH",
"body": "Interesting... didn't get any email notification that this post had been updated, that is until your comment a few hours ago.\n"
},
{
"author": "David at David Simpson Apps",
"body": "@Alex Holtz: It looks like there's a bug in email notifications - see [ANSWERS-117](https://jira.atlassian.com/browse/ANSWERS-117 \"ANSWERS-117\").\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Disable-indexing-in-Confluence/qaq-p/125794 | null |
{
"author": "Dave Puttock",
"title": "Forum move",
"body": "In the old forum it tells me that it will only be live for another week and then the questions will move to this forum. But when I did a search I found loads in the old forum that is not in this one, so obviously this is just a continuation and does not contain the original content. My question is where is the old content going? will it be searchable where it is or will it disappear.\n"
} | [
{
"author": "Jobin Kuruvilla [Adaptavist]",
"body": "As per Atalassian, old forums will stay read only for some time and they are not planning to close it down soon. I hope they won't close it down at all but no plans in the near future anyways!\n\nThey won't be moving those questions to answers is what I understood, not if they are not asked again here!\n",
"comments": [
{
"author": "Nic Brough -Adaptavist-",
"body": "At first, Atlassian people asked and answered a number of the very popular and common questions, presumably to pre-load Answers with a body of knowledge to get it started.\n\nI was hoping to see something with a bit more \"have you seen this previous question\" or improved searches in Answers, because the forums suffered from a significant chunk of \"new\" questions that had already been answered and a lot of answers were \"see this older post\" (and the temptation to just say \"try the forum search\" was very strong at times), but it's not improved.\n"
},
{
"author": "Jeremy Largman",
"body": "We've fixed a couple search bugs so far, and we definitely want to continue to improve search. The parent issue for search improvements is [ANSWERS-87](https://jira.atlassian.com/browse/ANSWERS-87).\n"
},
{
"author": "JamieA",
"body": "Agree with Nic. People seem to be using this exactly as the old forums. Some users are definitely not clued up for this either.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Forum-move/qaq-p/286394 | [
"community"
] |
{
"author": "Wayne Cheng",
"title": "Replicating collapsible list functionality used by pagetree macro in Confluence Documentation Theme Navigation",
"body": "Hi,\n\nI am using the Confluence Documentation Theme and would like to append multiple links that go directly to anchors within various Confluence pages. However, these should be nested and collapsible similar to the pagetree macro that the navigaton uses in this theme.\n\nIs this possible or is there a similar collapsible list that I can use within the navigation after the pagetree macro? We are using Confluence 3.5.6.\n\nThanks.\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "I'd do the following...\n\n* Create a simple macro based on wrapping a normal nested list in a div,\n* Include a jQuery tree view plugin e.g. [Simple jQuery Expand/Collapse Unordered Lists](http://www.milaju.com/post/simple-jquery-expandcollapse-unordered-lists)\n* Edit the theme config page for your space \\& include your new macro\n\nI'd image the syntax to be...\n\n```\n{treeview}\n* [link1]\n** [link1a]\n** [link1b]\n* [link2]\n** [link2a]\n{treeview}\n```\n\n...or something similar\n",
"comments": [
{
"author": "Wayne Cheng",
"body": "This sounds like a fair workaround. Thanks.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Replicating-collapsible-list-functionality-used-by-pagetree/qaq-p/169455 | [
"documentation-theme"
] |
{
"author": "Yasushi Shiba",
"title": "Would like the labels to be on top of pages instead of the bottom. Is this possible?",
"body": "Hello.\n\nI'm a newbee on the forum but I've been using Confluece for 2+ years.\n\nIs this possible? I would like this since we put the status/condition of a page in the label and the pages could be very long and we would like to avoid scrolling down (which can take time) to find the labels.\n\nIt seems currently not possible. How shoud I proceed?\n\nThank you for your support.\n\nBest regards,\n\nYan\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "Browse to:\n\n```\nConfluence Administration | Look & Feel | Layouts\n```\n\nin the **Content Layouts** section, edit **Page Layout**.\n\nMove this line:\n\n```\n#parse (\"/labels/labels-editor.vm\")\n```\n\n...below this line:\n\n```\n#parse (\"/decorators/includes/page-metadata.vm\")\n```\n\nThat's it. If you're using a custom theme, then you'll need to edit the **page.vmd** file in your theme.\n",
"comments": [
{
"author": "Colin Goudie",
"body": "Yan, checkout the link to **Layout** in the space's **Space Admin**. You can do it there as well I think\n"
},
{
"author": "Yasushi Shiba",
"body": "Dear David et all,\n\nThank you very much for the quick answer (amazing speed!)\n\nI was hoping that the change could be made in a particular space only (the theme type of \"Document\"), not the whole server. (as a slight change could \"shock\" the 100's of other users). Is this possible?\n\nThank you again.\n\n- Yan\n"
},
{
"author": "David at David Simpson Apps",
"body": "I think you can only change it in...\n\n```\nSpace Administration | Look and Feel | Layout\n```\n\n...if you're using the default theme.\n\nOtherwise, you get a message like this:\n\n\"You can not customise the site look and feel while a theme is active. You must first disable the currently configured theme.\"\n\nIf that's no good, the a custom theme containing just an edited version of **page.vmd** is the way forward.\n"
},
{
"author": "Colin Goudie",
"body": "I think if the global theme is the 'default Confluence theme' then you can edit it it also in Spaces. I haven't tested it, but I would assume then that this only affects that space, but ..... maybe not\n"
}
]
},
{
"author": "Colin Goudie",
"body": "I'd think you'd need to download the documentation theme plugin, make your chnages, rebuild and install in your instance\n\n<https://studio.plugins.atlassian.com/source/browse/DOC>\n",
"comments": [
{
"author": "Terence McGhee",
"body": "Thank you very much.\n"
}
]
},
{
"author": "Colin Goudie",
"body": "What theme are you using? If you are using the 'default theme' you can adjust the page layout by going to Admin-\\>Look and Feel-\\>Layouts\n\nYou edit the Page Layout under Content Layouts. You'll see where the body is defined and you can move the label related markup above it.\n\n```\n<div class=\"wiki-content\">\n $body\n</div>\n\n#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title\n$trackbackUtils.getPingUrl($page))\n\n#parse (\"http://wiki.tributech.com.au/admin/viewdefaultdecorator.action?decoratorName=/labels/labels-editor.vm\")\n```\n",
"comments": [
{
"author": "David at David Simpson Apps",
"body": "Ha! You got there first. Thanks for the vote :)\n"
}
]
},
{
"author": "andres_collart",
"body": "How do you do this in the latest version of Confluence? I don't see the Layouts option anymore.\n",
"comments": null
},
{
"author": "Terence McGhee",
"body": "What if a person is using \"Document\" theme? What page.vmd file needs to be altered in this case? I searched high and low, but couldln't find a \"themes\" directory.\n\nI would appreciate any help.\n\nThanks!\n",
"comments": null
},
{
"author": "David at David Simpson Apps",
"body": "If you want it for **just one space**, then try moving the labels div with some javascript...\n\nBrowse to...\n\n```\nConfluence Administration | Look & Feel | Custom HTML\n```\n\n...in **At end of the BODY**, paste this code:\n\n```\n<script type=\"text/javascript\">\n AJS.toInit(function(){\n if (AJS.params.spaceKey == \"YOUR-SPACE-KEY\"){ // add the specific space key here\n AJS.$('.page-metadata:first').after( AJS.$( '#labels-section') );\n }\n });\n</script>\n\n\n// Unfortunately, this little bit of javascript will get loaded on every page, so a custom theme would really be best.\n```\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Would-like-the-labels-to-be-on-top-of-pages-instead-of-the/qaq-p/397797 | [
"label",
"theme"
] |
{
"author": "JohnK",
"title": "Can i use sharepoint connector to embed a SharePpoint calendar in a wiki page?",
"body": "As listed. we would want to embed the team SharePoint Celendar in a wiki page, can we use SharePoint connector to do it?\n"
} | [
{
"author": "Joe Clark",
"body": "Hi John,\n\n<br />\n\nYou can embed the Calendar data into the Confluence page, but it will appear in a tabular format, like any other SharePoint List (ie. the events won't actually appear as a calendar).\n\nThere are a couple of open feature requests in our JIRA project for improved calendar integration (see [CSI-226](https://studio.plugins.atlassian.com/browse/CSI-226) and [CSI-442](https://studio.plugins.atlassian.com/browse/CSI-442)), if you'd like to vote for them.\n\n<br />\n\nWe recently released a brand new calendaring plugin for Confluence ([Team Calendars](http://www.atlassian.com/en/software/confluence-team-calendars)). I am hoping that in the next release of the SharePoint Connector I will be able to integrate the two plugins in order to easily embed SharePoint calendar content into Confluence.\n",
"comments": [
{
"author": "Patrick Gimenez",
"body": "Hi Joe,\n\nSorry for resurrecting an old thread, but any news on this? Is it possible to embed a SharePoint calendar within a Confluence page and have it appear as a calendar that one can interact with?\n\nThanks\n"
}
]
},
{
"author": "Lorenzo Manfredini",
"body": "HI [@JohnK](/t5/user/viewprofilepage/user-id/712051) \n\nthank you for your interest in the SharePoint Connector for Confluence.\n\nI would like to offer you to contact us using our official [Support Portal](https://jira.communardo.de/servicedesk/customer/portal/2), in order to check deeper on your question. \nWhen/if you do so, could you also please let us know which Confluence and SharePoint hosting do you use (Server/Data Center or Cloud/Online)?\n\nI'm looking forward to hearing from you!\n\nRegards, \nLorenzo \nCommunardo Support\n",
"comments": null
},
{
"author": "Jamie B",
"body": "I'm looking for the same as Charley. I would be okay with a read-only view of the day's meetings or the week view, even if I can't edit \"in-line\". anything?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Can-i-use-sharepoint-connector-to-embed-a-SharePpoint-calendar/qaq-p/3324 | [
"sharepoint"
] |
{
"author": "Emily Johnson",
"title": "Page Feedback Tool",
"body": "Hi, does anyone have a good plugin for adding \"How useful was this page?\" at the bottom of each page? It would be extra nice to have a field you can have emailed to the administrator with feedback. I've searched around but haven't found anything that seems mature.\n\nThanks!\n\nEmily\n"
} | [
{
"author": "Joe Clark",
"body": "Hi Emily!\n\nYou could try out the [Content Survey and Reporting Plugin](https://plugins.atlassian.com/plugin/details/24440), which was developed by some of Atlassian's support engineers to rate the content in our knowledge base articles on [confluence.atlassian.com](http://confluence.atlassian.com) (for example, check out the [Confluence Knowledge base](http://confluence.atlassian.com/display/CONFKB/Confluence+Knowledge+Base+Home)).\n\nThe plugin has a few other features, in addition to content feedback, so it might be overkill for your needs, but it's still worth checking out. It's downloadable for free on plugins.atlassian.com\n\n**Caveat Emptor:** although written by Atlassian employees, the plugin itself is unsupported. :-)\n",
"comments": [
{
"author": "Emily Johnson",
"body": "Thanks, Joseph! I am checking it out.\n"
},
{
"author": "Joe Clark",
"body": "Awesome! It would be great if you could let us know if it suits your purposes on this answer thread, so that others can learn from your evaluation. :-)\n"
}
]
},
{
"author": "Sherif Mansour",
"body": "For the Confluence 4.0 EAP and Beta program, we created a simple \"Got Feedback?\" button that essentially is an iframe to a WuFoo form (which you can change yourself). We found this to be pretty sucessfull. You could easily take this and adapt it to your use case. [Source is here](https://bitbucket.org/sherif/confluence-eap-feedback-plugin).\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Page-Feedback-Tool/qaq-p/250339 | null |
{
"author": "Wouter Veneklaas",
"title": "Duplicate names",
"body": "Hi there,\n\nI have 2 questions regarding confluence.\n\n1. when i link to a page there will appear a ? before it why? \nso it will look like this ?\\[Vis:Highscores\\] instead of \\[Vis:Highscores\\] \nThis only happens after some time so not directly after the page is saved.\n\n2. Is it possible to have the same names for pages like this:\n\n1. Vis \n 1. Salmon \n 1. Highscores\n 2. Lobster\n 1. Highscores\n\nBecause when i try this it will say the name already exists. Is there anyway this is possible? \n"
} | [
{
"author": "Alain Moran",
"body": "There are several approaches to this, IMO the most effective is to use the parent page name in the child page's name, eg:\n\n\\* Salmon\n\n\\*\\* Salmon - Highscores\n\n\\* Lobster\n\n\\*\\* Lobster - Highscores\n\nOther solutions are to append a number to the duplicated pagename, or use separate spaces for each hierarchy of duplicated pages\n",
"comments": [
{
"author": "Wouter Veneklaas",
"body": "OK, strange why cant the url just be\n\n/Vis/Salmon/Highscores\n\ninstead of\n\n/Vis/Highscores\n\nThen the problem would also be solved\n"
},
{
"author": "Wouter Veneklaas",
"body": "So that is not possible to have the urls like that?\n"
},
{
"author": "Alain Moran",
"body": "correct, it is not possible to namespace pages in the way that you are suggesting.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Duplicate-names/qaq-p/43402 | null |
{
"author": "Fredrik Stark",
"title": "Connecting JIRA with Confluence",
"body": "I'm having trouble connecting Confluence with JIRA.\n\nAfter I add the Application Link (using the Trusted Applications-auth), I try to add the link to my newly created space, i get the \"Sorry, there are no links available when using anonymous access, check the permission configuration of the remote application.\"\n\nI tried to remove the Trusted application authentication method and use OAuth instead, and that gave me \"java.lang.NullPointerException: You have to be logged in to use OAuth authentication\".\n"
} | [
{
"author": "John Chin",
"body": "Hi Fredrik,\n\n\"Sorry, there are no links available when using anonymous access, check the permission configuration of the remote application.\"\n\nBy some chance, please try to remove and recreating the application links again.\n\nRegards.\n\nJohn\n\n<br />\n",
"comments": null
},
{
"author": "Martin Cooper",
"body": "Can you also include the urls you are using, whether running with SSL (https) or http behind apache (reverse proxy), or behind apache with ssl terminating at apache.\n",
"comments": null
},
{
"author": "Colin Goudie",
"body": "What versions of JIRA and Confluence are you running?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Connecting-JIRA-with-Confluence/qaq-p/112548 | [
"application-link",
"jira"
] |
{
"author": "Nithya Kannan",
"title": "Error when migrating a user",
"body": "Hi,\n\nI migrated a user from one domain to another.\n\nOld username : 'xyz@abc' to New username : 'xyz'\n\nThe migration was completed and all his groups were migrated to the new username. But his old username along with the new username is still appearing in the 'Manage Users' section.\n\nI tried flushing the cache and restarting the server but still old username is available in the System and when i click on that i get an error - 'No user with the specified email address exists.'\n\nI guess there is some reference in any of the confluence table with the old username but am not able to figure it out.\n\nAny ideas?\n\nThanks,\n\nNithya\n"
} | [
{
"author": "Colin Goudie",
"body": "When you say you migrated it, do you mean you ran the user rename migration SQL scripts? Or migrated this in an LDAP directory or similar?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Error-when-migrating-a-user/qaq-p/271535 | null |
{
"author": "Michael Regelin",
"title": "the transformed-plugins folder grows heavily",
"body": "Hello,\n\nour EAR instance of confluence has the following folder that is 8.3Gb:\n\n/confluence-data/plugins-osgi-cache/transformed-plugins\n\nThere is inside every version of plugins deployed on the server.\n\nCan I delete the content of this folder, and reboot the server?\n\nWe dont connect to the Atlassian Plugin Exchange because of firewall and security reason.\n\nThanks for help.\n\nMichael\n"
} | [
{
"author": "Alain Moran",
"body": "You should be able to safely move all of the plugin cache folders out of the way, the plugins themselves are stored in the database \\& copied out to the filesystem on startup.\n\nYou may find that startup takes a little longer the first time around though ;)\n",
"comments": null
},
{
"author": "Michael Regelin",
"body": "OK thanks. I will do that tonight...\n\nsincerly,\n\nMichael\n",
"comments": null
},
{
"author": "Michael Regelin",
"body": "that sounds clever.\n\nDo you mean renaming the \"transformed-plugins\" folder ?\n",
"comments": [
{
"author": "Alain Moran",
"body": "I would go with renaming the entire cache folder (eg: plugins-osgi-cache -\\> plugins-osgi-cache.bak)\n\nNote: shut confluence down before you rename the folder, it should get recreated as it comes back up.\n"
}
]
},
{
"author": "Michael Regelin",
"body": "Thanks Alain,\n\nI will remove all the files then....\n\nMichael\n",
"comments": [
{
"author": "Alain Moran",
"body": "Personally I would rename the folders, I only delete things when I've confirmed that it works as I expect it to ;)\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/the-transformed-plugins-folder-grows-heavily/qaq-p/189767 | null |
{
"author": "Gary Weaver",
"title": "What will happen to the mailing lists and list archives when forums.atlassian.com goes into read-only mode?",
"body": "As of June 29, 2011, the following page states:\n\n<http://lists.atlassian.com/mailman/listinfo/confluence-user>\n\n\"To see the collection of prior postings to the list, visit the [Confluence-user Archives](http://forums.atlassian.com/forum.jspa?forumID=96).\"\n\nThe link \"Confluence-user Archives\" goes to [forums.atlassian.com](http://forums.atlassian.com), which is going into read-only mode in July 2011 from what I've been told. As of June 29, 2011, there is a note at the top of each page in the forums: \"**The forums are moving!** This site will be live for another week, after which all discussions will need to take place on [answers.atlassian.com](http://answers.atlassian.com/). Please set your bookmark for the new site and give Atlassian Answers a try.\"\n\nThe Atlassian mailing lists will stay online even after the forums go into read-only mode in July 2011, correct?\n\nWhere will new messages be archived, since the old ones were archived in forums.atlassian.com?\n\nAre the mailing lists going to be kept online for the foreseeable future? If there is a rough date for them to be taken offline, what date would that be?\n"
} | [
{
"author": "Gary Weaver",
"body": "I think that the answer to this is that forums will continue to be updated via the mailing-list, but people won't be able to post to the forums without using the mailing list. Now that the forums have shutdown, I still see new threads showing up in the forums from the mailing list, so I assume that is what is going on. And, I assume there are no plans to remove the forums or the mailing lists, because some have complained that they only have access via email and restricted or no access to answers.atlassian.com.\n",
"comments": [
{
"author": "Nic Brough -Adaptavist-",
"body": "Ah, um, no, you can still post via the front end. I've raised it with Atlassian, but they're tinkering with Jira at the moment, so I can't refer you to the issue I raised (summary of response was \"oh, oops, we'll look into it\")\n"
}
]
},
{
"author": "Gary Weaver",
"body": "As of 7/13/2011, [forums.atlassian.com](http://forums.atlassian.com) now reads: \"**The forums are read only!** All new discussions will need to take place on [answers.atlassian.com](http://answers.atlassian.com/). These forums will remain available as a read only resource. See the Answers FAQ for more information.\"\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/What-will-happen-to-the-mailing-lists-and-list-archives-when/qaq-p/21613 | [
"community",
"forum"
] |
{
"author": "Craig Schardt",
"title": "How to insert placeholder links (to pages that don't exist) using Confluence 3.4 RTE?",
"body": "We are upgrading from 2.10 to 3.4 and I'm having trouble figuring out how to add placeholder links to pages that don't exist in 3.4 using the RTE.\n\nIn 2.10, I could click on the \"add link\" button and simply type the name of a page that hadn't been created. In 3.4, when I click the \"add link\" button, I get a dialog that allows me to search for exiting pages, but doesn't allow me to create a link to a page that doesn't exist. I've tried auto-completion also by typing the '\\[' but this doesn't seem to work either.\n\nCan placeholder links to pages that don't exist be created using the 3.4 RTE, or do we have to use wiki markup?\n\nThank you for the help,\n\n-craig.\n"
} | [
{
"author": "Colin Goudie",
"body": "I don't believe there is an intuitive way to do that without wiki markup. However, it is coming in Version 4 as I recall at Summit it was mentioned. (Obviously I suppose as there is no wiki markup :) )\n\nYou can use the URL field in the link browser as documented here as a workaround\n\n<https://wiki.usask.ca/display/wiki/2010/06/22/New+Page+Links+in+the+new+RTE>\n",
"comments": null
},
{
"author": "Matt",
"body": "Colin's 100% correct. Here's how you'll be able to do it in Confluence 4.0:\n\n<http://screencast.com/t/2giPRPXg>\n\nIf a page in the Space with the same title already exists you will not be able to create a placeholder link.\n",
"comments": null
},
{
"author": "Jonathan Simonoff",
"body": "I didn't watch the screencast, but the information in the link (\n\n<https://wiki.usask.ca/display/wiki/2010/06/22/New+Page+Links+in+the+new+RTE>) is currently incorrect -- it inserts an HTTP link. To insert a link to a non-existent page, click the \"Advanced\" tab.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-insert-placeholder-links-to-pages-that-don-t-exist-using/qaq-p/214083 | null |
{
"author": "ITops123",
"title": "Make status comments easier to access?",
"body": "The status comment feature (<http://confluence.atlassian.com/display/CODEGEIST/Confluence+Status+Comment>) is great and we have it installed in our instance of Confluence.\n\nBut it's hidden away on a tab in each person's profile, which makes it difficult for people to add comments on the fly to a status update or to see when someone has commented. Has anyone figured out a way to make this more visible/accessible?\n\nI looked in Atlassian Plugin Exchange but didn't see any place to ask questions about this feature, but please redirect me if this isn't the right venue.\n"
} | [
{
"author": "Justin Shapiro",
"body": "Email works. You can also raise an issue:\n\nissue page - <https://studio.plugins.atlassian.com/browse/STATCOM>\n\nThe plugin includes a macro you can place on any page\n\n{statuscomment}\n\nOptional Parameters:\n\nsize: **10** - An integer representing the number of statuses to show.\n\nwho: String representing the users who's status should be shown. Valid values include 'watchers' to get statuses of all watchers of a page or a comma separated list of userIds. Omitting this parameter will result in the status for the current user being shown.\n\nincludeFollowing: true,**false** - Specifies whether to include the statuses of users being followed by identified users.\n",
"comments": null
},
{
"author": "Stefan Kohler",
"body": "On a other note (and not as answer), wat would be a good way to make such funtionality more accessible? Do you have an suggestion for that?\n\nI'm working on a plugin which enables more or less the same functionality but more on a mentions ways (like ie. twitter does)\n",
"comments": null
},
{
"author": "Stefan Kohler",
"body": "The \"Confluence Status Comment\"-plugin was once an entry on the codegeist maybe 2 years ago and the current status of the plugin states: *unsupported.* I guess that the developer who created plugin isn't activily supporting it anymore, but you could always [e-mail](https://plugins.atlassian.com/plugin/details/14420) him to check.\n\nIt happens quite offten to plugins, the original developer can't find the time or motivation to support his entry. It's something to verify before adding it to your instance.\n",
"comments": [
{
"author": "ITops123",
"body": "Yeah, I noticed it that it was a Codegeist entry that looked pretty promising. My other hope is that this year's Jitter entry will be made available for Confluence (not just Jira)\n"
},
{
"author": "Stefan Kohler",
"body": "drop me an email at *me \\[at\\] stefankohler dot nl*, I working on something that might interest you. Could give early access for some feedback.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Make-status-comments-easier-to-access/qaq-p/196811 | [
"status"
] |
{
"author": "ITops123",
"title": "Reporting number of status updates?",
"body": "How can I create a report on the number of status updates created by users since a certain date? We have been pushing this feature a lot and would love to see if our number of status updates has gone up.\n"
} | [
{
"author": "Remo Siegwart",
"body": "If you want to solve this with the SQL plugin, the query would probably look something like this:\n\n```\nSELECT creator AS 'Username', COUNT(*) AS 'Number of status updates'FROM contentWHERE contenttype = 'USERSTATUS'AND creationdate >= '2011-11-22' -- insert your date filter hereGROUP BY creatorORDER BY creator\n```\n\nFind more information about the [Confluence Data Model here](http://confluence.atlassian.com/x/bYKXBw).\n\nHope this helps\n",
"comments": null
},
{
"author": "Gert-Jan van de Streek",
"body": "One option is to write a custom supplier for the [reporting plugin](http://wiki.customware.net/repository/display/AtlassianPlugins/Reporting+Plugin). When you have that supplier you can report on all your users or specific groups or whatever selection you require.\n\nA custom supplier is easy to write, it would look somewhat like:\n\npublic class UserInfoSupplier implements Supplier {\n\nprivate UserStatusManager userStatusManager;\n\npublic Object getValue(Object context, String key) throws UnsupportedContextException, SupplierException {\n\nUser user = (User) context;\n\nreturn userStatusManager.getUserStatusCount(user);\n\n}\n\n}\n",
"comments": null
},
{
"author": "Stefan Kohler",
"body": "There is no function available for doing something like that. You could create your own plugin or macro to get some report like this. Plan B could be using the SQL plugin and query the database, but I would not recommend it)\n\n```\n## Macro title: User Status Count\n## Macro has a body: N\n## Body processing: No macro body\n## Output: HTML\n##\n## Developed by: Stefan Kohler\n## Date created: 29/06/2011\n\n## @param Username:title=username|type=string|required=true|desc=Username of the user\n\n#set($containerManagerClass=$content.class.forName('com.atlassian.spring.container.ContainerManager'))\n#set($getInstanceMethod=$containerManagerClass.getDeclaredMethod('getInstance',null))\n#set($containerManager=$getInstanceMethod.invoke(null,null))\n#set($containerContext=$containerManager.containerContext)\n#set($userStatusManager=$containerContext.getComponent('userStatusManager'))\n\n$userStatusManager.getUserStatusCount($paramUsername)\n```\n\nThis user-macro would do the trick, only downside is that you have to add it for every user in your instance\n\n```\n{userstatuscount:Username=stefan}\n```\n",
"comments": [
{
"author": "ITops123",
"body": "I know you said you don't recommend doing a SQL query, but I'm using the SQL plugin to run other queries. If it is possible, I'd like to use this approach. Also, we have about 400 users, so I can't use a by-user macro.\n\nCan you tell me what tables I need to query to count the status updates?\n\nAdditionally, where can I get a list of tables I can query using postgre with Confluence? I can only find examples of SQL queries but this doesn't help me get a comprehensive look at what's possible.\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Reporting-number-of-status-updates/qaq-p/400382 | [
"report",
"status",
"update"
] |
{
"author": "Pooja Gandhi",
"title": "How to make content searcheable which is included using {include} macro?",
"body": "We are trying to Single source thousands of our doc pages for reuse release after release and across spaces by:\n\n1) Converting our existing docs to more modular docs.\n\n2) Including the content for future releases rather than recreating the space\n\n3) Including the content from Single Sourced space into other spaces\n\nThe major issue with this approach is that content that is included is not searcheable in wiki. Please help us figure out ways to do that?\n"
} | [
{
"author": "Micha Kops",
"body": "Sarah Maddox wrote an article that might help you here .. she suggests using the cache macro in combination with the include macro: <http://ffeathers.wordpress.com/2011/05/15/making-the-include-macros-content-appear-the-confluence-search-results/>\n",
"comments": [
{
"author": "Bob Swift (personal)",
"body": "Similar references are:\n\n* [How to make include macro content appear in Confluence search results](https://studio.plugins.atlassian.com/wiki/display/CACHE/How+to+make+include+macro+content+appear+in+Confluence+search+results)\n* [How to index external content using the CACHE macro](https://studio.plugins.atlassian.com/wiki/display/CACHE/How+to+index+external+content+using+the+CACHE+macro)\n"
}
]
},
{
"author": "GilesG",
"body": "You might also want to vote on the following issue to improve the chances of this feature being incorporated into Confluence itself:\n\n[CONF-19054](https://jira.atlassian.com/browse/CONF-19054)\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-make-content-searcheable-which-is-included-using-include/qaq-p/273128 | null |
{
"author": "Robbie Lee",
"title": "Is there a way to to lock a Confluence page for editing purposes?",
"body": "I have a coworker who would like to know if there is a way to lock a Confluence page for editing purposes--so that other user cannot edit the document at the same time.\n"
} | [
{
"author": "Stefan Kleineikenscheidt _K15t_",
"body": "To lock a page, you can use page restrictions (Tools \\> Restrictions): Then select \"Restrict editing of this page\" and click \"me\".\n",
"comments": [
{
"author": "David at David Simpson Apps",
"body": "This will at least prevent others from editing the page :)\n"
},
{
"author": "Paul chumak",
"body": "Where do i find \"Tools\"? I don't see this anywhere..\n"
},
{
"author": "David at David Simpson Apps",
"body": "Try the \"...\" button on at the top right of the page -- it used to say \"Tools\", but is now more cryptic\n"
}
]
},
{
"author": "Andrei [errno]",
"body": "if you are talking about locking attachmens: \ncheckin/checkout is not supported with default Confluence features, but there are a couple of plugins that are built to solve this problem:\n\n* <https://plugins.atlassian.com/plugin/details/36199> (**commercial)**\n* <https://studio.plugins.atlassian.com/wiki/display/CHKOUT/Confluence+Attachment+Checkout+Plugin> (this plugin has some issues now)\n",
"comments": null
},
{
"author": "Raphael",
"body": "I also meet the same questions. it seems in new version , they have a new feature called \"*Collaboration Editing*\", then we can limit how many users can edit a page at the same time.\n\nI find in old version, many users editing one page may cause database deadlock.\n",
"comments": null
},
{
"author": "Susan Vineyard",
"body": "I have an additional question. Is there a way to check-in check-out a space? Sure, I can do it with permissions, but I'd like to have something easier and more transparent.\n\nThanks\n",
"comments": null
},
{
"author": "Robbie Lee",
"body": "document = Confluence page\n",
"comments": null
},
{
"author": "Stefan Kleineikenscheidt _K15t_",
"body": "What do you mean by document? A page or attachment?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Is-there-a-way-to-to-lock-a-Confluence-page-for-editing-purposes/qaq-p/23628 | null |
{
"author": "M",
"title": "What are the Wiki Label Limitations?",
"body": "What are the max amount of characters that can be used for a label, and what characters are labels limited to...alphabet, numbers, etc...\n"
} | [
{
"author": "Laura Kolker",
"body": "Not sure about size restriction. I've found the following characters are restricted:\n\n```\n!#&()*,.:;<>?@[]^\n```\n\nalso whitespace.\n\nIf you ever want a reminder from confluence, just put a semi-colon in the labels UI, and it will give you a nice clear list.\n",
"comments": null
},
{
"author": "Jeremy Largman",
"body": "The max size for labels is 255 characters. Confluence will give you a nice red error message if you try to enter more. 255 is plenty!\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/What-are-the-Wiki-Label-Limitations/qaq-p/250411 | null |
{
"author": "Damian Knight",
"title": "Mass upload of profile pics",
"body": "Hi\n\nHas anyone figured out a way of doing a mass upload of users' profile pics?\n\nCheers\n"
} | [
{
"author": "Ian_Gordon",
"body": "Hi Damian,\n\nWe have implemented a plugin that does just this.\n\nMore information at the Atlassian Marketplace for the [Enterprise Profile Pics for Confluence](https://marketplace.atlassian.com/plugins/com.equionconsulting.confluence.epp) plugin\n",
"comments": null
},
{
"author": "JamieA",
"body": "Would be simple enough using a plugin, a script, or just a bunch of curl commands, however I think it would be better to pressure Atlassian into supporting a gravatar-like service [JRA-24653](https://jira.atlassian.com/browse/JRA-24653), as Fisheye already does.\n\nOtherwise it's a constant pain to keep the pictures uptodate, and deal with the fact that users can upload their own picture which you probably would not want to overwrite, etc etc.\n\nEDIT: I just saw you tagged confluence, but I believe my comments equally apply to jira and confluence.\n",
"comments": null
},
{
"author": "BernardoA",
"body": "Just to clarify your question...Do you want to upload the same picture to use for all users at the same time?\n\nIf you want ot implement a new feature in a future version of Confluence, please feel free to submit a feature request at [http://jira.atlassian.com](http://jira.atlassian.com/ \"http://jira.atlassian.com\"), and we will study the possibility of developing. \n\nFor more information on how Atlassian implements new features and??improvement please see the following document: Implementation of New??Features and??Improvements: <http://confluence.atlassian.com/display/DEV/Implementation+of+New+Features+Policy>\n\nCheers,\n\nBernardo\n",
"comments": [
{
"author": "Damian Knight",
"body": "Hi Bernardo\n\nNo, I want administrators to be able to control what pictures are displayed for users. Ultimately, it would be good if it could link to the Active Directory profile picture.\n\nCheers\n\nDamian\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Mass-upload-of-profile-pics/qaq-p/214985 | null |
{
"author": "ITops123",
"title": "Replicate native blog post table of contents on a page?",
"body": "We have started some blogs and are feeding them onto a page in our space using the {blog-posts} macro. Unfortunately, this macro does not allow for time intervals more sophisticated than \"posts from the last week\" or \"posts from the last x number of days.\"\n\nWe will have a large collection of posts pretty quickly and would like to allow people to browse the archive from the page, rather than clicking through to 'viewrecentblogposts.action?key=SPACEKEY' in order to see the native blog table of contents.\n\nHow can we replicate this table of contents, which appears natively on 'viewrecentblogposts.action?key=SPACEKEY' on the blog page?\n\n\n"
} | [
{
"author": "ITops123",
"body": "I didn't quite find the solution but this Adaptavist macro is a good stopgap for me. Hope it helps others.\n\n<https://www.adaptavist.com/display/Builder/blog-calendar+macro>\n",
"comments": null
},
{
"author": "Gert-Jan van de Streek",
"body": "There is no out of the box macro that shows this table of contents. You can always write a custom macro that searches for blog posts and displays a nice table of contents.\n",
"comments": [
{
"author": "Gert-Jan van de Streek",
"body": "I digged up some code we wrote that shows a table of contents. It has nice parameters like:\n\nspace-key; The space to get the blog posts from\n\nmax-results; The maxium number of blog posts to display\n\nmin-age; The minimum age of the blog posts (for example; '30m', '6h', '30d', '10w'. m = minutes, h = hours, d = days, w = weeks)\n\nmax-age;\n\nlink-length; The maximum length of the blog post title\n\nlabels; A comma separated list of labels, only blog posts with one or more of the labels are displayed\n"
},
{
"author": "ITops123",
"body": "Thanks for the suggestions!\n"
}
]
}
] | https://community.atlassian.com/t5/Confluence-questions/Replicate-native-blog-post-table-of-contents-on-a-page/qaq-p/361127 | null |
{
"author": "Jason Vance",
"title": "Importing from Word - Ordered lists do not carry over",
"body": "I have imported several MS Word 2007 (.docx) documents that contained ordered lists. Each time I view the resulting wiki page in Confluence, I find that all of the numbers change to \"1\". Oddly, sub-lists (a,b,c,d) remain intact --- it seems to be just the \"top level\" of the ordered list.\n\nHas anyone else seen this, and/or come up with a solution?\n"
} | [
{
"author": "Jason Vance",
"body": "Appears to work now with Word 2010 and latest version of Confluence On Demand (as of 11/23/13)\n",
"comments": null
},
{
"author": "Mary Jo Dockman",
"body": "So you've confirmed that it works with Word 2010? Our company is using Word 2007. If Word 2010 makes the import to Confluence seamless, then I let the powers that be know.\n\nCan someone from Atlassian chime in on this issue too? Thanks...\n",
"comments": null
},
{
"author": "Mary Jo Dockman",
"body": "I'm using Conf 5.1.2 and this happens to me and it's critical that I find out how to fix the issue so that the MS Word .docx documents import numbered lists exactly as they are in the Word document.\n",
"comments": null
},
{
"author": "RyanA",
"body": "Which version of Confluence?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/Importing-from-Word-Ordered-lists-do-not-carry-over/qaq-p/92291 | [
"import"
] |
{
"author": "Thomas Ehardt",
"title": "width problems: code section inside panel section",
"body": "I am trying to create a document with two columns: the first one being code and the second being a description of that code.\n\nThe basic setup is this:\n\n```\n{section}\n{column:width=50%}\n{panel}\nh1. Code column\n{code}\n// code goes here\n{code}\n{panel}\n{column}\n{column:width=50%}\n{panel}\nh1. Explanation column\n_something useful goes here_\n{panel}\n{column}\n{section}\n```\n\nThe problem is that if the text in the {code} section is wider than the column, it will cause the column to take up size accordingly instead of keeping the block at 50%.\n\nHas anyone else run into this issue and/or does anyone have a workaround?\n"
} | [
{
"author": "David at David Simpson Apps",
"body": "The problem is that by default, table cells expand to the size of their contents.\n\nThis kind of thing should do the trick:\n\n```\n<style> table.sectionMacro { table-layout: fixed; } </style>\n```\n\nYou'd need to add it to the custom stylesheet -- either in Space Admin or Confluence Admin.\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/width-problems-code-section-inside-panel-section/qaq-p/90360 | null |
{
"author": "Ranganatha K",
"title": "How to get Recently updated AID Names using recently-updated macro",
"body": "Hi, \n\nI am new to conflunece. My requirement is to list all the AID names which are updated recently. If I use recently-updated macro, it gives me the list of pages Updated in AID however I need to Display the name of the AID. could you please let me know if there is any display option? Or any other way to achieve it?\n"
} | [
{
"author": "Colin Goudie",
"body": "What's AID?\n",
"comments": null
}
] | https://community.atlassian.com/t5/Confluence-questions/How-to-get-Recently-updated-AID-Names-using-recently-updated/qaq-p/185915 | null |
Subsets and Splits