Skip to content

User login

CiviCRM Forum Recent Posts

Syndicate content
Live information from CiviCRM Forums
Updated: 1 hour 47 min ago

Re: One member, multiple membership types? PayPal subscriptions?

Thu, 09/02/2010 - 01:59
I like this.
Categories: Drupal Modules

How do I cite books in parenthetical documentation?

Thu, 09/02/2010 - 01:42
The book I have doesn't have an author or editor listed, but it is the 2nd volume book. Do I underline the first word in parenthetic documentation and then add the page number I used? How do I cite the book in parenthetical documentation?
Categories: Drupal Modules

Re: errors with CiviCRM in Drupal

Thu, 09/02/2010 - 01:00
maci,

seems like your base url in civicrm setting file is  set wrongly.
 
define( 'CIVICRM_UF_BASEURL'      , 'http://.................../' ); => define( 'CIVICRM_UF_BASEURL'      , 'htpp://.................../' );

just check your  'CIVIC...
Categories: Drupal Modules

login to civicrm, bypassing joomla admin

Wed, 09/01/2010 - 23:14
Hi
Sorry if this is dumb  .... newbie and could not find an answer to this.

just installed the latest version, now trying to get adoption from users, and want to make the login and front end as easy as possible.


Can I "build" a  URL which points to ...
Categories: Drupal Modules

Re: how to set up a raffle with CiviCRM, allowing user to choose quantity of tickes

Wed, 09/01/2010 - 22:57

No. but if this is of interest to you, please do hire a developer to help package this and create a module

lobo
Categories: Drupal Modules

Re: Joomla Frontend: Search "City" for both primary address and home address?

Wed, 09/01/2010 - 18:44

no. dont know a easy workaround for this offhand

lobo
Categories: Drupal Modules

Re: Mailing label household/merge problems

Wed, 09/01/2010 - 18:43

hey renee:

i took a quick look at the code to see what we are doing, here are some quick thoughts:

1. the merge with same household, expects the contacts and household all to be part of the merge set. I suspect the person who contributed that part of ...
Categories: Drupal Modules

Joomla Frontend: Search "City" for both primary address and home address?

Wed, 09/01/2010 - 18:35
To Whom It May Concern,

I have setup a profile search on Joomla frontend as a membership directory.  Most of my members have an office address and a home address.  Is there a way to use one "Search City" box to search for both field?  Is it something e...
Categories: Drupal Modules

Re: Edit Drop Down Menu for How many people are you registering?

Wed, 09/01/2010 - 18:31

no config for this setting. u'll need to modify the code at:

CRM/Event/Form/Registration/Register.php, search for 'additionalOptions'

lobo
Categories: Drupal Modules

Mailing label household/merge problems

Wed, 09/01/2010 - 18:18
Never mind! (But I can't delete this post).

I discovered that many of my problems could be solved by changing the Global Settings>Address Settings to {Addressee} instead of {contact.first_name} and {contact.last_name}. 

So, if you have also experience...
Categories: Drupal Modules

One member, multiple membership types? PayPal subscriptions?

Wed, 09/01/2010 - 11:52
Hi,

Is it possible for one member to have two different membership types simultaneously?

Is it possible to use PayPal Subscriptions with a membership type that lasts as long as the Subscription runs, and then expires?

Thanks much,

David
Categories: Drupal Modules

Re: There is a validation error with your html input.

Wed, 09/01/2010 - 11:34
Updating the skip list appears to be a successful work around.

I've attached the updated IDS.php file.

Categories: Drupal Modules

Re: Adding fields to "Edit Contact Information" screen for related contacts

Wed, 09/01/2010 - 11:33
I seem to be getting the same problem as Roland-ST, in that after following Lobo's instructions for adding a link to edit an Organization-based profile to the Dashboard, the link ends up redirecting you to the homepage.

Nor does it appear to relate to ...
Categories: Drupal Modules

Re: There is a validation error with your html input.

Wed, 09/01/2010 - 11:27
This is seems to be related to edit only certain system messages.

The way IDS is written there are certain entire paths that are automatically skipped.
[code]
      static $skip = array( 'civicrm/ajax', 'civicrm/admin/setting/updateConfigBackend', 'civ...
Categories: Drupal Modules

Re: Reducing CiviCRM Images and Loading Times

Wed, 09/01/2010 - 10:54
Hi,

Not sure the browsers download all the images referenced in the css, contrary to what websiteoptimization seems to think.

This being said, we can probably still optimise better by using more sprites. Do you know how to do it and willing to give it ...
Categories: Drupal Modules

Re: CiviCRM homepage - no use for the dashboard

Wed, 09/01/2010 - 04:41
The solution I provided above works, if you have someone who can put that code into a small custom module.
Categories: Drupal Modules

Re: Migrating and setting up config

Wed, 09/01/2010 - 04:39
Not sure. Did you confirm that the original vanilla install worked fine? If so, it's hard to say what might be the issue without examining the site.
Categories: Drupal Modules

Re: Display only future CiviEvents with Views 2 module

Wed, 09/01/2010 - 03:39
Hi,

I've setup the View Block, but I don't know how to filter it for displaying only the upcoming events.

 
Categories: Drupal Modules

Re: CiviCRM homepage - no use for the dashboard

Wed, 09/01/2010 - 03:33
Hi Dennis

We have exactly the same need to replace the dashboard with the 'find contacts' page. Did you try any of the suggestions above - we would be grateful if you could share what you did so that we can try the same approach.

Kevan
Categories: Drupal Modules

Re: Display only future CiviEvents with Views 2 module

Wed, 09/01/2010 - 03:20
a little help is always possible

please explain what you have done thus far.
Categories: Drupal Modules
AdaptiveThemes