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 »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Is there a Civicrm login/registration module for Joomla?
Pages: [1]

Author Topic: Is there a Civicrm login/registration module for Joomla?  (Read 11720 times)

penguinhead

  • I’m new here
  • *
  • Posts: 15
  • Karma: 0
Is there a Civicrm login/registration module for Joomla?
December 08, 2007, 11:59:12 pm
I have installed civicrm 1.9 for Joomal 1.0.13 which was easy. However I am simply not getting it, as I want the Civicrm registration page to appear when users click on the 'register' button on the Joomla login/register module. Is this possible or is there a completely different module or method of replacing the standard Joomla login with one that uses the Civic registration / login page/s?

I've looked all through the forum but just don't get it and I am sure I am not alone.

Can someone please explain how best to integrate these two products so that they use the Civicrm info to logi and register...?

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: Is there a Civicrm login/registration module for Joomla?
December 09, 2007, 07:38:52 am

civicrm does not integrate with joomla registration. Would be cool for someone in the community to contrubute a module that creates a civicrm based registration for joomla based on civicrm profile

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

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: Is there a Civicrm login/registration module for Joomla?
December 10, 2007, 09:26:25 am
I think this is a huge need for the Joomla-CiviCRM community. I believe the core functionality could follow the pattern of Community Builder (CB), which has a login/registration module that overrides the default Joomla module, and then manages the user's login details through CB rather than through the Joomla User tool. The Joomla jos_user table is still populated with the users credentials, but that is done via CB.

I will give some thought to specs for what this extension could look like. Maybe we can get a group of Joomla users to chip in monetarily or through programming, and support development. If you're interested, post to this thread. I'll work on a draft spec list later this week.

-Brian
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

speleo

  • Ask me questions
  • ****
  • Posts: 396
  • Karma: 28
  • CiviCRM version: 4.3.1
  • CMS version: J! 2.5,9
  • MySQL version: 5.1
  • PHP version: 5.3.24
Re: Is there a Civicrm login/registration module for Joomla?
December 10, 2007, 11:37:34 am
being able to login against the contact's civimember credentials would be a fantastic enhancement. I'd welcome this development.

cjrhoads

  • Guest
Re: Is there a Civicrm login/registration module for Joomla?
December 11, 2007, 09:25:05 am
I'm confused.  The whole reason for getting Civicrm with Joomla is so that I could have more fields than the bare minimum included in Joomla.  Are you saying that people will have 2 different logins?  One for Joomla and one for CivicCRM?  What is the sense in that?

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: Is there a Civicrm login/registration module for Joomla?
December 11, 2007, 09:54:06 am
No, there's a single login. But there are a few issues with how Joomla and CiviCRM interact.

  • The user/contact registration process is not unified. An individual registers with the Joomla site, but their corresponding CiviCRM contact record is not created (or linked if it preexists) until the user conducts a CiviCRM operation -- for example if they go to a profile screen, or the contact dashboard. For the most part, I don't this is a huge issue. But it does leave a gap where there could be a faulty connection created between the user and their CiviCRM record because it doesn't happen within a single process. Also, it means a new member/contributor/event attendee has a two step process -- creating their Joomla account and then doing the CiviCRM action. For example, you can't have someone become a new member AND create a Joomla user account within a single action.
  • There's a subsequent duplication in a couple fields between the Joomla user data and CiviCRM data, most notably the email field. I see this as an issue because it means someone could update their email in CiviCRM via a profile, but not update it in Joomla. Thus any email related activities within Joomla (independent of CiviCRM), such as the forgot password reminder, would not be sent to the correct email unless the user updates it in both locations.
  • From a membership management standpoint, I really would like to have the ability to control Joomla user access based on CiviCRM rules. I suspect most of us have a members-only region of our site that we would like to only expose to those who are current members -- a status defined through CiviCRM. Thus if someone's membership expires, their Joomla user access is shut down.

That's my short list of where I see weaknesses. The first two items are unique to Joomla (vs. Drupal). There are stronger connections between CiviCRM and Drupal user accounts. I don't believe the third bullet is available in either CMS.

My primary impetus for my earlier post is to see if we can raise some support within the Joomla community (since it is the superior open source CMS) for filling in these gaps.

-Brian
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

cjrhoads

  • Guest
Re: Is there a Civicrm login/registration module for Joomla?
December 14, 2007, 09:06:18 am
Thanks!  That clears up some issues - and I don't think the two step process will be a problem.  Actually, it may help because in my case, there will be three levels of access:  Non registered people, registered people, and members of the community who provide information about themselves and need to be able to update lists and categories.

I've figured out how to unzip CiviCRM on the site, but now I need to know how to activate the component.  I'll come back if I need help.

Peace
CJ

FatherShawn

  • Ask me questions
  • ****
  • Posts: 372
  • Karma: 25
    • C3 Design
  • CiviCRM version: 4.2.11
  • CMS version: Drupal 7.23
  • MySQL version: 5.5.32
  • PHP version: 5.3.10
Re: Is there a Civicrm login/registration module for Joomla?
December 20, 2007, 04:13:30 am
I strongly support this effort conceptually!  I also would be willing to support it financially as we are able.
This feels essential to properly integrate the CMS and CRM functions...
Lead Developer, C3 Design.
Twitter: @FatherShawn

volmark

  • I post occasionally
  • **
  • Posts: 81
  • Karma: -6
Re: Is there a Civicrm login/registration module for Joomla?
December 29, 2007, 10:53:24 am
I think, this is a great idea that independently flying over heads. I believe that it is unavoidable step is further development of the CiviCRM and Joomla. 
I consider this initiative as important and natural step towards future needs
By the way see my earlier topic http://forum.civicrm.org/index.php/topic,1893.0.html

Partially disconnected ---
Sins I’ve started using Joomla, CiviCRM, Drupal and Zen-cart I’ve come to some idealistic ideas about integration of this systems.
There are actually two issues that needed to be solved for full integration of some well known system like Joomla, Drupal, CiviCRM, Zen-cart and many others. These issues are common for all systems and can be naturally moved to standalone systems.
The first one is a standalone user-data repository that distributes (replicates) data between systems, and the second one is a system that strictly separates graphical design and programming code.
The implementation of such systems is not unrealistic.
For example the first one only needs few tables in database as own repository, access to other systems databases for user-data distribution (replication), and finally assigning of few session variables (login and password) for each system.
The second issue partially implemented by some developers in Smarty, Blueprint Grid and YAML. Using CSS they gradually separate programmers work and graphical design. All you need is a limited set of primitive unified templates with the same placeholders (layouts) for each system and common CSS files that contains graphical solution common for all used systems.
« Last Edit: December 29, 2007, 11:22:36 am by volmark »

Andrew Perry

  • I post occasionally
  • **
  • Posts: 98
  • Karma: 1
  • Building empowering tools that comply with rules
    • Community Builders Australia
  • CiviCRM version: 3.x, 4.x
  • CMS version: Joomla 1.0.x, 1.5.x -> Drupal 6.x, 7.x, WordPress
  • MySQL version: 5.1, 5.5, 5.6
  • PHP version: 5.2, 5.3, 5.4
Re: Is there a Civicrm login/registration module for Joomla?
April 18, 2008, 04:58:59 pm
What I think would be fantastic is if CiviCRM exposed particular data through LDAP, so the existing LDAP based authentication plug-ins for various applications could be used to query CiviCRM for a person's credentials so as to determine whether to give them access or not.  Is that practical?
Community Builders Australia Pty Ltd
www.communitybuilders.com.au

sungoddess

  • Guest
Re: Is there a Civicrm login/registration module for Joomla?
January 01, 2009, 03:48:40 am
Bump!

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: Is there a Civicrm login/registration module for Joomla?
January 01, 2009, 06:29:18 am
http://wiki.civicrm.org/confluence/display/CRMDOC/Joomla+User+Registration+Restriction
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Is there a Civicrm login/registration module for Joomla?

This forum was archived on 2017-11-26.