By skullmonkey on Thursday, 12 January 2017
Replies 9
Likes 1
Views 1.7K
Votes 0
Hi,
I want to change order and position of the navigations (prev and next month) of my template. Its a flatplus template. I found it in /components/com_jevents/views. How can I make override for it?

This is the url: http://mnt.gorast.com/repertoar

Thanks,
Gorast
·
7 years ago
·
1 Likes
·
0 Votes
·
0 Comments
·
Hi Tony,
I was about to write post. I found it. Its flatplusviewnavtablebariconic.php from /helper folder.

Cheers!
·
7 years ago
·
1 Likes
·
0 Votes
·
0 Comments
·
I still have problem changing the format. Between the prev and next I just want to get the Month, I dont want the current date.
This line gives the date then the month eg. 14 January - <?php echo $this->data['fieldsetText']; ?>
I want to get rid of the number, like when I press next or prev.

Thanks,
Gorast
·
7 years ago
·
1 Likes
·
0 Votes
·
0 Comments
·
this should work:


<?php echo substr($this->data['fieldsetText'], 2); ?>
·
7 years ago
·
1 Likes
·
0 Votes
·
0 Comments
·
Its not a good approach. It deletes the latters when switching to the next months that dont have numbers in the front.
·
7 years ago
·
1 Likes
·
0 Votes
·
0 Comments
·
Hello,

Since this support is for a club addon if you can login with your club account I'll look at writing some more specific code for you.

Many thanks
Tony
·
7 years ago
·
1 Likes
·
0 Votes
·
0 Comments
·
Back on this matter. I created /templates/t3_blank/html/com_jevents/flatplus/abstract folder with abstract.php file in it but nothing no override. Am I missing something?

tnx
·
7 years ago
·
1 Likes
·
0 Votes
·
0 Comments
·
View Full Post