Thursday, 12 January 2017
  9 Replies
  1.7K Visits
0
Votes
Undo
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
·
#181510
0
Votes
Undo

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!

7 years ago
·
#181511
0
Votes
Undo
Hi Tony,
I was about to write post. I found it. Its flatplusviewnavtablebariconic.php from /helper folder.

Cheers!
7 years ago
·
#181515
0
Votes
Undo
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
·
#181522
0
Votes
Undo
this should work:


<?php echo substr($this->data['fieldsetText'], 2); ?>

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!

7 years ago
·
#181535
0
Votes
Undo
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
·
#181536
0
Votes
Undo
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

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!

7 years ago
·
#194280
0
Votes
Undo
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
  • Page :
  • 1
There are no replies made for this post yet.