You need to be logged in to view a user's profile.
  1. gamenzie
  2. JEvents 1.5 Bugs
  3. Tuesday, 25 March 2008
If I bring up the Admin Panel via 'My Events' the URL generated for each event is prepended by a second http://www.mysite.com, as in:

http://www.mysite.comhttp://www.mysite. ... 4&Itemid=3

There is also a [i:m9e3kzqg]slight[/i:m9e3kzqg] cosmetic bug in the event popup with 'Single event' running right into 'Click once to open event'

Glenn
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
At line c.1280 (right at the end of the file) of component/com_events/layouts/default/eventsView.php

replace
<a class="<?php echo $row->state() ? 'ev_link_row' : 'ev_link_unpublished'; ?>" style="font-weight:bold;" href="/<?php echo JRoute::_($eventlink); ?>" title="<?php echo mosEventsHTML::special($row->title()) . ( $row->state() ? '' : _CAL_LANG_UNPUBLISHED );?>"><?php echo $row->title() . ( $row->state() ? '' : _CAL_LANG_UNPUBLISHED );?></a>

with
<a class="<?php echo $row->state() ? 'ev_link_row' : 'ev_link_unpublished'; ?>" style="font-weight:bold;" href="/<?php echo $eventlink; ?>" title="<?php echo mosEventsHTML::special($row->title()) . ( $row->state() ? '' : _CAL_LANG_UNPUBLISHED );?>"><?php echo $row->title() . ( $row->state() ? '' : _CAL_LANG_UNPUBLISHED );?></a>


Geraint
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!
  1. more than a month ago
  2. JEvents 1.5 Bugs
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.