PDA

View Full Version : Move Admin


topsub
01-11-2007, 02:09 PM
Is there a way to intergrate the Add Event section of the admin into another admin section?

Like i just want to have the form you fill out to add an event into the backend of another content management system so the user doesn't have to go to multiply admins to mange the site?


I first thought i would recreate the forum and just do a sql connection but then saw that they must run functions on the data for the dates before they stick it in the database.

Looking for any suggestions

topsub
01-11-2007, 02:16 PM
I did find what format the dates are stored


http://us3.php.net/manual/en/function.gregoriantojd.php

Brian
01-11-2007, 02:38 PM
You can bypass the login for the Event Manager:

https://www.easyphpcalendar.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=31

It's not designed to fit into another admin however, but could be made to work possibly.

Date Format:

https://www.easyphpcalendar.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=28