target - If set to 'edit', once the page is created the user will be prompted to enter any template variables, and then taken to the edit screen rather than the 'view' screen.
title - A static title to be used (cannot be used with prefix, postfix, or prompt). This title can contain the following parameters - %parenttitle%, which will insert the title of the parent page, and %ident%, which will insert the lowest number needed to make the page title unique. This allows you to create numbered child pages without user prompting.
Fixed a bug that I introduced in 1.1 that meant that if you used the create-page macro twice on the same page and they both had prespecified titles, all links would use the title parameter from the first one.
Being able to use an image with the createpage macro is a much needed feature. M...
Being able to use an image with the createpage macro is a much needed feature. My users are asking if links can be buttons but I have to tell them no, you can't have that. Seems kind of odd for a system that is used to create web pages...
One of the things I do is make daily pages of certain system information. It is...
One of the things I do is make daily pages of certain system information. It is all templated, but I'd like to set the title to some varient of todays date, like 2007-02-16. Would it be possible to add a few date paramaters (YYYY, MM, DD) to the title option?
This is now possible with the {link-page} macro in the latest version of the Lin...
This is now possible with the {link-page} macro in the latest version of the Linking Plugin. Something like this:
{link-page:%content:title% - %global:current date > date:yyyy-MM-dd% - %global:current user > user:full name%|template=Expenses}You expenses for today{link-page}
Has the "link-page" macro also an analogous option to the "create page...
Has the "link-page" macro also an analogous option to the "create page" macro's title option?
Because that's exactly what I need:
This title can contain the following parameters - %parenttitle%, which will insert the title of the parent page, and %ident%, which will insert the lowest number needed to make the page title unique. This allows you to create numbered child pages without user prompting.
The only sad thing is, that the create page macro (even with the target=edit option) opens the source code of the scaffolding template and not the editable scaffolding forms.
Is there a possibility to get directly to the editable form mask?
This macro does not seem to work with Version: 2.5.4 Build:#809. It will prompt ...
This macro does not seem to work with Version: 2.5.4 Build:#809. It will prompt you for a page title, but if you enter any spaces (to separate words) and click OK it simply refreshes the page and fails to take you to the newly created page.
Using create-page to attempt to create a page with the same name as another spac...
Using create-page to attempt to create a page with the same name as another space page fails silently. This is the problem with the comment above about spaces in the page name, and has nothing to do with spaces in the page title. It might be nice to have a non-silent failure.
I have a create-page macro that uses a static title. Once the page is created, a...
I have a create-page macro that uses a static title. Once the page is created, any subsequent clicks on the create-page link keep you on the same page. Anyway for it to take you to the created page? We won't have to update the page to replace the create-page with a static link then.
Alternatively, is there a way to add logic around that link?
I am using the create-page macro in combination with confluence templates which ...
I am using the create-page macro in combination with confluence templates which are using
variables (eg. @VAR1). Is it possible to predefine the values of these variables within the
create-page-macro?
eg.:
create-page:template=customer|addspace=false|target=edit|VAR1=11111|VAR2=customer a|prompt=Please enter the customername}Click Here to add a new customer
create-page}
If not, do you know some other way to accomplish this?
Its actually part of the repository metadata, I havent been creating tags so I h...
Its actually part of the repository metadata, I havent been creating tags so I hadnt added it to the repo metadata (I dont think there is a way of specifying an overall source link, only links to each tag).
If you have made changes, be sure to update the repository metadata and add yourself as a contributor
Using the create-page macro & Scaffolding, how can I get directly to the Sca...
Using the create-page macro & Scaffolding, how can I get directly to the Scaffold editing view? (Not the Wiki markup, but rather the editable template)
Boilerplate takes me to view the template and I have to then click the Edit tab.
Tried the create page macro with a template in my own personal space. The f...
Tried the create page macro with a template in my own personal space. The form data is not held (ie there is no "insert variable" button) so the page gets created with nothing in it.
Hopefully an easy question.. is there a way to have the macro JUST create the pa...
Hopefully an easy question.. is there a way to have the macro JUST create the page, and NOT take the user to either edit or view, and instead just stay on the page where the macro was invoked? I'm working with the Check-list macros, and am looking for an easy way to create empty pages by just entering a title, but not providing any other details.
Is it possible to 'save' the edited form of a temple without going into the wiki...
Is it possible to 'save' the edited form of a temple without going into the wiki markup page and clicking on 'save'? This is more intuitive for the user, who might get confused at seeing the mark-up and not properly save the form after creating a page. For example, can the user simply 'insert varibales' and then the form is automatically saved in the space?
It's a great plugin. We use it quite often. But there is a small bug in createpa...
It's a great plugin. We use it quite often. But there is a small bug in createpage.js, the javascript function "escape()" is not suitable for encoding URL address, you should use a javascript function "encodeURI()". It's very very very important to be compatible with all charsets and browsers.
So instead of:
document.location=url+escape(name)+postfix;
use:
document.location=url+encodeURI(name)+postfix;
I am trying to use {create-page} in the context of a scaffold template.
I do ge...
I am trying to use {create-page} in the context of a scaffold template.
I do get the link with the plus sign in the page created from the template: that looks OK
But when I click the + sign, the page I am editing disappears to leave way to the newly created page
The result is that my first page is not saved. Even if I do save it before clicking +, I have to navigate back to it, and it does not have a link to the newly created page.
We're using the create-page template to compile content for an enterprise encycl...
We're using the create-page template to compile content for an enterprise encyclopedia. I'm trying to create pages with no parent (orphaned pages). I've tried using the parent= parameter to do this, but I'm unable to create a page without a parent.
Can anyone offer some advice? Is this possible with this macro?
Hi,
I haven't used confluence much and i'm still gaining understanding the macr...
Hi,
I haven't used confluence much and i'm still gaining understanding the macros and plugins in confluence.
I would like to be able to upload a file, then display it on a new created page in confluence.
E.g. the following steps
1. Open my upload page in confluence which uses my own upload servlet to store a file on another server.[This part is critical since i do processing on the file]
2. Pass the location of this file as a parameter to a plugin on a new page that is automatically created using a macro such as this.
Can I use this macro to do it? If not what do you suggest I do?
Is there a way to enforce template usage with this plugin? I would like the user...
Is there a way to enforce template usage with this plugin? I would like the users to only use create page macro for creating new pages and not the standard add page button. It would be great if I could specify in the macro body who can create pages and not in the Space Admin Panel - then the standard Confluence Add Page Button wouldn't be visible to anyone and users with permissions to add new pages would have to go click on the add page macro link.
HELP - the create-page macro was working fine for us. I'm not sure exactly...
HELP - the create-page macro was working fine for us. I'm not sure exactly what has changed - should be nothing except for an apache config change. Now when we use create page, the page names get %20's in them instead of spaces. Additionally the @self doesn't seem to be working, it tries to create the page at the root.
We use this macro everywhere, any help you could give would be greatly appreciated.
Hi, i would like create a new page from excel template but the new page will be ...
Hi, i would like create a new page from excel template but the new page will be a static page and not depend from excel file. After create the page i can remove the excel. It's possible?
When I install the 1.2.1 jar from the svn location you provided my plugin reposi...
When I install the 1.2.1 jar from the svn location you provided my plugin repository still complaints that an outdated plugin version is installed. Is it just another bug, can I ignore it?
I want to make sure I am using the latest version of plugin.
Ok, Dohh! http://svn.atlassian.com/svn/public/contrib/confluence/createpage-plugin/trunk/dist/ is the directory. In there is adaptavist-plugin-createpage-1.2.1.jar which seems to be the latest. I now seem to have it all working. I thought I'd provide some feedback about how I'm using to help others (really I'm regurgitating what others have said who came before me)
First I'll emphasise that the plugin in the repository needs to be fixed up rather than users finding this forum and the correct URL
I created a page with the following:
{create-page:template=General Meeting Agenda and Minutes|prefix=Business|prompt=Please name the page *DAY MONTH YEAR* (eg. 21st October 2009)|target=edit}Create new General Business Meeting page{create-page}
The prompt is there to show users the format of the page name
I need to work out how to sort the pages in date created order only for the meeting pages as alpha sorting doesn't come out in the correct order with the date format given. Any thoughts? The obvious answer is to tell users to name the pages 'yyyy mm dd' but to give you an idea of how much of a challenge this is, our users want to only edit pages using Word (or Open Office in our case (ps. wanna vote for supporting Open Office 3 in the Office Connector plugin))
'target=edit' to make the template open in "add field variables" mode as would happen when a page is normally created from at Confluence template.
{boilerplate} is deprecated! Are there plans to switch to {live-template} or to ...
{boilerplate} is deprecated! Are there plans to switch to {live-template} or to have a new parameter which creates a {live-template} macro instead of {boilerplate}?
Comments (60)
Dec 05, 2006
Sean Eamon Kennedy says:
Is there any way to use an icon as the macro button?Is there any way to use an icon as the macro button?
Dec 05, 2006
Alain Moran says:
{createpage:whatever}Unable to render embedded object: File (myicon.png) not fou...{createpage:whatever}Unable to render embedded object: File (myicon.png) not found.{createpage}
Dec 07, 2006
Sean Eamon Kennedy says:
I tried this, but couldn't get it to work. Here's the markup: window.SyntaxH...I tried this, but couldn't get it to work. Here's the markup:
{create-page:template=PAS_glossary_table|target=edit|prompt=Enter name of table.} !table.png! {create-page}Here's the result:
Dec 09, 2006
Alain Moran says:
Could you try the following: ----TEST {create-page:template=PAS_glossary_table|...Could you try the following:
----TEST
{create-page:template=PAS_glossary_table|target=edit|prompt=Enter name of table.} !table.png! {create-page}
----TEST
And then paste everything, including the TEST comments.
Jul 16, 2007
Kevin Umbach says:
Being able to use an image with the createpage macro is a much needed feature. M...Being able to use an image with the createpage macro is a much needed feature. My users are asking if links can be buttons but I have to tell them no, you can't have that. Seems kind of odd for a system that is used to create web pages...
Feb 16, 2007
Jeff Heinen says:
One of the things I do is make daily pages of certain system information. It is...One of the things I do is make daily pages of certain system information. It is all templated, but I'd like to set the title to some varient of todays date, like 2007-02-16. Would it be possible to add a few date paramaters (YYYY, MM, DD) to the title option?
Feb 16, 2007
David Peterson [CustomWare] says:
This is now possible with the {link-page} macro in the latest version of the Lin...This is now possible with the {link-page} macro in the latest version of the Linking Plugin. Something like this:
{link-page:%content:title% - %global:current date > date:yyyy-MM-dd% - %global:current user > user:full name%|template=Expenses}You expenses for today{link-page}Jul 10, 2007
Russell Warren says:
The link to the docs for that link-page macro are broken. So are pretty much al...The link to the docs for that link-page macro are broken. So are pretty much all the ones that google tells me about.
Russ
Jul 10, 2007
David Peterson [CustomWare] says:
Sorry - the location for the Linking Plugin has moved since that comment - it is...Sorry - the location for the Linking Plugin has moved since that comment - it is now here. Details for the 'link-page' macro are in the 'Macros' tab.
Sep 11, 2007
Robert Tosch says:
Has the "link-page" macro also an analogous option to the "create page...Has the "link-page" macro also an analogous option to the "create page" macro's title option?
Because that's exactly what I need:
The only sad thing is, that the create page macro (even with the target=edit option) opens the source code of the scaffolding template and not the editable scaffolding forms.
Is there a possibility to get directly to the editable form mask?
Sep 11, 2007
Alain Moran says:
You should be using the boilerplate=SCAFFOLDNAME parameter, not the target= para...You should be using the boilerplate=SCAFFOLDNAME parameter, not the target= param
Sep 12, 2007
Robert Tosch says:
Hmm, that doesn't work Now you'll get directly the view of the created p...Hmm, that doesn't work
Now you'll get directly the view of the created page with the blank scaffolding items without the edit step.
I've a template titled "Requirement" with Scaffolding code.
My create-page macro is now:
{create-page:title=Test%ident%\|boilerplate=Requirement}Create a new Requirement{create-page}Sep 19, 2007
Robert Tosch says:
@Alain: Can you give me an example. I really need this feature combined with the...@Alain: Can you give me an example. I really need this feature combined with the scaffolding template.
Oct 09, 2007
Robert Tosch says:
@Alain: I'm still struggling with the issue, described in my post from Sep 12. ...@Alain: I'm still struggling with the issue, described in my post from Sep 12.
Do you have any ideas? I'm using Confluence v2.5.7 and Scaffolding plugin v2.3-dr7
Thanx a lot!
Oct 09, 2007
Alain Moran says:
Create page has only been tested with scaffolding v1.Create page has only been tested with scaffolding v1.
Jul 19, 2007
Joaquin Obieta says:
This macro does not seem to work with Version: 2.5.4 Build:#809. It will prompt ...This macro does not seem to work with Version: 2.5.4 Build:#809. It will prompt you for a page title, but if you enter any spaces (to separate words) and click OK it simply refreshes the page and fails to take you to the newly created page.
Jul 19, 2007
Joaquin Obieta says:
https://support.atlassian.com/browse/CSP-10338https://support.atlassian.com/browse/CSP-10338
Jul 19, 2007
Alain Moran says:
Unfortunately I cant view that issue, issues for create page should be filed her...Unfortunately I cant view that issue, issues for create page should be filed here: http://jira.adaptavist.com/browse/CREATE
I have just converted this over to maven2 and tested it on 2.5.3 and cant seem to find a problem with it, what markeup were you using?
Jul 20, 2007
John W. Knight says:
Using create-page to attempt to create a page with the same name as another spac...Using create-page to attempt to create a page with the same name as another space page fails silently. This is the problem with the comment above about spaces in the page name, and has nothing to do with spaces in the page title. It might be nice to have a non-silent failure.
Jul 20, 2007
Alain Moran says:
at what point does it fail? Does it attempt to fwd you to the view page? Does ...at what point does it fail?
Does it attempt to fwd you to the view page?
Does it fail to link?
Could you create an issue here:
http://jira.adaptavist.com/browse/CREATE
And mark it with the version of the plugin that you are using.
Aug 02, 2007
Apurva Kothari says:
I have a create-page macro that uses a static title. Once the page is created, a...I have a create-page macro that uses a static title. Once the page is created, any subsequent clicks on the create-page link keep you on the same page. Anyway for it to take you to the created page? We won't have to update the page to replace the create-page with a static link then.
Alternatively, is there a way to add logic around that link?
Thanks.
Aug 02, 2007
Alain Moran says:
Why are you using create-page anyway? From the sounds of things a standard conf...Why are you using create-page anyway?
From the sounds of things a standard confluence link would give you the same functionality.
Aug 03, 2007
Apurva Kothari says:
i used the link-page macro instead and got what i needed. thanks for the tip.i used the link-page macro instead and got what i needed.
thanks for the tip.
Sep 07, 2007
M Dhivya says:
Hi Apurva, i have jus faced thid issue. but i have solved it while are using t...Hi Apurva,
i have jus faced thid issue. but i have solved it
while are using the page title create like this
create-page:title=yourpagetitle%ident%
this will give u the static page title with identity like yourpage1, yourpage2, etc
also it wont ask u for the promt to enter the page title.
With Regards,
Dhivya.M
Sep 07, 2007
Tobias Sandhaas says:
I am using the create-page macro in combination with confluence templates which ...I am using the create-page macro in combination with confluence templates which are using
variables (eg. @VAR1). Is it possible to predefine the values of these variables within the
create-page-macro?
eg.:
create-page:template=customer|addspace=false|target=edit|VAR1=11111|VAR2=customer a|prompt=Please enter the customername}Click Here to add a new customer
create-page}
If not, do you know some other way to accomplish this?
Sep 07, 2007
Alain Moran says:
Take a look at the Replace and Render PluginTake a look at the Replace and Render Plugin
Sep 13, 2007
Igor Minar says:
Where can I find the source code for this plugin?Where can I find the source code for this plugin?
Sep 13, 2007
Alain Moran says:
Deviously, I hid it on atlassian's public svn server ... I figured nobody would ...Deviously, I hid it on atlassian's public svn server ... I figured nobody would think to look there for it
http://svn.atlassian.com/svn/public/contrib/confluence/createpage-plugin/trunk/
Sep 13, 2007
Igor Minar says:
Thanks Alain. Maybe you should add this information in the plugin description se...Thanks Alain. Maybe you should add this information in the plugin description section at the top of this page.
btw I committed some important patches.
Sep 14, 2007
Alain Moran says:
Its actually part of the repository metadata, I havent been creating tags so I h...Its actually part of the repository metadata, I havent been creating tags so I hadnt added it to the repo metadata (I dont think there is a way of specifying an overall source link, only links to each tag).
If you have made changes, be sure to update the repository metadata and add yourself as a contributor
Oct 10, 2007
B Sudhakar says:
We are running confluence 2.6.0 and have templates with labels defined there (ne...We are running confluence 2.6.0 and have templates with labels defined there (new feature in Conf 2.6.0)
We have create page macro to create pages from these templates.
Create Business Activity
The labels defined in the template are not carried froward into the created page using the above line.
Normal, Add page from template carries forward the labels defined in the template.
For now, we are using the add-label macro to get around this problem.
When will you be solving this issue?
Jan 03, 2008
Ashim Ranadive says:
Using the create-page macro & Scaffolding, how can I get directly to the Sca...Using the create-page macro & Scaffolding, how can I get directly to the Scaffold editing view? (Not the Wiki markup, but rather the editable template)
Boilerplate takes me to view the template and I have to then click the Edit tab.
Thanks
Jan 24, 2008
Richard Fletcher says:
Tried the create page macro with a template in my own personal space. The f...Tried the create page macro with a template in my own personal space. The form data is not held (ie there is no "insert variable" button) so the page gets created with nothing in it.
Jan 24, 2008
Robert Breton says:
Did you include "target=edit"?Did you include "target=edit"?
Mar 19, 2008
Robert Ortner says:
I have the same problem - its not possible to change in edit mode to set variabl...I have the same problem - its not possible to change in edit mode to set variables from the template
Feb 15, 2008
Chris Paquin says:
Hopefully an easy question.. is there a way to have the macro JUST create the pa...Hopefully an easy question.. is there a way to have the macro JUST create the page, and NOT take the user to either edit or view, and instead just stay on the page where the macro was invoked? I'm working with the Check-list macros, and am looking for an easy way to create empty pages by just entering a title, but not providing any other details.
Feb 21, 2008
Markus Nagengast says:
Is it already possible now to use an image as link? Thanks...Is it already possible now to use an image as link?
Thanks...
Feb 25, 2008
S Wright says:
Is it possible to 'save' the edited form of a temple without going into the wiki...Is it possible to 'save' the edited form of a temple without going into the wiki markup page and clicking on 'save'? This is more intuitive for the user, who might get confused at seeing the mark-up and not properly save the form after creating a page. For example, can the user simply 'insert varibales' and then the form is automatically saved in the space?
Thanks
Apr 08, 2008
Lubos Strapko says:
It's a great plugin. We use it quite often. But there is a small bug in createpa...It's a great plugin. We use it quite often. But there is a small bug in createpage.js, the javascript function "escape()" is not suitable for encoding URL address, you should use a javascript function "encodeURI()". It's very very very important to be compatible with all charsets and browsers.
So instead of:
document.location=url+escape(name)+postfix;
use:
document.location=url+encodeURI(name)+postfix;
Enjoy yorself
Jul 17, 2008
Francis vila says:
I am trying to use {create-page} in the context of a scaffold template. I do ge...I am trying to use {create-page} in the context of a scaffold template.
I do get the link with the plus sign in the page created from the template: that looks OK
But when I click the + sign, the page I am editing disappears to leave way to the newly created page
The result is that my first page is not saved. Even if I do save it before clicking +, I have to navigate back to it, and it does not have a link to the newly created page.
I am doing this right?
Jul 22, 2008
Brian Bukowski says:
We're using the create-page template to compile content for an enterprise encycl...We're using the create-page template to compile content for an enterprise encyclopedia. I'm trying to create pages with no parent (orphaned pages). I've tried using the parent= parameter to do this, but I'm unable to create a page without a parent.
Can anyone offer some advice? Is this possible with this macro?
Aug 07, 2008
Alison Paddock says:
This plugin has been in Beta state for a while, do we know when it will move to ...This plugin has been in Beta state for a while, do we know when it will move to Stable and what the process or criteria are for the change of state?
Thanks
Alison
Mar 19, 2009
Ginil Fernandez says:
Hi, I haven't used confluence much and i'm still gaining understanding the macr...Hi,
I haven't used confluence much and i'm still gaining understanding the macros and plugins in confluence.
I would like to be able to upload a file, then display it on a new created page in confluence.
E.g. the following steps
1. Open my upload page in confluence which uses my own upload servlet to store a file on another server.[This part is critical since i do processing on the file]
2. Pass the location of this file as a parameter to a plugin on a new page that is automatically created using a macro such as this.
Can I use this macro to do it? If not what do you suggest I do?
Any help will be greatly appreciated.
Thanks.
G.
May 20, 2009
Sonia Knajdek says:
Is there a way to enforce template usage with this plugin? I would like the user...Is there a way to enforce template usage with this plugin? I would like the users to only use create page macro for creating new pages and not the standard add page button. It would be great if I could specify in the macro body who can create pages and not in the Space Admin Panel - then the standard Confluence Add Page Button wouldn't be visible to anyone and users with permissions to add new pages would have to go click on the add page macro link.
May 29, 2009
Matthias Schuldner says:
Hi, we create a page with the create page plugin and use the javascript prompt ...Hi,
we create a page with the create page plugin and use the javascript prompt to enter its name.
But if we type an existing name the old page will be overwritten without warning.
Is there a solution to display a warning?
When I use the %ident% parameter as postfix every new page is extended with an unattractive "1".
I only need such a number when there is already a page with this name..
Thanks!
Matthias
Jun 08, 2009
Tracy Adams says:
HELP - the create-page macro was working fine for us. I'm not sure exactly...HELP - the create-page macro was working fine for us. I'm not sure exactly what has changed - should be nothing except for an apache config change. Now when we use create page, the page names get %20's in them instead of spaces. Additionally the @self doesn't seem to be working, it tries to create the page at the root.
We use this macro everywhere, any help you could give would be greatly appreciated.
Thanks
Jun 25, 2009
Pam Cole says:
Any chance this macro will work in Confluence 3.0??Any chance this macro will work in Confluence 3.0??
Jul 07, 2009
shweta says:
Is there any way which I can create a page in new window.Is there any way which I can create a page in new window.
Jul 13, 2009
Sashidaran Jayaraman [Atlassian] says:
Hi Shweta, Perhaps you could try to create user macro to do this. In order to c...Hi Shweta,
Perhaps you could try to create user macro to do this. In order to create a new user macro:
{newpage}Hope this helps
Cheers
JSashi
Jul 13, 2009
Sean Winter says:
Is there a Create News macro similar to the Creat Page?Is there a Create News macro similar to the Creat Page?
Oct 22
Karen Wright says:
I can't find anything for this one. It would be nice to set a 'label' to it, the...I can't find anything for this one. It would be nice to set a 'label' to it, the same way you set a parent to the add-page-form.
{add-news-form:label=showandtell}Add news{add-news-form}.
I've raised a feature request in JIRA for this. See CONF-17297.
Oct 22
Alain Moran says:
Use the {add-label} macro with a template ... you can specify the template throu...Use the {add-label} macro with a template ... you can specify the template through create-page.
Jul 29, 2009
Alberto says:
Hi, i would like create a new page from excel template but the new page will be ...Hi, i would like create a new page from excel template but the new page will be a static page and not depend from excel file. After create the page i can remove the excel. It's possible?
Thanks
Aug 25
Dima Stelmakh says:
The download JAR URL appears to be broken for this plugin. Any info on when it i...The download JAR URL appears to be broken for this plugin. Any info on when it is expected to be back online?
Thank you.
Aug 25
Alain Moran says:
looks like a bug in plugins.atlassian.com, possibly related to the fix for incre...looks like a bug in plugins.atlassian.com, possibly related to the fix for incrementing the download counters.
The actual jar files can be found here (this is where PAC should be getting them from): http://svn.atlassian.com/svn/public/contrib/confluence/createpage-plugin/trunk/dist/
Aug 26
Dima Stelmakh says:
When I install the 1.2.1 jar from the svn location you provided my plugin reposi...When I install the 1.2.1 jar from the svn location you provided my plugin repository still complaints that an outdated plugin version is installed. Is it just another bug, can I ignore it?
I want to make sure I am using the latest version of plugin.
Oct 31
Brooke Smith says:
I got an error saying this (http://svn.atlassian.com/svn/public/contrib/confluen...I got an error saying this (http://svn.atlassian.com/svn/public/contrib/confluence/createpage-plugin/trunk/dist/) doesn't exist (either).
Any idea when this will be back online?
Thanks for all your work guys (and gals)!
Oct 31
Alain Moran says:
seems to work for meseems to work for me
Nov 01
Brooke Smith says:
Ok, Dohh! http://svn.atlassian.com/svn/public/contrib/confluence/creat...Ok, Dohh! http://svn.atlassian.com/svn/public/contrib/confluence/createpage-plugin/trunk/dist/ is the directory. In there is adaptavist-plugin-createpage-1.2.1.jar which seems to be the latest. I now seem to have it all working. I thought I'd provide some feedback about how I'm using to help others (really I'm regurgitating what others have said who came before me)
First I'll emphasise that the plugin in the repository needs to be fixed up rather than users finding this forum and the correct URL
{create-page:template=General Meeting Agenda and Minutes|prefix=Business|prompt=Please name the page *DAY MONTH YEAR* (eg. 21st October 2009)|target=edit}Create new General Business Meeting page{create-page}Aug 26
Herbert Pelzer says:
{boilerplate} is deprecated! Are there plans to switch to {live-template} or to ...{boilerplate} is deprecated! Are there plans to switch to {live-template} or to have a new parameter which creates a {live-template} macro instead of {boilerplate}?