- Posts: 15
- Thank you received: 2
The developer takes a few days off for Summer vacation...
...and will be back with charged battery!
From 14 June to 29 June, 2025 included
During this period, assistance from developer will not be provided.
NEWS: iCagenda 4.0.0-alpha1 will be available for testing for users with a PRO subscription in July!
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.