Initial theme release
techtime-blog-theme-0.1.16.jar
Install the following plugins via Confluence Plugin Manager
Disable the following plugins
Add the following User Macros
#set($globalHelper=$action.getGlobalHelper()) #set($renderedContent=$globalHelper.renderConfluenceMacro("{popular-labels:spaceKey=$param0|style=heatmap|count=15}")) #set($replacedContent=$renderedContent.replaceAll("/label/","/label/$param0/")) ${replacedContent}
## remove leading <p> and trailing </p> #if($body.startsWith("<p>",0) && $body.endsWith("</p>")) #set($len=$body.length()-$generalUtil.convertToInteger(4)) $body.substring(3,$len)) #else $body #end
The Theme is morphing according to user's permissions It supports distinctly:
Consider having special groups to denote those who can create content, those who can administer the space and regular users.
These are known issues to be fixed in future versions: