Using CMS to update existing db

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
lazydog

Using CMS to update existing db

Post by lazydog »

I'm wanting to use CMS Made Simple for CMS of data to be entered into an existing db. Do I need to write a module for this?
I only know basic php. The modules look intimidating.

Basically, I want to use the CMS Made Simple part so I can keep track of users and what they update.
I'm not sure how to incorporate my db into CMS Made Simple.
Here's what I'm wanting to do:

a. user logs into CMS
b. user goes to a template. this template is a structured form.
c. they fill out the form, press submit and the db is updated.

So, how do I do this? Can you point me to some readings?

TIA
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: Using CMS to update existing db

Post by Ted »

This is definatly module territory.  There are 2 articles on writing modules here and here to give you an idea of what's involved.  Also, CMSMS does not support logins in the frontend by default.  Your best option would be to used the UserID module (found here) as a dependency to give you the user login ability.

Make any sense?
Locked

Return to “CMSMS Core”