Quote:
Originally Posted by MarcoH64
Where are the icons stored? In filesystem or database?
Database would be dead easy to take just 5 icons, no matter their number.
If on filesystem your could with a "dir" function list the files in the icon directory and take the first 5.
|
Hi Marco,
the icons are stored in a filesystem which is not always the same host. In addition the relationship between chat configuration and file system is different.
For example:
file name: cat.gif on server 01
in DigiChat: iconid 1001 -> cat.gif
in DigiChat: iconid 1002 -> not existing due to being deleted
file name: dog.gif on server 01
in DigiChat: iconid 1003 -> dog.gif
file name: mouse.gif on server 01
in DigiChat: no configure -> not visible
You have to configure each icon once in the DigiChat GUI to establish the relationship. Without the configuration no icon is visible in chat. The problem is that I can not read this configuration from the GUI otherwise it would be easy.
So this is a manual process and due to this hard to implement a proper easy solution.
Hope things are clearer now.
Cheers,