By rambro on Sunday, 18 September 2016
Replies 3
Likes 0
Views 1.4K
Votes 0
Hi all,

I was just wondering when you click on a JEvent that you have created in a calendar and it opens the event, what happened to the back button that used to be in the JEvent, so you can back to the calendar?

rambro
Hi Rambro,

We removed it since we had a few complaints on it's functionality. It is still there just commented out, so you can create a template override to get it back if you want it? What JEvents theme are you using?

Many thanks
Tony
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tony,

I am using the "geraint" theme.

rambro (rick)
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Ok great copy:

/components/com_jevents/views/geraint/icalevent/tmpl/detail_body.php

to

/templates/your_template/html/com_jevents/geraint/icalevent/detail_body.php

and look at the bottom for:


/*
if(!($mask & MASK_BACKTOLIST)) { ?>
<p align="center">
<a href="javascript:window.history.go(-1);" class="jev_back btn" title="<?php echo JText::_('JEV_BACK'); ?>"><?php echo JText::_('JEV_BACK'); ?></a>
</p>
<?php
}
*/


Remove: /* and */ and it will show again.

Many thanks
Tony
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post