PDA

View Full Version : City-by-city / user-by-user


justaguy
03-09-2008, 03:45 AM
Thanks for your good work.

I have been experimenting with your event calendar program. There are a few questions that have come to mind.

1) I don't see any way that I can modify the table or add any sql statements that would make this program work better for my needs. With other open source php programs, I can make changes based on my own needs and knowledge of mysql / php.

2) One thing, for example, is a way to add table fields for city, state, country, and zipcode so that events can be screened based on location.

3) Another thing that seems to be missing is a a user management control system. That is, if I want to have 100,000 users authorized to submit, I don't see a way to manage this.

4) similarly, if one user has 2000 events, I don't see a way that I can screen for jus that users events.

If there are ways of dealing with these issues, I would like to know before I go further with my implementation.

A

ve9gra
03-09-2008, 10:09 AM
1), 2) This is not an open source program. The core code is encrypted and not user modifyable. This had to be done to protect the IP that is built in.

3), 4) Version 7 will be making some significant changes to the user management aspect. I don't have all the details for exactly how it will work, or what you will be able to do, so stay tuned. You might want to subscribe to the "New Releases" forum so that you're alerted when a new version comes out.

justaguy
03-09-2008, 11:04 AM
Thank you for your prompt response.

Your programming is excellent. I will watch for the new release keeping in mind that my needs are for a method to add location fields to the calendar as well as a way to administer a large base of users.

If you have alternatives to suggest at this time, please let me know.