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) »
  • Edit personal campaign pages
Pages: [1]

Author Topic: Edit personal campaign pages  (Read 1247 times)

luismiguel2001us

  • Guest
Edit personal campaign pages
August 18, 2009, 07:44:39 pm
Hi folks,

I was wondering how a Drupal or Civi admin would be able to edit the content of a personal campaign page. It seems that only the person that built the PCP can actually edit the page and that a Civi admin can only approve, reject, or delete a PCP. I would like to know if there is a way for a civi admin to edit the content of a PCP. Thanks in advance for your help.

Luis

Sunil

  • I post frequently
  • ***
  • Posts: 131
  • Karma: 23
  • The community around a product more important than the product itself?
    • CiviCRM
Re: Edit personal campaign pages
August 18, 2009, 11:07:43 pm
Hi,
you need to do custom coding,
add  UPDATE action in following function
CRM_Contribute_Page_PCP::link(),

For Help refer CRM_Contribute_BAO_PCP::pcpLinks( ); to know the Url and it's argument

Sunil
The community around a product more important than the product itself?

luismiguel2001us

  • Guest
Re: Edit personal campaign pages
August 19, 2009, 04:42:54 pm
Hi Sunil,

Thanks for your answer. I will take a look at it.

Luis

jrock

  • Guest
Re: Edit personal campaign pages
September 01, 2009, 06:49:34 am
If you view a person's Contact Dashboard there is a link near the bottom that allows the administrator to edit PCP pages.

websynapse

  • I post frequently
  • ***
  • Posts: 216
  • Karma: 3
    • Ryan Kennedy
  • CiviCRM version: 4.3.7
  • CMS version: Drupal 6
Re: Edit personal campaign pages
June 30, 2010, 02:50:26 pm
I'm looking at the Dashboard of a user with a PCP and can't see this link. I have all permissions.

dpolant

  • I’m new here
  • *
  • Posts: 7
  • Karma: 1
Re: Edit personal campaign pages
August 18, 2010, 08:47:20 am
Here is a potential solution. Say you want to edit /civicrm/contribute/pcp/info?reset=1&id=23. Just throw action=update into the url, so it reads /civicrm/contribute/pcp/info?reset=1&id=23&action=update. That should take you to the update page if you are an admin. I don't know why there is no link to this url in the manage personal campaigns tab.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Edit personal campaign pages

This forum was archived on 2017-11-26.