From: SourceForge.net <no...@so...> - 2012-09-03 15:13:30
|
Feature Requests item #3564451, was opened at 2012-09-03 08:13 Message generated for change (Tracker Item Submitted) made by zyspec You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3564451&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: XOOPS 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: zyspec (zyspec) Assigned to: Nobody/Anonymous (nobody) Summary: Module icon location change - Core Search results Initial Comment: In XOOPS <= 2.6 the core search function allows a module to set the results icon and subdirectory. So, for example the logo could be ./modules/<mymodulename>/images/icons/logo_small.png. In 2.6 the /modules/system/class/module.php requires a logo to be ./modules/icons/logo_small.png. Should be able to use the same logo file both in SystemModule::getModuleList and in the system search results. This could be accomplished by having the location of the file set to /modules/<mymodulename/images/icons in SystemModule::getModuleList. It would be preferred to have the /icons directory as a subdirectory of the /modules/<mymodulename>/images/ directory to 'group' the icons with other images.This makes the directory structure more consistent with other images used by the core system module too. Recommend changing ./modules/system/class/module.php on lines 82 & 83 from '/icons/logo_small.png' to '/images/icons/logo_small.png'. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3564451&group_id=41586 |