Thanks for the screen dump.
Now I see it - I had hovered over modify and delete but not the event itself.
This is a minor bug which you encountered because your installation is in a subdirectory.
The fix is easy.
At line c. 85 of components/com_events/events.html.php replace the function declaration of viewEventRowAdmin with the following:
function viewEventRowAdmin( $row, $task, $year, $month, $day, $deletelink, $modifylink, $contactlink, $option, $Itemid, $state) {
$eventlink = sefRelToAbs( 'index.php?option=' . $option . '&task=' . $task . '&agid=' . $row->id
. '&year=' . $year . '&month=' . $month . '&day=' . $day . '&Itemid=' . $Itemid );?>
<li class="ev_td_li">
<a class="<?php echo $state ? 'ev_link_row' : 'ev_link_unpublished'; ?>" style="font-weight:bold;" href="/<?php echo $eventlink; ?>" title="<?php echo $row->title . ( $state ? '' : _CAL_LANG_UNPUBLISHED );?>"><?php echo $row->title . ( $state ? '' : _CAL_LANG_UNPUBLISHED );?></a>
<?php echo _CAL_LANG_BY;?>
<i><?php echo $contactlink;?></i>
<?php echo $deletelink;?><?php echo $modifylink;?>
</li>
<?php
}
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!