Monday, 11 April 2016
  5 Replies
  1.2K Visits
0
Votes
Undo
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?
Monday, 11 April 2016 11:59
·
#169034
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Monday, 06 June 2016 21:24
·
#169035
0
Votes
Undo
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
Tuesday, 07 June 2016 10:11
·
#169036
0
Votes
Undo
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:45
·
#169037
0
Votes
Undo
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:55
·
#169038
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.