CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • PCP confirmation email templates location
Pages: [1]

Author Topic: PCP confirmation email templates location  (Read 2889 times)

nightlrd

  • I post occasionally
  • **
  • Posts: 62
  • Karma: 0
  • CiviCRM version: 3.4
  • CMS version: Joomla 1.5
PCP confirmation email templates location
November 12, 2009, 10:27:24 am
Where can I find the files that controle the confirmation emails for when a user signs up for a PCP or user account?

nightlrd

  • I post occasionally
  • **
  • Posts: 62
  • Karma: 0
  • CiviCRM version: 3.4
  • CMS version: Joomla 1.5
Re: PCP confirmation email templates location
November 12, 2009, 01:47:19 pm
Actualy diging into the files I think I found the template but now I am trying to edit the generated link to remove the admin part...

2. Click or paste this link into your browser to go to your page:
Code: [Select]
http://www.url.org/site/event/jbolympics/administrator/index2.php?option=com_civicrm&task=civicrm/contribute/pcp/info&reset=1&id=1
and change it to:

2. Click or paste this link into your browser to go to your page:
Code: [Select]
http://www.url.org/site/event/jbolympics/index.php?option=com_civicrm&task=civicrm/contribute/pcp/info&reset=1&id=1
What file do I edit our where do I go for this???
Both these links work exept 1 takes you to the admin backend which is not wanted and the other goes to the PCP page via the front end.

Please, can someone help???

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: PCP confirmation email templates location
November 12, 2009, 06:19:20 pm
Thanks for reporting this - it's a bug in the code which creates several of the URLs for PCP email in Joomla sites. I've posted an issue here:
http://issues.civicrm.org/jira/browse/CRM-5386

The fix will be included in the next 3.0 release (3.0.3). If you want to fix it sooner you can apply these two changes to CRM/Contribute/BAO/PCP.php and test it out. You'll be adding an additional parameter (true) to each of the two lines so they look as shown below:

Code: [Select]
In line 474
                                          true, null, false, true);

In line 480
                                            true, null, false, true);
Protect your investment in CiviCRM by  becoming a Member!

nightlrd

  • I post occasionally
  • **
  • Posts: 62
  • Karma: 0
  • CiviCRM version: 3.4
  • CMS version: Joomla 1.5
Re: PCP confirmation email templates location
November 13, 2009, 07:28:08 am
Dave,
Thanks for the reply. I'll give the edits a shot. Thanks again.

Chris

jrthor2

  • Guest
Re: PCP confirmation email templates location
January 16, 2010, 02:15:59 pm
Quote from: Dave Greenberg on November 12, 2009, 06:19:20 pm
Thanks for reporting this - it's a bug in the code which creates several of the URLs for PCP email in Joomla sites. I've posted an issue here:
http://issues.civicrm.org/jira/browse/CRM-5386

The fix will be included in the next 3.0 release (3.0.3). If you want to fix it sooner you can apply these two changes to CRM/Contribute/BAO/PCP.php and test it out. You'll be adding an additional parameter (true) to each of the two lines so they look as shown below:

Code: [Select]
In line 474
                                          true, null, false, true);

In line 480
                                            true, null, false, true);
I have version 3.0.3, and this is not fixed.  See my post here:

http://forum.civicrm.org/index.php/topic,11688.0.html

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • PCP confirmation email templates location

This forum was archived on 2017-11-26.