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) »
  • Remove "Create your own fundraising page" link
Pages: [1]

Author Topic: Remove "Create your own fundraising page" link  (Read 1874 times)

ToddFur

  • I post occasionally
  • **
  • Posts: 52
  • Karma: 0
Remove "Create your own fundraising page" link
September 22, 2010, 09:32:22 am
Hi,

I am setting up personal campaign page for people to donate money....

However I want to remove the "Create your own fundraising page" link on the bottom on this page.

https://www.bensbells.org/drupal/index.php?q=civicrm/contribute/pcp/info&reset=1&id=1

I'm trying to find the right template file under /template/CRM/Contribute/Form and I don't see it.

I guess I should say I also want that link removed from the Thank You page as well....


sushant

  • I post frequently
  • ***
  • Posts: 126
  • Karma: 8
  • CiviCRM version: v3.2.x,v3.3.x v4.0.x, v4.x,trunk
  • CMS version: Drupal 6/7 ,joomla 1.5,1.6
  • MySQL version: 5.1.51
  • PHP version: 5.3.3
Re: Remove "Create your own fundraising page" link
September 22, 2010, 11:21:31 pm
ToddFur,
You can Modify  following tpl files for removing  "Create your own fundraising page" link :
templates/CRM/Contribute/Form/Contribution/ThankYou.tpl (line no 45)
templates/CRM/Contribute/Page/PCPInfo.tpl (line no 114)

HTh.
Sushant
CiviCRM Priority Support
http://support.civigardens.com/
http://osseed.com

ToddFur

  • I post occasionally
  • **
  • Posts: 52
  • Karma: 0
Re: Remove "Create your own fundraising page" link
September 28, 2010, 10:02:48 am
Thanks!!

There is one more small modification I want to make.... At the PCP page, when the user hits "Donate Now" button, the next page is a form
for people to fill out and it has this message:

"This contribution is being made thanks to effort of Dean Packard, who supports our campaign. You can support it as well - once you complete the donation, you will be able to create your own Personal Campaign Page!"

I want this removed. Which file is this?

websynapse

  • I post frequently
  • ***
  • Posts: 216
  • Karma: 3
    • Ryan Kennedy
  • CiviCRM version: 4.3.7
  • CMS version: Drupal 6
Re: Remove "Create your own fundraising page" link
January 15, 2011, 02:26:42 pm
That text is in civicrm/CRM/Contribute/Form/Contribution/Main.php

ehowland

  • I’m new here
  • *
  • Posts: 25
  • Karma: 0
  • CiviCRM version: 3.3.5
  • CMS version: Drupal 6
  • MySQL version: various
  • PHP version: various
Re: Remove "Create your own fundraising page" link
March 09, 2011, 02:30:28 pm
Another possibility is to remove it in css.  I used the following:

/* Hide link to create a new PCP on Personal Campaign page */
#crm-container div.pcp-create-your-own {
    display: none
}

I have not noticed that anything else I wanted disappeared.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Remove "Create your own fundraising page" link

This forum was archived on 2017-11-26.