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 Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • WordPress: Allow Contact to Edit His/Her Information [SOLVED]
Pages: [1]

Author Topic: WordPress: Allow Contact to Edit His/Her Information [SOLVED]  (Read 966 times)

Pamela

  • I’m new here
  • *
  • Posts: 23
  • Karma: 0
  • CiviCRM version: 4.5.5
  • CMS version: WordPress 4.1
  • MySQL version: 5.5.40
  • PHP version: 5.3.27
WordPress: Allow Contact to Edit His/Her Information [SOLVED]
November 06, 2012, 10:30:48 am
Hi all,

I installed CiviCRM on WordPress a few days ago, and I've been exploring it. I currently have 100 contacts in my contact list. I want to allow any one of these contacts to edit only HIS/HER contact information (and not anyone else's information). Is there a way to inherently do this in CiviCRM, using WordPress?

Thanks!
« Last Edit: December 19, 2014, 04:30:12 am by Pamela »

Jason W

  • I post frequently
  • ***
  • Posts: 197
  • Karma: 12
  • jason@civitrainingtutorials.com
  • CiviCRM version: 4.2
  • CMS version: Drupal 7
  • MySQL version: 5.x
  • PHP version: 5.x.x
Re: WordPress: Allow Contact to Edit His/Her Information
November 06, 2012, 01:24:14 pm
Hello Pamela,

This functionality is usually accomplished via Access Control Lists (ACLs). Unfortunately this feature is not supported in current versions of Civi. The good news is that this will be available for WordPress in v4.3, due out early next year. in the mean time, I would suggest reading up on ACLs and playing around with them on the Drupal or Joomla Demo site.

http://drupal.demo.civicrm.org/

Also, See http://civicrm.org/blogs/rajesh/wordpress-access-control

Cheers,
Jason
civiTrainingTutorials
"Helping You Help Others"

Pamela

  • I’m new here
  • *
  • Posts: 23
  • Karma: 0
  • CiviCRM version: 4.5.5
  • CMS version: WordPress 4.1
  • MySQL version: 5.5.40
  • PHP version: 5.3.27
Re: WordPress: Allow Contact to Edit His/Her Information
November 07, 2012, 04:40:29 pm
Quote from: Jason W on November 06, 2012, 01:24:14 pm
Hello Pamela,

This functionality is usually accomplished via Access Control Lists (ACLs). Unfortunately this feature is not supported in current versions of Civi. The good news is that this will be available for WordPress in v4.3, due out early next year. in the mean time, I would suggest reading up on ACLs and playing around with them on the Drupal or Joomla Demo site.

Thanks for the prompt helpful reply, Jason.

I've been playing with ACL on the Drupal demo, and can't manage to find an inherent way to create a user and allow them to edit only their profile. I suppose this will take customized coding then? No problem, just wanted to make sure this feature isn't possible within Civi before I started coding it.

Thanks!

Pam

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: WordPress: Allow Contact to Edit His/Her Information
November 07, 2012, 08:17:34 pm

In drupal, u dont need to setup an ACL for a user to view/edit their own information

You can do this directly from the User Account screen. Drupal allows other modules to add information to the user account screens

This functionality is not part of the Civi+WP integration. I'm not sure if WP allows the above also

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pamela

  • I’m new here
  • *
  • Posts: 23
  • Karma: 0
  • CiviCRM version: 4.5.5
  • CMS version: WordPress 4.1
  • MySQL version: 5.5.40
  • PHP version: 5.3.27
Re: WordPress: Allow Contact to Edit His/Her Information
November 08, 2012, 05:40:57 am
Quote from: Donald Lobo on November 07, 2012, 08:17:34 pm

In drupal, u dont need to setup an ACL for a user to view/edit their own information

You can do this directly from the User Account screen. Drupal allows other modules to add information to the user account screens

This functionality is not part of the Civi+WP integration. I'm not sure if WP allows the above also

lobo

Wow! Thanks Donald! If that's the case, then I can just use Drupal instead of WordPress. Do you know if this is also the case for Joomla, or is it only this way for Drupal?

I guess on the Civi Drupal demo site, the user account screen is inaccessible as I had a hunch to look there but was unable to find access it. I suppose I'll just install Drupal and Civi on my server and check it out on my install.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: WordPress: Allow Contact to Edit His/Her Information
November 08, 2012, 06:50:42 am

if u r logged in as demo, check:

http://drupal.demo.civicrm.org/user/

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pamela

  • I’m new here
  • *
  • Posts: 23
  • Karma: 0
  • CiviCRM version: 4.5.5
  • CMS version: WordPress 4.1
  • MySQL version: 5.5.40
  • PHP version: 5.3.27
Re: WordPress: Allow Contact to Edit His/Her Information
November 08, 2012, 10:12:43 am
Quote from: Donald Lobo on November 08, 2012, 06:50:42 am

if u r logged in as demo, check:

http://drupal.demo.civicrm.org/user/

lobo

Very nice! Thanks a bunch, Donald! Regarding the post linked to by Jason about v4.3, does this mean that this same capability of being able to allow a user to edit his/her own profile will be available using WordPress?

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • WordPress: Allow Contact to Edit His/Her Information [SOLVED]

This forum was archived on 2017-11-26.