- Messaggi: 15
- Ringraziamenti ricevuti 2
In the iCagenda component settings page (Events tab) you must select the size of icon for the events list and also for the single event page.
Si prega Accedi o Crea un account a partecipare alla conversazione.
How have you set up the other icon sizes?It seems that it works for me only when I select 16 bits icons....
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.
Hi Phil,doorknob ha scritto: Looks like Cyril didn't understand how it works when he added the feature for generating the icons
// Generate 16_bit if not exist
iCThumbGet::thumbnail($array['new_icon'], $thumbsPath, '16_bit', '16', '16', '100', false, '', '', '', $icon_name);
// Generate 24_bit if not exist
iCThumbGet::thumbnail($array['new_icon'], $thumbsPath, '24_bit', '24', '24', '100', false, '', '', '', $icon_name);
// Generate 32_bit if not exist
iCThumbGet::thumbnail($array['new_icon'], $thumbsPath, '32_bit', '32', '32', '100', false, '', '', '', $icon_name);
// Generate 48_bit if not exist
iCThumbGet::thumbnail($array['new_icon'], $thumbsPath, '48_bit', '48', '48', '100', false, '', '', '', $icon_name);
// Generate 64_bit if not exist
iCThumbGet::thumbnail($array['new_icon'], $thumbsPath, '64_bit', '64', '64', '100', false, '', '', '', $icon_name);
Si prega Accedi o Crea un account a partecipare alla conversazione.
Si prega Accedi o Crea un account a partecipare alla conversazione.
BlueWonder ha scritto: Thanks for this, now it works.
great.
Si prega Accedi o Crea un account a partecipare alla conversazione.