Hello,
I've got a php/mysql event list script that I created prior to couch cms for my clients. Basically it's a simple little interface that allows someone to add an event with a title, description and date.
I know Couch CMS has this functionality already, but I don't want to abandon it because the clients are very happy with the simplicity to my script and are already familiar with it.
My question is, Can I add a link on the navbar of the Couch CMS that points to this event list script page? Will modifying the code of the CMS Admin panel affect anything in the license agreement?
Another thing, I intend on using cookies set by the admin panel to control access, so my script will be slightly modified to use cookies set by couch. Is there anything wrong with this?
I've got a php/mysql event list script that I created prior to couch cms for my clients. Basically it's a simple little interface that allows someone to add an event with a title, description and date.
I know Couch CMS has this functionality already, but I don't want to abandon it because the clients are very happy with the simplicity to my script and are already familiar with it.
My question is, Can I add a link on the navbar of the Couch CMS that points to this event list script page? Will modifying the code of the CMS Admin panel affect anything in the license agreement?
Another thing, I intend on using cookies set by the admin panel to control access, so my script will be slightly modified to use cookies set by couch. Is there anything wrong with this?