View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001839 | OXID eShop (all versions) | 4. ------ eShop Core ------- | public | 2010-05-20 00:39 | 2012-12-10 13:42 |
Reporter | mydevs | Assigned To | |||
Priority | high | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.3.0 revision 26948 | ||||
Target Version | 4.5.0_beta3 | Fixed in Version | 4.5.0_beta4 | ||
Summary | 0001839: Make it possible to give each object which has pictures individual picture sizes | ||||
Description | It should be possible to set individual picture sizes for each object which has pictures. This modification make this possible. For example you want an individual size for the icons of the oxcategory object, then you add the following to the icon size at the core settings: 56*84;oxcategory=>20*20 All icons now resized to 56*84 but the icons for the oxcategory object will be resized to 20*20. A modification of the admin template is advisable, like the set up of the different article pictures. Diff-Patch, based on Oxid CE 4.3.0, is attached. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
@developers: please, check offered solution and implement if possible |
|
If you implement the oxConfig like shown here: http://www.oxid-esales.com/forum/showthread.php?t=6604 this can be implemented as a module. |
|
starting with 4.5.0 version, there are implemented themes and options per theme. in the new azure theme are these options for pictures sizes: icon, thumbnail, zoom picture, individual option for all picture sizes, 2 category image sizes and etc. if its not enough its possibility add additional. the same its possible with basic theme. |