Friday, 29 June 2018
  1 Replies
  828 Visits
0
Votes
Undo
Once I click on an event to see event detail, there is no link to go back to viewing the main calendar. I have to scroll back up to the top of my page to click the menu link again. Am I missing something?
Saturday, 30 June 2018 09:26
·
#203675
0
Votes
Undo
Hello,

Most users click back on their browser or have breadcrumbs on their site...

But we do still have it, copy:

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

to

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

and change:


/*
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
}
*/


to



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
}

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.