I integrate moopopup to display the data, so that after integrating moopup (I updated mootools to 1.4.5 just right now without problem). The last code looks like: //'.$lang["day_".$getdate["wday"].""].' $list_days[$items] .= ' <li class="'.$day_classes.' " id=...
Then you can use the function "stripslashes" on php when you are recalling the variable (you can search the variable with regex into the directory). For example, for "change item" you cna modify on bookings.admin.php on line #60: <input type="button" value="'.$lang...
3. Add comments to a booked date (I need a simply pop-up or similar to show some extra informations about) After a strenuous effort ;) I could find a solution for my need. Then, first I add a new table column to the db an to the table "bookings": ALTER TABLE `bookings` ADD `date_comment` ...
Hi! I'm not sure if it's really a bug (I made now a lof of changes and i don't now if it's a problem that I created by myself) but I had to change the lines (#60) on bookings.admin.php from <input type="submit" value="'.$lang["bt_change_item"].'" style=""> to ...
Are you sure that you have to put the backslash (\)? Basically when you have double-quote (") on the variable you don't need to put it before an apex (').
2. Send notification to admin (for example email) when there's a new booking on a calendar I had a php mail() function to update_calendar.ajax.php on line #115 to the mysql_query($update) but the problem is that you have a email for each click (alias booking). I think the best solution for me was t...
4. Add button "today" on multi items view to come back to actually months (useful in "only" one month view) Maybe you can call a function on mootools-cal-public.js to load calendar of today with javascript, but I think the easiest way is to make a button to reload the page: <but...
Thanks, but how can i do that ? You have to create two different installation on two different path. For example: - http://yourdomain.com/sika - http://yourdomain.com/cocotier Could i used the same base, or do i need to create for each product a database ? For this you need two different database. ...
You posted the same message in two different thread :P For your proposal would be easier to make two different installation of the calendar (one for each product) and displaying so in two different pages. To make it in one calendar would need some code (and db) modifications (for example you create ...