Hello there, I've implemented all your changes. But it's not working yet... All the records in db in column "id_member" have value = 0. I've logged to the calendar (as two diffrent users) and was able to change all the dates even those already reserved or booked. Maybe it's joomlas fault. ...
Yes, you got my idea exactly. There should be possibility for admin to make any changes in the calendar he wishes to do. As far as I can establish joomla references its users in this way: $user = &JFactory::getUser(); <-- PEAR syntax $userid = $user->id; The output from: print_R($_SESSION) gave:...
I wanted to allow users to log to the calendar via Joomlas "Login form" to use it the way you was describing above (logged users can book free days or change only their reservations). Can you please help me and tell me what changes are needed to make it work?
It almost worked :!: :) August and November are still stubborn and show 1 row less. Moreover when I displayed 12 months at once I received this: 5 5 6 5 6 5 5 6 5 5 5 6 on the upper left side of my calendar site. It looks like the output from: $cal_row_counter but I can't get rid of it :( Aquado
Hello Chris, I've tried the modification you had left commented out to make the months the same height and after uncommenting the options I've received additional 6 rows in each box. I made a change and repalced this part of code: echo "<br>".$cal_row_counter; for($i=$cal_row_counter; $i<6...
I saw on one of your posts that there were numbers in front of each week. Can you show me how to do that, please I ask you because it wasn't explained.
Hello Chris, I was looking through the forum and it let me learn how helpful your calendar can be :) I'd like to make few changes in the callendar but I don't know where to start and it looks like I'll need your help. I know where to change (in the code) "state" status that is written to t...