View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003729 | OXID eShop (all versions) | 4.11. Image handling | public | 2012-03-16 11:30 | 2014-01-06 13:33 |
Reporter | b.hasis | Assigned To | |||
Priority | low | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.5.8 revision 42471 | ||||
Summary | 0003729: Image size handling in oxDynImgGenerator | ||||
Description | hello, if i adding a new image-size for Products like in this thread explained (post no.3 http://www.oxid-esales.com/forum/showthread.php?t=12877) the folder for this new size will be not generated by OXID because of core/oxDynImgGenerator.php fnc:_isValidPath() and a "hard" filled array (_aConfParamToPath). So my new size doesnt valid because it isnt in _aConfParamToPath. I have to modify this core file to make my folder dynamic generated. Can you make _aConfParamToPath dynamic by getting the possible image sizes from the database (from oxconfigdisplay)? | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
The specified image size folder gets generated correctly. |
|
to use custom image size configuration, please write your own image generator (or extend existing) For more details how to register and use custom image generator: http://wiki.oxidforge.org/Tutorials/image_handling_changes |