Skip to content

User login

Drupal Modules

Re: Contact API and custom fields

CiviCRM Forum Recent Posts - Fri, 09/03/2010 - 05:42
I just added a second record to the custom field. Done!!

Here is the code:

[code]$params = array(
                       'custom_15' => '108',
                       'contact_id' => '102',
                       'contact_type' => 'Individual');
$contac...
Categories: Drupal Modules

Re: Contact API and custom fields

CiviCRM Forum Recent Posts - Fri, 09/03/2010 - 05:19
Found the error:

In CiviCRM, I checked the option 'View Only' while creating the custom field for Contacts. I did this so that I could only change the field using my PHP code and to disable users of CiviCRM from manipulating the field. The help option ...
Categories: Drupal Modules

Re: Extending the OnBehalf of Organization Fields

CiviCRM Forum Recent Posts - Fri, 09/03/2010 - 04:38
Thanks Lobo,

I'm talking with Peter by e-mail, as in truth all I need is the code "snippets" to get custom fields into the database from the onbefhalfof section of the contribution page - not sure if they are available or if anything was developed but...
Categories: Drupal Modules

What method of ethical oversight (for example, a code of ethics, ethic advisory

CiviCRM Forum Recent Posts - Fri, 09/03/2010 - 04:30
What method of ethical oversight (for example, a code of ethics, ethic advisory board, oversight by the board of directors, or an ethic audit) would you suggest for Acre Woods retirement community as described in the Week 7 Case Study?
Categories: Drupal Modules

Re: Spread your Ideas: CIVICRM with PDF Invoices and Tickets including Barcode

CiviCRM Forum Recent Posts - Fri, 09/03/2010 - 03:47
I think xavier's suggestion above of reusing the badge method is ideal. Raphael, if you have specific questions, just ask, and on IRC you may find it easier to deal with programming issues.
Categories: Drupal Modules

Re: Keyword Bookmark Search - Nifty

CiviCRM Forum Recent Posts - Thu, 09/02/2010 - 22:58
hello,

that's really great information..Thank you for sharing that info..
Categories: Drupal Modules

Re: Extending the OnBehalf of Organization Fields

CiviCRM Forum Recent Posts - Thu, 09/02/2010 - 22:28

not as far as we know there is a proposal to get this done as a community contribution for 3.3, so hopefully we'll get a few folks to contribute and raise the needed funds

however i dont think its going to happen by sun/mon

lobo
Categories: Drupal Modules

Re: upgrade 2.2.2 to 3.2 - error message during upgrade relating to civicrm_activit

CiviCRM Forum Recent Posts - Thu, 09/02/2010 - 22:28
I'm hitting an error on the same entry but a different key:


 [debug_info] => ALTER TABLE civicrm_activity
ADD INDEX UI_source_record_id(source_record_id),
ADD INDEX index_medium_id (medium_id),
ADD INDEX index_is_current_revision (is_current_revision),...
Categories: Drupal Modules

Re: Extending the OnBehalf of Organization Fields

CiviCRM Forum Recent Posts - Thu, 09/02/2010 - 22:17
Is this close to being finished? Or infact is there any code? We could probably chip-in another $250 but we really need to have this functionality by Sunday/Monday... long shot I know but it was discussed over a month ago so I'm wondering...

Thanks...
Categories: Drupal Modules

Re: No asterisks marking credit card fields as required

CiviCRM Forum Recent Posts - Thu, 09/02/2010 - 15:58
Customizing the template is always an option, I will probably end up doing it this way for now.

I like the idea of tightening the cases so that the marker displays unless the field truly isn't required.
Categories: Drupal Modules

Dates before 1910?

CiviCRM Forum Recent Posts - Thu, 09/02/2010 - 15:46
Trying to input a date of birth for someone born before 1910, but 1910 seems to be the "oldest" I can go. Is there a way to put in a date prior to 1910?
Categories: Drupal Modules

Re: Civimail cronjob not processing messages

CiviCRM Forum Recent Posts - Thu, 09/02/2010 - 15:44
I'll see what I can find out.

It is definitely due to permissions. I added our mail user to the admin role and bingo, the mail started sending.


Categories: Drupal Modules

Re: No asterisks marking credit card fields as required

CiviCRM Forum Recent Posts - Thu, 09/02/2010 - 15:42

from a quickform perspective (our underlying form library), those fields are not required in all cases and hence there is no red asterick

we can tighten the cases as follows:

if pay later is enabled, or pledge is enabled or paypal is the PP, then dont...
Categories: Drupal Modules

Re: Showing and searching by Case Subject

CiviCRM Forum Recent Posts - Thu, 09/02/2010 - 15:42
hook_CaseSummary was designed exactly for the purpose of tailoring the manage case screen, since EVERYBODY wants it to have something different on it. And with the css changes in 3.2 it's easier to style as desired.

Having said that I don't see this pa...
Categories: Drupal Modules

HTML5 user geolocation

Drupal Digest Modules - Thu, 09/02/2010 - 15:06

This is a simple module to let users store their location on the edit account page. It uses HTML5’s geolocation API and stores latitude and longitude. How you use that data is up to other modules.
It will be used on Drupal.org

Categories: Drupal Modules

Re: 'With' Column in activity history not creating links...

CiviCRM Forum Recent Posts - Thu, 09/02/2010 - 08:47
Quote from: Donald Lobo on September 01, 2010, 02:18:45 pm
note that the activity structure changed significantly between 1.9 and 2.0


Oh yea, Trust me, we Noticed!!

Thanks for your help Lobo.
- Dan
Categories: Drupal Modules

How Do I Apply a Contribution to a Specific Contribute Form Via Admin Side

CiviCRM Forum Recent Posts - Thu, 09/02/2010 - 08:24
Is there no way to apply a contribution to a specific contribute form via the admin or private side of the site?  You can do this with event registrations so I just assumed you could do this with contributions.  We just launched a fundraising campaign ...
Categories: Drupal Modules

Re: Consultant for Barcode in Event Email

CiviCRM Forum Recent Posts - Thu, 09/02/2010 - 08:09
Is the attendance recording screen and associated attendance management something you have developed?  I was looking for a similar screen to do attendance recording/monitoring manually in CiviCRM 3.1.5 and could not find it.
Categories: Drupal Modules
AdaptiveThemes