By Guest on Tuesday, 18 September 2018
Replies 3
Likes 0
Views 733
Votes 0
Is it possible to, in the event calendar, where there is a magnification glass icon, to add the word "Search" to it, and make the "Search" text clickable also?
Hello Buxster,

Sure it is possible. I'll assume you are using the Flat theme?

Copy:
/components/com_jevents/views/flat/helpers/flatviewnavtablebariconic.php
to
/templates/your_template/html/com_jevents/helpers/flatviewnavtablebariconic.php

and change:

<img src="<?php echo $viewimages; ?>/icon-search.gif" alt="Search" /></a>


to:

Search
·
Wednesday, 19 September 2018 22:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello tonyp,

I do not have this path to go to: /templates/your_template/html/com_jevents/helpers/flatviewnavtablebariconic.php

under 'html' I do not have the com_jevents folder. Could there be another location for it? Or do I need to create the 2nd directory for it?

I currently updated the one in the /components/com_jevents/views/flat/helpers/flatviewnavtablebariconic.php directory, and it changed on the page (not sure if that was okay to do!)
·
Thursday, 20 September 2018 21:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

You need to create the path where any folders are missing.

No do not edit core files, they will be overwritten in your next update.

Many thanks
Tony
·
Saturday, 22 September 2018 00:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post