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 »
  • Pre-installation Questions (Moderator: Dave Greenberg) »
  • civicrm and joomla integration
Pages: [1]

Author Topic: civicrm and joomla integration  (Read 2011 times)

tracysanz

  • Guest
civicrm and joomla integration
March 30, 2009, 10:10:09 am
For Joomla! 1.5 and CiviCRM 2.2

We need to create a site with member management, member profiles, dues, donations, etc. - and CiviCRM seems like a great match for that. But I'm not clear on how the member profiles integrate with other Joomla! extensions, if at all.
If we set up a forum on the Joomla! site using Agora, for example, can user postings there by linked to their CiviCRM profiles?
On a CiviCRM profiles, can there be a button to contact the member (without displaying their email address) that leads to a contact form?
How much of 'community builder' feel can we get with CiviCRM? If users can create their own profiles, can we also have tabbed profiles? Friends lists? Or if we install community builder in addition to Civicrm, is there any type of integration available? We don't want people to create one profile in CiviCRM and another in CB.

Thanks

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 and joomla integration
March 30, 2009, 10:37:46 am

currently civicrm does not integrate with other joomla extensions. I dont think joomla provides an integration framework for extensions to use. So i suspect extension integration will be on a specific extension basis

Integration with CB has been requested in the past. if you do a web search you will find some references to it (but not a lot of code)

would be good for folks in the joomla developer community to step up and contribute some integration extensions :)

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

tracysanz

  • Guest
Re: civicrm and joomla integration
March 30, 2009, 10:44:33 am
Okay, but then assuming we don't use CB - how much can we 'fake' using only CiviCRM, and how much customizing will we need

is there anything built in for a messaging system between users? such as link on a member profile button to contact the member (without displaying their email address) that leads to a contact form?
If users create their own profiles, can we also have tabbed profiles? Friends lists? some basic 'facebook' type features incorporated in the profiles

Thanks,
Tamar

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 and joomla integration
March 30, 2009, 12:34:54 pm

We dont use CB, so cant really answer the question very well.

I think if you want most features from CB, integrating might be a better option than "faking" the features into CiviCRM.

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

mbrando

  • Guest
Re: civicrm and joomla integration
March 31, 2009, 08:57:53 am
Quote from: Donald Lobo on March 30, 2009, 12:34:54 pm

We dont use CB, so cant really answer the question very well.

I think if you want most features from CB, integrating might be a better option than "faking" the features into CiviCRM.

lobo


I'm thinking on possibly taking on some level of civi-crm integration, Joomla registered users and Civi-crm contacts/memebrs. I don't want it to be hack so both can be upgraded properly as needed. Does Civi-CRM can an area where I can load custom PHP modules and modify civi-paegs?

Sincerely,
Mike

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 and joomla integration
March 31, 2009, 09:39:25 am

check

http://wiki.civicrm.org/confluence/display/CRMDOC/Customize+Built-in,+Profile,+Contribution+and+Event+Registration+Screens

for template changes. Also most/all of your php code will/should be in a joomla module/component right? You can also use civicrm's "hook" feature to extend/modify a fair number of civicrm properties, check:

http://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+hook+specification

note that in joomla, there will only be one civicrm hook definition and it will be called: joomla_civicrm_pre, joomla_civicrm_post, joomla_civicrm_buildForm etc

The one think which might still be a hack is how to load the php file that contains those definition. Ping us on IRC and we can figure out a solution

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

mbrando

  • Guest
Re: civicrm and joomla integration
March 31, 2009, 09:41:57 am
Quote from: Donald Lobo on March 31, 2009, 09:39:25 am

check

http://wiki.civicrm.org/confluence/display/CRMDOC/Customize+Built-in,+Profile,+Contribution+and+Event+Registration+Screens

for template changes. Also most/all of your php code will/should be in a joomla module/component right? You can also use civicrm's "hook" feature to extend/modify a fair number of civicrm properties, check:

http://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+hook+specification

note that in joomla, there will only be one civicrm hook definition and it will be called: joomla_civicrm_pre, joomla_civicrm_post, joomla_civicrm_buildForm etc

The one think which might still be a hack is how to load the php file that contains those definition. Ping us on IRC and we can figure out a solution

lobo

Thank you. I'll review and get back to you.

Sincerely,
Mike

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Pre-installation Questions (Moderator: Dave Greenberg) »
  • civicrm and joomla integration

This forum was archived on 2017-11-26.