Connecting to outside Database Topic is solved

Discussion and education for beginner / novice programmers interested in embarking on the development process to take advantage of the extensible nature of the Joomla! CMS.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Forum rules
Post Reply
paulconsulting

Connecting to outside Database

Post by paulconsulting » Fri Mar 07, 2008 4:54 pm

I am looking for a way to use an outside user registration for a Joomla! project. Currently the website is operational and has been using an outside company to manage their user data.

What I am looking to do is pull from the outside company’s Membership Software data (which i don't see as the main problem) and then hides or show menus in the Joomla! project based on the privileges of the user.

The problem is that I don’t know where to place the code (main index.php???) or how to gain access to the Joomla! menus to hide or show them once I get the user data.

If I can do this without messing with the core functionality of Joomla! I would prefer that.

Any help would greatly be appreciated.

User avatar
Rogue4ngel
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 199
Joined: Sun Nov 26, 2006 10:46 pm
Location: New York

Re: Connecting to outside Database

Post by Rogue4ngel » Tue Mar 11, 2008 10:08 pm

I don't know if you have to mess with the core functionality, but there is some information about connecting to an external db here:
http://dev.joomla.org/component/option, ... _database/

Not sure if it will help.
If you're not a part of the solution, you're a part of the problem.


Post Reply