My client is currently using Jevents v 1.4.3 and wants to display the event description in the list view, does anyone have any tips on how to achieve this?
Id like to place it where the category currently is:
$eventlink = sefRelToAbs( 'index.php?option=' . $option . '&task=' . $task . '&catid=' . $catid
. '&year=' . $year . '&month=' . $month . '&day=' . $day . '&Itemid=' . $Itemid );?>
<a class="ev_link_cat" href="<?php echo $eventlink; ?>" style="color:<?php echo $fgcolor;?>;" title="<?php echo $catname;?>"><?php echo $catname;?></a><br />
maybe with something replacing <?php echo $catname;?> to show the description as opposed to the category.