CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • CiviCRM + Domain Access + $$$ Bounty??
Pages: [1]

Author Topic: CiviCRM + Domain Access + $$$ Bounty??  (Read 2841 times)

vanalive

  • I post occasionally
  • **
  • Posts: 35
  • Karma: 1
CiviCRM + Domain Access + $$$ Bounty??
December 04, 2009, 01:47:16 pm
We are using CiviCRM with Drupal's Domain_Access Module and organic groups/og_CiviCRM to created centrally administered activist sites that can be deployed.

We have two known issues:

1) FCKeditor errors.

CiviCRM's FCKeditor will not load on a secondary domain.

"Unsafe JavaScript attempt to access frame with URL http://freemarc.ca/civicrm/mailing/send?_qf_Upload_display=true&qfKey=157515b5d51ac80d60414c4a83da5d7f_5338 from frame with URL http://whyprohibition.ca/sites/all/modules/civicrm/packages/fckeditor/editor/fckeditor.html?InstanceName=html_message&Toolbar=Default. Domains, protocols and ports must match." - Safari error, but FF gives a similar one.

The standard FCKeditor in drupal manages fine in subsites, so I assume there is a hard setting in CiviCRM someplace that uses absolute references for the FCKeditor.

2. Domain Names and Site information.

This is not an error as much as a development request for a "domain_access civicrm." integration module. 

(We can offer a bounty $$$ if someone has interests and makes a reasonable request and saves me from hacking out the domain_address with each version upgrade.   Email me at "dan@vanalive.ca" with what would be a motivating amount to sponsor a very simple module.)

Essentially, what we would need to do is add a field to the domain access for "domain address" and then override CiviCRM's "default address." 


Also, this base domain should be probably over ridden as well.
/civicrm/admin/setting/updateConfigBackend&reset=1

2. B.  I can also see an integration needed with CiviContribute and hosted domains, but setting up domain specific processors may be too much effort.

Summary..

How much would it cost??


vanalive

  • I post occasionally
  • **
  • Posts: 35
  • Karma: 1
Re: CiviCRM + Domain Access + $$$ Bounty??
December 04, 2009, 01:53:17 pm
PS. Is there any reason why the base directory and URL is stored in the database and not in a settings.php file?

/civicrm/admin/setting/updateConfigBackend&reset=1

businessbroker

  • Guest
Re: CiviCRM + Domain Access + $$$ Bounty??
December 10, 2009, 10:43:20 am
I'll need to use civicrm 3.1 with domain_access drupal 6.14 module too, any news about it?

petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: CiviCRM + Domain Access + $$$ Bounty??
December 10, 2009, 10:51:11 am
I am wondering if the new multi-site approach might have met some of what vanalive was needing. Had you looked in to this?
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

jday

  • I post occasionally
  • **
  • Posts: 62
  • Karma: 6
  • CiviCRM version: 4.2
  • CMS version: 7.15
Re: CiviCRM + Domain Access + $$$ Bounty??
May 04, 2010, 06:44:40 pm
any progress on this? I'm trying to use a single install of civicrm with 7 domains. I'm using the drupal domain access module as well and tried the civicrm multisite set up but it does not appear to be segregating contacts based on the domain group.

I could contribute to the bounty if anyone is working on this.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CiviCRM + Domain Access + $$$ Bounty??
May 04, 2010, 07:45:33 pm

1. i dont think anyone has done any testing or integration with the domain access module

2. would be best if you can contribute development resources to help improve our multisite support

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

vanalive

  • I post occasionally
  • **
  • Posts: 35
  • Karma: 1
Re: CiviCRM + Domain Access + $$$ Bounty??
May 04, 2010, 08:50:35 pm
We use domain access + organic groups which actually works pretty well as they are synced up, and it is pretty easy using profiles to add contacts directly to a group.  (You could probably add a civicrm hook to put contacts into groups also.) 

See whyprohibition.ca / freemarc.ca / endprohibition.ca

We use it so users can create their own websites and we can customize looks while aggregating content across the network.

We would like to be able to use CiviCRM with organic groups access control to let the web communities manage their members and contacts and such.

The challenge is that there is no option to change the default domain information for the send from address to reflect the current domain, as well as the embedded links. 

Is there any CiviCRM hooks that we could invoke or would this require changes to the core.

What would be the bounty to get it added to core?

-Dan

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CiviCRM + Domain Access + $$$ Bounty??
May 05, 2010, 09:07:14 am

Would token hooks work here? i.e. you overwrite the domain value? not sure if domain tokens are passed in?

if not, would be good if we can make both the domain tokens and embedded links hookable so a module can modify them as needed

maybe in the config hook?

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

vanalive

  • I post occasionally
  • **
  • Posts: 35
  • Karma: 1
Re: CiviCRM + Domain Access + $$$ Bounty??
May 17, 2010, 11:28:40 am
yes, hooks will be fine or anything that allows us to alter default civicrm account information, send from address, domain address, and other details without hacking the core. 

let me know if or how we can help.

Lobo, not sure if you are involved with CiviCRM.org logistics.

Would be nice if you tied in civicrm personal pledge pages with core feature requests. 

I know some larger projects sponsor something to get into core but I know I'd be able to go to some of my clients to pitch in towards useful core developments if we had some directed donation area where the community could organically get together to sponsor items.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CiviCRM + Domain Access + $$$ Bounty??
May 17, 2010, 01:16:43 pm

Hey Dan:

for the first few "community" funded requests might be a better idea to use: http://www.kickstarter.com/

We dont have the personal pledge feature as yet, and i suspect collecting and returning (if money not raised) is as big a deal as pledging in the first place, so IMO it does make sense to use a 3rd party service for this

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

vanalive

  • I post occasionally
  • **
  • Posts: 35
  • Karma: 1
Re: CiviCRM + Domain Access + $$$ Bounty??
May 17, 2010, 05:51:50 pm
Yes, fundraising can be a task all on its own :-) 

I was just curious about what I could do to help as my own coding skills are rather sloppy, but would need to put forward a proposal for any feature development to one of my clients.

tiborg

  • I post occasionally
  • **
  • Posts: 33
  • Karma: 0
Re: CiviCRM + Domain Access + $$$ Bounty??
June 25, 2010, 12:37:28 am
I use the CiviCRM 3.0.2 with drupal and domain access module. I changed the civicrm domain preference to new second domain (/civicrm/admin/setting/updateConfigBackend&reset=1), but the subscribe link not changed the e-mail preview. (The e-mail unscribe link in footer the original domain.)

how to change this link to new second domain?

thank you

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • CiviCRM + Domain Access + $$$ Bounty??

This forum was archived on 2017-11-26.