Questions tagged [civicrm]

is a web-based, open source, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations. You may do better to ask your question at https://civicrm.stackexchange.com

As a non profit committed to the public good itself, CiviCRM understands that forging and growing strong relationships with constituents is about more than collecting and tracking constituent data - it is about sustaining relationships with supporters over time.

To this end, CiviCRM has created a robust web-based, open source, highly customizable, CRM to meet organizations’ highest expectations right out-of-the box. Unlike proprietary software, each new release of this open source software reflects the very real needs of its users as enhancements are continually given back to the community.

Provided a robust feature set, organizations realize their mission via CiviCRM through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more.

CiviCRM specific questions can be asked in its own Q/A platform at CiviCRM Stack Exchange

139 questions
2
votes
2 answers

Special characters get converted in CiviCRM templates

I am sure I am missing something. I have a Civicrm template. I need to add logic to format the output like including paragraphs under certain conditions. I edit the source to add my logic like a '>' symbol, it gets converted to >. I am using…
2
votes
1 answer

I want display civiCRM data into Drupal views

I would like to create a view in Drupal to list civicrm contact details. We need to copy code from Administer->system settings->CMS database Integration paste it in sites/default/settings.php.. I did so the way it was suggested. I am getting the…
2
votes
2 answers

CiviCRM: For some members status override comes and for some its just Status Override [ ]

From last few hours I'm stuck into a problem, my client want status override feature for every membership, but facing issues on some memberships while editing. I've also checked that myself, in some memberships it's there and in some it's not there.…
Imran Zahoor
  • 2,521
  • 1
  • 28
  • 38
2
votes
2 answers

Super user error when importing mysqldump?

I've done a mysqldump from our Drupal6/CiviCRM4 Civi DB and am trying to import it into a Drupal7/Civi4 dev install, but keep getting "ERROR 1227 (42000) at line 369: Access denied; you need the SUPER privilege for this operation" From what I can…
2
votes
0 answers

Will PayPal Pro processor work for PayPal Advance Payments?

I am working with CiviCRM in a Wordpress install, and it has a payment processor written for PayPal Pro. However, we need to use PayPal Advanced instead. Does anyone know if the processor / API for PayPal Pro is somehow backwards compatible for…
2
votes
2 answers

Controlling CiviCRM access with Drupal permissions

I'm trying to set-up an access control system in CiviCRM to restrict access of certain users to certain custom data field sets. I'm planning to use Civi ACLs to achieve this, though my understanding is that they are overridden by Drupal permissions,…
2
votes
1 answer

Joomla database query returns old value after update

I'm implementing a basic listener (a civicrm_post hook) that's triggered after a DB row is updated/added. The problem I'm having is that even though a row in the table has been changed, loading the same row via the Joomla database object returns…
Celos
  • 517
  • 5
  • 18
1
vote
1 answer

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 the primary address from this in the…
user840298
1
vote
1 answer

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 CiviCRM: Registration elements, Basic CiviCRM…
1
vote
2 answers

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 the server. I need to know if there is a way to configure…
ibanezz
  • 95
  • 2
  • 5
1
vote
1 answer

Civicrm : How to send Automatically Thank you email On adding a Contribution payment?

When we add a Contribution payment using Record Payment need to send Thank you email automatically. I tried CiviRules Extension.This Extension use like trigger for action but I am not getting perfect way to do this. any other solution
pravin
  • 27
  • 1
  • 6
1
vote
0 answers

NMI gateway in OMNIPAY

Trying to add NMI integration to my CiviCRM using OMNIPAY. I added the GIT repository (tried https://github.com/mfauveau/omnipay-nmi and https://github.com/nerdmedia/omnipay-nmi) and added the required line that is listed in the readme. I also…
1
vote
0 answers

CiviCRM: Hook for detecting contact mailing opt-out

I want to send a notification to a specific email address when a contact opts out from all bulk mailings. Therefor I tried the hook hook_civicrm_post. This should be triggered when the field "NO BULK EMAILS" gets checked. After submitting the…
1
vote
1 answer

civix generate:module org.civicrm.angularex error

I have installed a civicrm buildkit with vagrantbox and vagrant up correctly on windows, ubuntu server run and at d7-master.dev I am listening drupal civicrm all done ok. as I try to generate module using civix extension builder such as: in…
Osama Saeed
  • 149
  • 8
1
vote
0 answers

Wordpress cannot find "civicrm/a/#/hello" for angular js extension module

Am new to Civicrm. I've followed the instructions on this video to setup angularJs modules https://www.youtube.com/watch?v=d_nKAk7vg80. The problem is the base route for civicrm angularjs pages is not found.
1
2
3
9 10