PHP Modifications to calendar script is project number 503720
posted at Freelancer.com. Click here to post your own project.
Bid Count: 19
Average Bid:
$ 140
09/12/2009 at 17:48 EDT
Project Creator:
MichaelStiefel
Employer Rating: ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
(1 reviews)
|
Hello all, Im looking for a few modifications/alterations to an attached calendar script. Please include "test" in your message. view_entry.php - only view below Date: Time: Duration: Updated: Participants: "This shows all users for time period" if user created message or logon is admin status, Edit entry Delete Entry - edit_entry.php - Under Details tab, remove Brief Description: remove Full Description: remove Access, "Always set to Public" remove Category: remove Edit button - view_v.php - Inside each box should be displayed if time is in database. Example week view get users duration, and post accordingly "Count # of users for time period" if duration over 1 hour, be sure to include them in the next hour sunday 1pm-2pm: 4 Users 2pm-3pm: 2 Users 3pm-4pm: 1 User if usercount where specifeied time duration > 3 highlight that time period and the users for that period with a different color, so for time on sunday "1pm-2pm: 4 Users" would be highlighted green this color should be reflected in the admin - colors tab. if no time, dont display days are displayed horizontal sunday monday tues, similar to View type "Week (Users vertical)" under edit view add + icon to box like week.php for ability to add event to that day current mouseover displays User Time Location Description change to Time, and Users where users will display all users in that time period eg 1pm-2pm: User1, User2, User3, User4 2pm-3pm: User1, User2 3pm-4pm: User3 - - If user is not administrator, top toolbar for all pages Mycal -Home -Today (Same Display as view_v.php with new format) -This Week (Same Display as view_v.php) -This Month (displays unique usernames for the day, not times, onclick will open weekly view, with day highlighted different color) -This Year Events -Add New Event - - If administrator, keep toolbar same as default, minus alterations to the Mycal category - regarding the logon page, I would like an auto logon feature no password required, the username is pulled from an active session variable no need to click the login button. example session_cache_limiter(); session_start(); require('database.php'); $connection = @mysql_connect($svr, $usr, $pas) or die(mysql_error()); $db = @mysql_select_db($dbn,$connection) or die(mysql_error()); $sql ="SELECT * FROM $table"; $result = @mysql_query($sql,$connection) or die(mysql_error()); variable to use as logon $caluser = $_SESSION[$username]; which means that $caluser must match user in database webcal_user else echo not authorized Last but not least add this table CREATE TABLE `log` ( `ID` int(30) unsigned NOT NULL auto_increment, `Date` varchar(30) NOT NULL default '', `Time` varchar(30) NOT NULL default '', `Count` varchar(30) NOT NULL default '', `Users` varchar(200) NOT NULL default '', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; save all values into table, and update if changed (edit_entry.php) Thanks, Michael Stiefel |
|
Job Type |
|