-
File Added: zimplitcms-localised.zip.
2008-09-29 00:10:28 UTC in Zimplit CMS
-
Added 4 missing images for the editor
File Added: zimplitcms-localised.zip.
2008-09-29 00:01:06 UTC in Zimplit CMS
-
If we wish to display a different image than the one that is clicked (or manual thumbnail)in the ZClickZoomImg function, it is not currently possible directly.
A workaround is done by using the CSS style property 'display' (since it does not take up space as opposed to the 'visibility' property) by prepending the target image before the clicked image as below:-
Product
2008-09-28 23:58:25 UTC in Zimplit CMS
-
Typo
'Your problem sent'.
2008-09-28 13:27:45 UTC in Zimplit CMS
-
Line 1903 in editor/zimplit.js:-
The alert string
'Your problem sended'
has been replaced by
'Your porblem sent'
File Added: zimplitcms-localised.zip.
2008-09-28 13:26:39 UTC in Zimplit CMS
-
Updated the Localised Edition with two missing gifs in the editor.
2008-09-27 03:02:39 UTC in Zimplit CMS
-
The file include/register_user.inc.php has some errors that prevent it from allowing the edit/delete of users.
The dbUsers table has `Id` as the primary key but is referred to in the above script as 'id' in all but one place. Also as the default tab for system.php is "Outlets", the "tab=user&" must be prefixed in the register_user.inc.php script' links for edit and delete.
The said fixes...
2008-09-18 17:24:20 UTC in mySeat restaurant reservation system
-
In webform/index.php:-
Other than the path to the config.php file, all other constants like:-
$restaurant_name
$contact_email
$define_pax
$define_percent
are better to be moved to the myseat/config.php file for both security and consistency.
2008-09-16 19:00:32 UTC in mySeat restaurant reservation system
-
In webform/index.php:-
The date and other dropdown select boxes cause a OnChange reload(this.form) which forgets the selected choices and a blank form with no restaurants is displayed.
2008-09-16 18:56:06 UTC in mySeat restaurant reservation system
-
Web Form works if we book for the default Restaurant.
If we choose another Restaurant in the dropdown box, then we have a blank page. If we now go back to the webform, the newly selected Restaurant is now the default and booking proceeds well.
The code for $now_full is ECHOed at the wrong place for the Restaurant SELECT after each tag. Check out the code in webform/index.php at...
2008-09-16 18:42:19 UTC in mySeat restaurant reservation system