I found OSC after looking at InfoCentral's website. This seems to fit in well with something I have been trying to design: a membership management system via a private intranet. I had been working on a perl/MySQL idea because that is what I knew. But lately, I have become interested in PHP.
So, I will be seeing if there is some ways I can help.
But first off, there are a couple help questions I would like answered. I will split them up so they can be handled differently.
The first one is Multi-church functioning.
I see from the announcement of 2.0 that that is a new function and I see from the SQL Install text that it is set up, but I can't seem to find where in the osc pages it is used. I have a 2 point charge that I would like to maintain with a single database (shared pastor, shared secretary).
Where?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The multi-church feature is enabled or "tied" to a persons login. To enable another church you will need to make an entry in the church table, individual table and the user login table.
Another way to do this, that I would recommend is have two seperate installs of osc on your computer with two seperate databases. The database for each website is set in the Include/Config.php file.
Let me know if I can help anymore.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found OSC after looking at InfoCentral's website. This seems to fit in well with something I have been trying to design: a membership management system via a private intranet. I had been working on a perl/MySQL idea because that is what I knew. But lately, I have become interested in PHP.
So, I will be seeing if there is some ways I can help.
But first off, there are a couple help questions I would like answered. I will split them up so they can be handled differently.
The first one is Multi-church functioning.
I see from the announcement of 2.0 that that is a new function and I see from the SQL Install text that it is set up, but I can't seem to find where in the osc pages it is used. I have a 2 point charge that I would like to maintain with a single database (shared pastor, shared secretary).
Where?
The multi-church feature is enabled or "tied" to a persons login. To enable another church you will need to make an entry in the church table, individual table and the user login table.
Another way to do this, that I would recommend is have two seperate installs of osc on your computer with two seperate databases. The database for each website is set in the Include/Config.php file.
Let me know if I can help anymore.
So to use the one install and multi-church method would right now involve accessing the MySQL table directly?
Hmm. Choices, choices.