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...
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 ...
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...
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?
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.
hello,
that's really great information..Thank you for sharing that info..
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
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),...
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...
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.
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?
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.
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...
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...
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 ...
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.