This is a discussion on osCMS v0.1 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Great contribution, easy to install, easy to use. All the credit goes to Oleksiy Zubovskyy and to itagtodd (Todd Stewart) ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Great contribution, easy to install, easy to use. All the credit goes to Oleksiy Zubovskyy and to itagtodd (Todd Stewart) for suggesting an improved method for using this contribution. In this new version you will get: - Added the functionality for having a status, so you can disable a content item without deleting it - Added title field and a get_cms_title function, so you can specify a title for each content page - Fixed one bug that did not allow the edition of the content name - Updated the Help file with these new features This is a full package, if you are upgrading from v0.1 or v0.1.1 there are upgrade instructions at the end of the INSTALL file (assuming you did not change the contribution scripts). If you are happy with version 0.1.1 and just want to fix the bug, then here are the instructions for fixing the bug: Edit file catalog/admin/cms_content.php **** Find if (($action == 'new')||($action == 'edit')) { $content_text = array(); **** Replace with **** Find if (($action == 'new')||($action == 'edit')) { $cID = tep_db_prepare_input($HTTP_GET_VARS['cID']); // 20080305 bug fix: $cID was undefined, name was not being shown $content_text = array(); If you find problems, first of all, please accept my apologies, and second report them to me (my contact information is at the end of the INSTALL file), or even better, if you can fix them, consider uploading the new version. Freddy More...
__________________ Michael Sasek osCMax Developer
|