From 33b09fcafa578694eddb808cf8cc9dec6445a6e6 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Wed, 29 May 2013 10:47:31 -0700 Subject: [PATCH] CRM-12691 modify crmURL for WordPress links to use a=1 fe=1 ---------------------------------------- * CRM-12691: Create PCP link is hard to discover and link in user guide is incomplete http://issues.civicrm.org/jira/browse/CRM-12691 --- templates/CRM/PCP/Form/PCP.tpl | 2 +- templates/CRM/PCP/Page/PCP.hlp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/PCP/Form/PCP.tpl b/templates/CRM/PCP/Form/PCP.tpl index 8ec1ccb6ac..c83e599e81 100644 --- a/templates/CRM/PCP/Form/PCP.tpl +++ b/templates/CRM/PCP/Form/PCP.tpl @@ -80,7 +80,7 @@ {if $config->userSystem->is_drupal || $config->userFramework EQ 'WordPress'} {ts}You can also place additional links (or menu items) allowing constituents to create their own fundraising pages using the following URL:{/ts}
- {crmURL a=true p='civicrm/contribute/campaign' q="action=add&reset=1&pageId=`$pageId`&component=`$context`"} + {crmURL a=1 fe=1 p='civicrm/contribute/campaign' q="action=add&reset=1&pageId=`$pageId`&component=`$context`"} {elseif $config->userFramework EQ 'Joomla'} {ts}You can also create front-end links (or menu items) allowing constituents to create their own fundraising pages using the Menu Manager. Select Contributions » Personal Campaign Pages and then select this event.{/ts} {/if} diff --git a/templates/CRM/PCP/Page/PCP.hlp b/templates/CRM/PCP/Page/PCP.hlp index e1b63b09ad..19a266b7db 100644 --- a/templates/CRM/PCP/Page/PCP.hlp +++ b/templates/CRM/PCP/Page/PCP.hlp @@ -34,7 +34,7 @@

{if $config->userSystem->is_drupal || $config->userFramework EQ 'WordPress'} {ts}You can also place additional links (or menu items) allowing constituents to create their own fundraising pages using the following URL:{/ts}
- {crmURL a=true p='civicrm/contribute/campaign' q="action=add&reset=1&pageId=&component="} + {crmURL a=1 fe=1 p='civicrm/contribute/campaign' q="action=add&reset=1&pageId=&component="} {elseif $config->userFramework EQ 'Joomla'} {ts}You can also create front-end links (or menu items) allowing constituents to create their own fundraising pages using the Menu Manager. Select Contributions » Personal Campaign Pages and then select this event.{/ts} {/if} -- 2.25.1