Skip to content
Snippets Groups Projects
Commit 33b09fca authored by Dave Greenberg's avatar Dave Greenberg
Browse files

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
parent 2f7f62dd
Branches
Tags
No related merge requests found
......@@ -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}
......
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment