Elxis CMS Forum

Support => Technical support => Topic started by: wbread on May 21, 2011, 16:30:56

Title: eventCalendar problem(solved)
Post by: wbread on May 21, 2011, 16:30:56
when editing events in the panel does not display images
/images/M_images/sort_$state.png

[attachment deleted by admin]
Title: Re: eventCalendar problem
Post by: webgift on May 21, 2011, 16:35:28
Don't write images name with characters like $.
Rename the image's filename and try again.
Title: Re: eventCalendar problem
Post by: wbread on May 21, 2011, 16:38:43
eventCalendar not my component, I do not know where that would rewrite the pictures are displayed correctly.
Title: Re: eventCalendar problem
Post by: webgift on May 21, 2011, 16:42:19
Where did you find that filename : sort_$state.png then ?
Title: Re: eventCalendar problem
Post by: wbread on May 21, 2011, 16:45:33
when editing the event, see the image, type that instead of an image caption
I looked at the source code
Title: Re: eventCalendar problem
Post by: webgift on May 21, 2011, 17:28:16
Folder : includes/Core/
File : elxis.php
Line : ~1589

You will find that line :
$html .= '<img src="'.$mainframe->getCfg('ssl_live_site').'/images/M_images/sort_$state.png" border="0" alt="'.$alts[$next_state].'" />';
change it with the line below :
$html .= '<img src="'.$mainframe->getCfg('ssl_live_site').'/images/M_images/sort_'.$state.'.png" border="0" alt="'.$alts[$next_state].'" />';

You are ready!

[attachment deleted by admin]
Title: Re: eventCalendar problem
Post by: wbread on May 21, 2011, 17:32:59
all okay now
Title: Re: eventCalendar problem
Post by: webgift on May 21, 2011, 17:34:13
Topic marked as Solved.;)
Title: Re: eventCalendar problem
Post by: wbread on May 21, 2011, 17:40:13
maybe it's worth to write here
https://forum.elxis.org/index.php?topic=5144.0
Title: Re: eventCalendar problem(solved)
Post by: webgift on May 21, 2011, 17:47:56
These are fixes that have already imported on Elxis 2009.3 Aphrodite. However i mentioned that.
Title: Re: eventCalendar problem(solved)
Post by: datahell on May 21, 2011, 18:37:05
Fixed! Thank you.
Title: Re: eventCalendar problem(solved)
Post by: azmi2 on December 01, 2012, 08:55:44
can some body guide me how we could customize event calendar to work Arabic month and days.

thanks