CRM-12691 modify crmURL for WordPress links to use a=1 fe=1
authorDave Greenberg <dave@civicrm.org>
Wed, 29 May 2013 17:47:31 +0000 (10:47 -0700)
committerDave Greenberg <dave@civicrm.org>
Wed, 29 May 2013 17:47:31 +0000 (10:47 -0700)
----------------------------------------
* 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
templates/CRM/PCP/Page/PCP.hlp

index 8ec1ccb6ac8100faf397efcd38703623e3e51ea9..c83e599e813a7b755db3b2b8052b6b7cdfe453ee 100644 (file)
@@ -80,7 +80,7 @@
           <span class="description">
             {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}<br />
-              <em>{crmURL a=true p='civicrm/contribute/campaign' q="action=add&reset=1&pageId=`$pageId`&component=`$context`"}</em>
+              <em>{crmURL a=1 fe=1 p='civicrm/contribute/campaign' q="action=add&reset=1&pageId=`$pageId`&component=`$context`"}</em>
             {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 <strong>Contributions &raquo; Personal Campaign Pages</strong> and then select this event.{/ts}
             {/if}
index e1b63b09ad05a7eec5451a3715ff6a52854584e8..19a266b7dbf24ddf08b1224b8c19a709f2c2f351 100644 (file)
@@ -34,7 +34,7 @@
 <p>
 {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}<br />
-  <em>{crmURL a=true p='civicrm/contribute/campaign' q="action=add&reset=1&pageId=<id of contribution page or event>&component=<contribute or event>"}</em>
+  <em>{crmURL a=1 fe=1 p='civicrm/contribute/campaign' q="action=add&reset=1&pageId=<id of contribution page or event>&component=<contribute or event>"}</em>
 {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 <strong>Contributions &raquo; Personal Campaign Pages</strong> and then select this event.{/ts}
 {/if}