- Posts: 15
- Thank you received: 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.
Please Log in or Create an account to join the conversation.
How have you set up the other icon sizes?It seems that it works for me only when I select 16 bits icons....
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Hi Phil,doorknob wrote: 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);
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
BlueWonder wrote: Thanks for this, now it works.
great.
Please Log in or Create an account to join the conversation.