By Guest on Wednesday, 30 August 2017
Replies 5
Likes 0
Views 1.3K
Votes 0
At the configuration, First Day option has only 3 values Sunday First, Monday first, Saturday first.
We want to select another day. Like Wednesday. Is it possible?
Hello,

I'm afraid it isn't possible at present because weeks tend to start on one of these 3 days.

geraint thoughts about adding support for each day?

Many thanks
Tony
·
Wednesday, 30 August 2017 15:11
·
0 Likes
·
0 Votes
·
0 Comments
·
but what about september it starts on friday and about 4 days are blank. That's awuful..
·
Thursday, 31 August 2017 07:43
·
0 Likes
·
0 Votes
·
0 Comments
·
It's about a working week. So for example in the United Kingdom we start on a Monday, that is the start day.

If you want to show a list of events starting on a specific day of the week you can use the range view?

Many thanks
Tony
·
Thursday, 31 August 2017 14:15
·
0 Likes
·
0 Votes
·
0 Comments
·
It may well work with a minor config change - if you edit the file administrator/components/com_jevents/config.xml at lines 57-61 you'll see

<field name="com_starday" type="jevlist" default="0" menu="hide" label="JEV_FIRST_DAY" description="" difficulty="1">
<option value="0">JEV_SUNDAY_FIRST</option>
<option value="1">JEV_MONDAY_FIRST</option>
<option value="6">JEV_SATURDAY_FIRST</option>
</field>

You could try adding in more days and then selecting them in the config.
·
Monday, 04 September 2017 10:08
·
0 Likes
·
0 Votes
·
0 Comments
·
If it works as expected.. WE can then add them to the core.
·
Monday, 04 September 2017 16:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post