| Re: Icons in modules admin |
| by Mage on 2013/1/20 19:34:47 le="color: #000000"><?php $modversion['dirmoduleadmin'] = '/class'; $modversion['icons16'] = '../../media/xoops/images/icons/16'; $modversion['icons32'] = '../../media/xoops/images/icons/32'; I confirm that this code is useless in 2.6. I wrote this class but I did not know that it worked. Someone added this option and it is very good! |
| Re: Icons in modules admin |
| by timgno on 2013/1/20 19:16:02 It was just a test, because in some modules that I downloaded from the folder SVN/XoopsModules26, there is still these three lines: le="color: #000000"><?php $modversion['dirmoduleadmin'] = '/class'; $modversion['icons16'] = '../../media/xoops/images/icons/16'; $modversion['icons32'] = '../../media/xoops/images/icons/32'; I don't know why were added...! so the solution is the one that posted to message #7 |
| Re: Icons in modules admin |
| by Mage on 2013/1/20 18:15:31 Quote:
Normal that this does not work! Why do you put it? |
| Re: Icons in modules admin |
| by timgno on 2013/1/20 15:15:12 This must be discussed with the core developer, because if I insert a statement like this: le="color: #000000"><?php $modversion['dirmoduleadmin'] = '/class'; $modversion['icons16'] = 'icons/16'; $modversion['icons32'] = 'icons/32'; in the file xoops_version.php, this does not work the same even if not return errors |
| Re: Icons in modules admin |
| by Tarik on 2013/1/20 15:11:04 yes, but still this test only on 32x32 icons but 16x16 icons for the info boxes in module admins are only got from core media folder. |