Hi,
We have a main website along with a number of sub-domain websites that are using independent user databases. We are using CF V4 on each site to manage user registration, user profile update, user login/logout, etc. In all registration cases we make use of the CB profile update for #_comprofiler table.
We are now at the stage where our original plan is no longer sustainable and we want to consolidate all the user databases into a single super-database with the user tables managing all sites. There are obviously multi-site extensions that can do this but I believe CF V4 can be tweaked in the code to handle this for us. Besides, if this works for us using CF then we will greatly reduce administration using a simple action or two...
I believe the various action PHP pages can be altered to point to the super-database to manage all database CRUD actions for users. But we do not know how to do this! The concept is very much similar to the DB Save action, where MySQL credentials from an external database can be used instead of the default Joomla database for the current site. We would like all the Joomla user actions to have a form like this where we can pass the external database.
Is Bob or anyone else out there willing to make this happen for us? The sites are based on CF V4 and there are no imminent plans to update as they are all (otherwise) working well and there would be too much of a transition for now.
Thanks a lot,
Brendan
We have a main website along with a number of sub-domain websites that are using independent user databases. We are using CF V4 on each site to manage user registration, user profile update, user login/logout, etc. In all registration cases we make use of the CB profile update for #_comprofiler table.
We are now at the stage where our original plan is no longer sustainable and we want to consolidate all the user databases into a single super-database with the user tables managing all sites. There are obviously multi-site extensions that can do this but I believe CF V4 can be tweaked in the code to handle this for us. Besides, if this works for us using CF then we will greatly reduce administration using a simple action or two...
I believe the various action PHP pages can be altered to point to the super-database to manage all database CRUD actions for users. But we do not know how to do this! The concept is very much similar to the DB Save action, where MySQL credentials from an external database can be used instead of the default Joomla database for the current site. We would like all the Joomla user actions to have a form like this where we can pass the external database.
Is Bob or anyone else out there willing to make this happen for us? The sites are based on CF V4 and there are no imminent plans to update as they are all (otherwise) working well and there would be too much of a transition for now.
Thanks a lot,
Brendan