Forums / Developer / Using customs class icons in admin siteaccess

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Using customs class icons in admin siteaccess

Author Message

H-Works Agency

Tuesday 17 July 2007 11:26:52 am

Hi all

How can i use custom class icons in admin siteaccess for my custom classes ?

The system would use classical "/share/icons" for the known classes, and would use for exemple "design/siteaccess_admin/images/icons/" for my custom classes ?

This seams impossible because the "Repository" variable is not an array.

Am i right ?

EZP is Great

Heath

Tuesday 17 July 2007 11:38:15 am

Hello Martin,

I see two solutions available at the moment.
1) Patch, http://pubsvn.ez.no/community/trunk/hacks/icons_in_extension/

1.1) Vote! For acceptance of patch to eZ, subscribe and comment on existing issue, http://issues.ez.no/IssueView.php?Id=7662&activeItem=3

2) Config! mod_rewrite, to redirect the url requests to '/share/icons' to '/extension/example_com/share/icons'

Cheers!

7x | https://se7enx.com/
Brookins Consulting | https://brookinsconsulting.com/
Certified | http://web.archive.org/web/201012...th.ez.no/certification/verify/380350
Solutions | https://projects.exponential.earth/users/community/brookins-consulting
eZpedia community documentation project | http://ezpedia.se7enx.com

H-Works Agency

Wednesday 18 July 2007 5:00:54 am

Hi Heath,

I try never modifying ez sources...so i will stick with my original technique of puting all my siteaccesses custom classes icons in the same place.

Its just sad this "Repository" var in icon.ini si not an array. Would allow us to use the override system for icons.

EZP is Great