Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
211 views

Drupal CiviCRM Javascript Conflict

Installed CiviCRM in a fresh Drupal install, customized the CiviCRM and added data. The actual Drupal site was built separately in a separate install. Now that it is complete, I merged the CiviCRM ...
1
vote
1answer
90 views

INSERT INTO between tables with INNER JOIN

An earlier data import in CiviCRM placed some member numbers into a custom field (member_number) instead of the more useful (external_id) field. My (admittedly limited) SQL skills are way too rusty, ...
1
vote
1answer
42 views

Add a field with dropdown option to civicrm profile

Hiii hiw can i add a field with dropdown option to civicrm profile? i added some civicrm fields with my drupal registration form. There is work addresss and home address, i want an option to select ...
1
vote
1answer
95 views

Theming with CiviCRM and Drupal, php variables, basics

I've installed CiviCRM with my drupal installation, and I am creating a custom theme. What is a good resource for utilizing CiviCRM elements in the theme? I need to give/pull these things to/from ...
1
vote
2answers
90 views

Run a url through cronjob

I need to run http://civicrm.example.org/sites/all/modules/civicrm/bin/civimail.cronjob.php?name=username&pass=password&key=site-key through a web browser, so that the email will be sent from ...
1
vote
3answers
3k views

Maximum function nesting level reached error in Drupal

Hi now I am working with civicrm with drupal. I created one custom import section. when ever I submit mapped form it shows this kind of an error Fatal error: Maximum function nesting level of ...
1
vote
2answers
505 views

Is it possible to share users between a Drupal 6.x and Open Atrium database, based on organic groups or CiviCRM smart groups?

I use Drupal with CiviCRM for our nonprofit's public site and CRM database, and Open Atrium for the intranet. My goal is to either sync or share specific users from the public site to the intranet, to ...
0
votes
0answers
14 views

Error while adding new Individual in Civicrm with Drupal

I installed civicrm 4 for drupal 7. After installed, trying to add Contacts->New Individual. I am getting following error. While transaction also i am getting following error As i am new to ...
0
votes
1answer
105 views

PHP - variable not “resetting” during same session

I've been working to bridge Joomla and CiviCRM profile updates. Initially, all I want to do is update the CiviCRM matching profile when the Joomla profile e-mail changes (Note: The latest civi version ...
0
votes
1answer
29 views

How to copy a CiviCRM/Drupal install from 1 server to another

I've tried copying a a CiviCRM/Drupal install from 1 server to another. I copied all the files within the drupal root, and the database, and changed the database details in both Drupal's settings.php ...
0
votes
1answer
83 views

How to add Facebook 'Like' button to CiviCRM mailings

I'm trying to add the facebook 'Like' button to my CiviCRM civiMail footer template. When I paste the downloaded code into the footer code the CiviCRM editor flags up the following error "Illegal ...
0
votes
0answers
33 views

CiviCRM error when trying to update contact

I am trying to update an Individual contact and every time I submit the edits, I get an error Database Error Code: Cannot add or update a child row: a foreign key constraint fails ...
0
votes
0answers
96 views

Use Civic CRM custom fields in Joomla component

I have installed Civic CRM as a Joomla component and added some custom fields for individual. Now I need to manipulate this custom fields from another Joomla component. For example, I have added ...
0
votes
0answers
97 views

CiviCRM RSS event listings, formatting address

I am trying to integrate a CiviCRM "upcoming events" feed into the website for my organization here using Joomla! 1.6 and the default RSS feed plugin. I created a custom template for the RSS feed to ...
0
votes
0answers
71 views

ACH payment for Ubercart: Seeking third-party solution, what do I need to know / ask?

A potential client wants a staff information system - some basic information for each member of staff, plus two-ledger accounting (payable, receivable) for payments of salary and insurance. They ...
0
votes
1answer
27 views

How to create a mapping type in civicrm?

I need to create a new mapping type like Import Contribution / Import Contact. How can I create that? Kindly help me.
0
votes
1answer
564 views

How to validate PAN No and Bank account number using php?

I need to validate pan number and bank account number fields. How can I do that using php? I have to implement this validation in civicrm custom form. civicrm has any built in function for these two ...
0
votes
1answer
227 views

How to insert custom field values in civicrm?

Hello friends I created some custom fields for contacts. How can I insert values to that custom fields. I tried to pass the custom values with params. but its not inserting. how to insert that values. ...
0
votes
1answer
126 views

How to process this array using php?

I am importing users data from a csv file. After uploading me got this kind of a an array CRF_Tester_Import_Parser_TesterData Object ( [_mapperKeys:protected] => Array ( ) ...
0
votes
1answer
30 views

how to retrive tag details in civicrm?

which class is used for retriving tag details using tag id? any body knows the solution please help me. I have to check the taged element name on the basis of that I have to create one activity?