By Guest on Monday, 11 April 2016
Replies 5
Likes 0
Views 1.2K
Votes 0
Hi, I’d like to change the months view display. I prefer to show only the current month without the date of the day.
(see attached image)

To realize this I will have to make a change in one line of php-code, I suppose. But which line in which php-document?
Hello,

This is controlled in:

/components/com_jevents/views/flat/month/tmpl/calendar_body.php

You would need to change:

$this->data['fieldsetText'];


To fetch the month from $this->data.

Many thanks
Tony
·
Monday, 11 April 2016 11:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello.
I need the same help.
When I try to change
$this->data['fieldsetText'];

to
$this->data['month'];

I get only 6 instead of June
·
Monday, 06 June 2016 21:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi ukrart,
once you have that you can easily convert it to a month name:

http://stackoverflow.com/questions/1846 ... ame-in-php
·
Tuesday, 07 June 2016 10:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, carcam.
But can you imagine that not all the people are programmers, and not all the people know php???
·
Tuesday, 07 June 2016 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello UKrart,

Of course we can. That's why we have set it to a default standard.

It's just not possible to provide a configuration option for every possible output. This would become a logical nightmare. We are already very very advanced when it comes to features.

We are happy to provide silver club members with the code to be able to do this.

Many thanks
Tony
·
Tuesday, 07 June 2016 10:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post