Sunday, 18 September 2016
  3 Replies
  1.5K Visits
0
Votes
Undo
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
Monday, 19 September 2016 08:43
·
#175722
0
Votes
Undo
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

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!

Wednesday, 28 September 2016 01:27
·
#176147
0
Votes
Undo
Hi Tony,

I am using the "geraint" theme.

rambro (rick)
Wednesday, 28 September 2016 06:00
·
#176151
0
Votes
Undo
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

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.