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 CiviMember (Moderator: Deepak Srivastava) »
  • Batch edit - addresses
Pages: [1]

Author Topic: Batch edit - addresses  (Read 3726 times)

mixxmedia

  • Guest
Batch edit - addresses
July 03, 2007, 08:21:57 am
Is there a way to batch edit addresses? More specifically we'd like to take all members from one 'Group' and add one Country to their Address profile.

Thanks

mxm

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Batch edit - addresses
July 03, 2007, 09:05:39 am
Yes it is possible using task action Batch Update via Profile.

1. Create a profile with the fields that you need to edit.
2. Using Advanced Search which has CiviMember component, find the contacts that you want to edit.
3. Select the contact and then use task action "Batch Update via profile"
4. Now select the profile that you created earlier.
5. Edit and Save :)
Found this reply helpful? Support CiviCRM

mixxmedia

  • Guest
Re: Batch edit - addresses
July 03, 2007, 09:11:03 am
Thanks Kurund, will let you know if it works.

mxm

mixxmedia

  • Guest
Re: Batch edit - addresses
July 03, 2007, 09:17:00 am
I got the following error message when I clicked on Batch Edit via Profile:

Warning: Smarty error: unable to read resource: "CRM/Contact/Form/Task/Pickprofile.tpl" in /usr/home/insaradm/public_html/test/administrator/components/com_civicrm/civicrm/packages/Smarty/Smarty.class.php on line 1095

Any idea what this means?

mxm

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: Batch edit - addresses
July 03, 2007, 09:29:29 am

what version and revision number are u using

can u also check CRM/Utils/System.php and search for 'pickprofile'. You should see this line:

                                                'pickprofile'        => 'PickProfile',

If not, add it to the array which starts at line 52 or so

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

mixxmedia

  • Guest
Re: Batch edit - addresses
July 03, 2007, 09:44:17 am
Using CiviCRM 1.6.8310

mixxmedia

  • Guest
Re: Batch edit - addresses
July 03, 2007, 09:48:04 am
Was that a Joomla path you mentioned above or Drupal? I'm using Joomla on the front-end.

mxm

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: Batch edit - addresses
July 03, 2007, 09:58:22 am

that file is present in both. So adding that statement might potentially fix it.

u might want to consider upgrading to 1.7 since that has quite a few bug fixes and enhancements over 1.6

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

mixxmedia

  • Guest
Re: Batch edit - addresses
July 03, 2007, 10:04:06 am
Will do thanks

mxm

mixxmedia

  • Guest
Re: Batch edit - addresses
July 03, 2007, 10:24:08 am
Made the array change and am still getting the error.

Is this themost current "how to' for a Joomla based CRM v1.6 to 1.7 upgrade?

http://wiki.civicrm.org/confluence/display/CRMDOC/Upgrading+CiviCRM+on+Joomla%21


mxm

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: Batch edit - addresses
July 03, 2007, 10:46:09 am

yes thats the most latest wiki page. please update the wiki page if needed
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

mixxmedia

  • Guest
Re: Batch edit - addresses
July 03, 2007, 10:51:13 am
Will do. Just hope I can follow it :)

mxm

mixxmedia

  • Guest
Re: Batch edit - addresses
July 04, 2007, 10:59:00 am
Could I solve the batch edit using phpMyAdmin? and if so how?

mxm

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: Batch edit - addresses
July 04, 2007, 11:19:49 am

If you know sql well enough you can do this using PMA / mysql shell. You might want to check the CiviCRM ERD (at http://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+ERD) and get a better idea of the schema. Please post your sql script back on the forum for future users :)

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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • Batch edit - addresses

This forum was archived on 2017-11-26.