[Discontinued] Company Enhancements MOD
Posted: Tue 23. Mar 2004, 14:44
I am sorry to tell you that I don't have the time to develop a new version of this MOD to make it compatible with the newest releases of phpwcms. DON'T install this MOD on your phpwcm. It will NOT work and probably harm your phpwcms installation.
Screenshots (Version 1.x):
Backend
Download Link disabled
ToDo
The following features will be included sooner or later
It is not possible to say whether or not features on the wishlist will be included into this MOD. Time will show.
http://www.zend.com/codex.php?id=650&single=1
Code: Select all
############################################################################################
## MOD Title: phpwcms Company Mod
## MOD Author: Jerome < spam@jerome-gamez.de > (Jerome Gamez) http://jerome-gamez.de/
## MOD Description: Adds company-related functionality to phpwcms
## MOD Version: 1.3.1
##
## Installation Level: Easy
## Installation Time: 5-10 Minutes
##
## Requirements: - phpwcms V1.1-RC4
##
## Files To Edit: phpwcms.php
## index.php
## include/inc_front/content.func.inc.php
##
###########################################################################################
## For Security Purposes, Please Check http://www.phpwcms.de/forum/viewtopic.php?p=7223
## for the latest version of this MOD. Downloading this MOD from other sites could cause
## malicious code to enter into your phpwcms-installation. As such, phpwcms will not
## offer support for MOD's not offered at: http://www.phpwcms.de/forum/
###########################################################################################
## Author Notes:
##
## WARNING: The deletion of entries is hard. That means, unlike the usual
## phpwcms behavior, the entries are completely deleted from the
## database and not just marked as "deleted".
##
## If there are some hidden folders or files calles _MACOSX, .DSStore, etc.
## neglect them or delete them. They are Mac OS X system files/folders that I
## could not delete before.
##
###########################################################################################
## MOD History:
##
## 2004-06-01 - Version 1.3.1
## * Checked and cleaned up the code for issues causing "Notice:" alerts in PHP/Apache
##
## 2004-06-01 - Version 1.3
## * Checked for RC4 compatibility
## * Improved the code a little
##
## 2004-04-20 - Version 1.2
## * This MOD is not dependent on the <ul>/<li>-MOD anymore.
## * Use of the WYSIWYG-editors for the releases (this is not yet possible for the
## detail fields of a product)
## * fixed some minor bugs
##
## 2004-04-20 - Version 1.1.2
## * Fixed bugs with displaying product information like images, price lists, etc.
##
## 2004-04-13 - Version 1.1.1
## * Fixed bug when adding a product
##
## 2004-04-07 - Version 1.1
## * Added addtional product property 'description'
## * Added option to add a picture to a product
##
## 2004-04-04 - Version 1.0.3
## * Replaced the mb_strlen()-Function because most PHPs don't have the needed
## library
##
## 2004-04-04 - Version 1.0.2
## * Some mor small bugfixes
##
## 2004-04-04 - Version 1.0.1
## * Fixed some evil bugs in the installation instructions
## * Added all other languages to the backend language files to avoid errors
##
## 2004-04-02 - Version 1.0
## * Adapted for phpwcms V1.1-RC2 2003-03-28
## * Improved installation instructions
## * Full german and english localization
##
## 2004-03-23 to 2004-04-02 - Version 0.1 - 0.6.1
## * For phpwcms V1.1-RC2 2003-02-20
##
###########################################################################################
## Before Adding This MOD To Your phpwcms, You Should Back Up All Files Related To This MOD
###########################################################################################
Backend
- MOD Company Index page
- Global settings
- Products: Productlist
- Products: Edit product
- Products:Price list
- Products: Edit price
- Products: Release list
- Products: Edit release
Download Link disabled
ToDo
The following features will be included sooner or later
- Products
- Addition of a picture to one product
- Prices: Tax information and inclusion for calculations
- Configurable Categories in Admin area
- Projects
- References
- Use of the WYSIWYG-editors to enter data (This will not be implemented yet, because it would require a "dirty hack" which I am not ready to do. One of the next release will enable a more flexible way of implementing the WYSIWYG-Editors. Until then, you can make use of frolds hack that you can find here.)
It is not possible to say whether or not features on the wishlist will be included into this MOD. Time will show.
- Customizable fields for each object (e.g. weight, height, width, etc.) (ionrock)
- Search engine (ionrock)
- Shopping bag (frold)
- Eventplanner (for courses, fairs, etc.) (pappnase)
http://www.zend.com/codex.php?id=650&single=1