Skip to content

User login

Drupal Modules

Re: How to keep up to date with UK usergroup meetings

CiviCRM Forum Recent Posts - Mon, 09/06/2010 - 16:50
Hmm, it works for me now. That's odd. Ah well.
Categories: Drupal Modules

Re: Selecting a group in a profile

CiviCRM Forum Recent Posts - Mon, 09/06/2010 - 16:41
Thanks for your reply.
I should have mentioned I am running CiviCRM on Joomla.

I can see what you mean about the groups, and can see the setup I want in the system generated Contacts edit form, but I cant get it to appear inthe profile I set up.
Categories: Drupal Modules

Re: Problem adding Relationships in Contacts

CiviCRM Forum Recent Posts - Mon, 09/06/2010 - 16:38
Hi,

Can you reproduce on demo.civicrm.org ?
Categories: Drupal Modules

Re: Problem adding Relationships in Contacts

CiviCRM Forum Recent Posts - Mon, 09/06/2010 - 16:11
Bump - anyone have any ideas?  Or am I posting in the wrong forum?  Thanks!
Categories: Drupal Modules

Re: HTTPS is not set up on this machine

CiviCRM Forum Recent Posts - Mon, 09/06/2010 - 16:02
I had tried several things which included disabling SP, but Civi still complained about my site not being setup for HTTPS. 
I did find a work-around... I have included the civicrm paths to SP , and disabled "Force SSL" in CiviCRM.  Things seem to work...
Categories: Drupal Modules

Re: Suggestion: being able to extend/override the group options

CiviCRM Forum Recent Posts - Mon, 09/06/2010 - 10:30

the below sounds reasonable in many a case, however in case of something like this, i'm not sure we gain a lot by putting each individual element in its own option value table (plus a lot of the option group code base does not support the below very c...
Categories: Drupal Modules

Re: Extending contact demographic information with a custom group

CiviCRM Forum Recent Posts - Mon, 09/06/2010 - 09:54
Just found this link to the code used for the article: http://svn.civicrm.org/tools/branches/v3.0/drupal/modules/civicrm_canvass/civicrm_canvass.module

So it looks like I do need a hook_civicrm_postProcess
Categories: Drupal Modules

Extending contact demographic information with a custom group

CiviCRM Forum Recent Posts - Mon, 09/06/2010 - 09:34
I'm trying to implement something similar to this post http://civicrm.org/node/673.  Its a very good tutorial and everything seems to be working as advertised, expect the changes to the custom data are not get saved.  Do I need to add a hook_civicrm_po...
Categories: Drupal Modules

Question about statuses (added, pending, etc.)

CiviCRM Forum Recent Posts - Mon, 09/06/2010 - 09:22
Dear All,

I am having an issue with the status of newly added contacts.  I have a number of contact groups set up, linked with different profiles and contribution pages/a payment processor that (seemingly) works (Paypal standard).  I did a test donatio...
Categories: Drupal Modules

Re: Confirmation number?

CiviCRM Forum Recent Posts - Mon, 09/06/2010 - 03:47
Hey,

Dont know why the partricipant Id is not available on thankyou page but you can try below patch, to get the same
[code]Index: CRM/Event/Form/Registration/Confirm.php
===================================================================
--- CRM/Even...
Categories: Drupal Modules

Re: Confirmation number?

CiviCRM Forum Recent Posts - Mon, 09/06/2010 - 02:41
Lobo,
  I verified the "$this->assign( 'registerByID', $participant->id );" statement, it is already on line 544 of Registration.php file (version 3.2.2). However, I couldn't retrieve {$registerByID} by adding it to the two templates.

Rahul,
  Your sol...
Categories: Drupal Modules

Re: Contact API, problems adding or updating custom data

CiviCRM Forum Recent Posts - Mon, 09/06/2010 - 02:29
Hi Eileen,
I was checking in both the GUI and the database, will have a go with your code, thanks!
Categories: Drupal Modules

Re: Contact API, problems adding or updating custom data

CiviCRM Forum Recent Posts - Mon, 09/06/2010 - 02:23
Erik - Have you checked whether the custom data is in the table or are you only looking from the GUI? If they should be surrounded by separators but aren't then you won't see them though the front end

This is the snipped of code I'm using in civimigrat...
Categories: Drupal Modules

Re: Contact API, problems adding or updating custom data

CiviCRM Forum Recent Posts - Mon, 09/06/2010 - 01:28
Sorry for the late answer, I was away on school camp :-)
And yes, they were set to 'view only', I will test with the 'view only' ticked off and see if it works then. I hope that makes no difference though, I have always interpreted the 'view only' as n...
Categories: Drupal Modules

Re: hook_civicrm_aclWhereClause - called under what circumstances?

CiviCRM Forum Recent Posts - Sun, 09/05/2010 - 20:51
"This function will not be called at all if the logged in user has access to the "edit all contacts" permission." - C...
Categories: Drupal Modules

Re: Confirmation number?

CiviCRM Forum Recent Posts - Sun, 09/05/2010 - 19:38
After more digging, I was able to pull data from contact table such as contact.contact_id (based on token documentation). But, I still unable to pull the data out of participant table such as participant.id, which is what I want. Also, after submittion...
Categories: Drupal Modules

Question for Lobo...re: error message from tutorial

CiviCRM Forum Recent Posts - Sun, 09/05/2010 - 19:37
Hi...Lobo helped me with the first time, so if possible maybe he could help me again...

I'm working through the steps here as you (Lobo) suggested: http://wiki.civicrm.org/confluence/display/CRMDOC32/Importing+Student%2C+Staff+and+Parents

...and am on ...
Categories: Drupal Modules

Re: Multiple Issues w/ CiviContribute on IE8 in an iframe

CiviCRM Forum Recent Posts - Sun, 09/05/2010 - 19:33
Just wondering if this progressed - this is a WordPress site - right? And you were able to use an iframe to expose a civicrm contribution form including the thank you etc (ie the session worked fine) - did you sort this to work for IE and Safari? (i ju...
Categories: Drupal Modules

Re: Forcing reply-to

CiviCRM Forum Recent Posts - Sun, 09/05/2010 - 17:12
ie, for those like me who've searched for this, change the Reply-to code in line 915 of that file to read the same as the From code:
              'Reply-To'         => "\"{$this->from_name}\" <{$this->from_email}>",

This used to be configurable on the...
Categories: Drupal Modules
AdaptiveThemes