My Subscriptions

No active or expired subscriptions. View Available Subscriptions

News Feed

Receive our Newsletter

Advanced Search

Home arrow Forum arrow Extensionsarrow JCal Pro and JCal Clientarrow Archivearrow Themes (board locked)arrow How do I make the title of an event appear in bold in the module display
Pages: [1]
Print
Author Topic: How do I make the title of an event appear in bold in the module display  (Read 1444 times)
penguinhead
Newbie
*

Karma: +0/-0
Posts: 1


View Profile
« on: August 25, 2007, 08:20:43 AM »

I want the title of an event to appear in bold when displayed in the latest events module. Can anyone tell me what file I need to edit to achieve this?

thx mike
Logged
cscc
Newbie
*

Karma: +0/-0
Posts: 3


View Profile
« Reply #1 on: December 22, 2007, 09:14:10 AM »

I'm also seek for this solution
Logged
simcfc73
Newbie
*

Karma: +0/-0
Posts: 9


View Profile
« Reply #2 on: April 24, 2008, 04:32:24 AM »

I got it to do it by doing this in the mdcal_latest.php file

      if( $EXTCAL_CONFIG['show_dates'] ) {
      $module_output_array[$extcounter] .= "<strong>";
      $module_output_array[$extcounter] .=  mf_get_daterange_string( $thisEvent );
      $module_output_array[$extcounter] .= "<br />\n"; 
      $module_output_array[$extcounter] .= "</strong>";

Not sure if its the tidy way to do it but it works for me
Logged
Pages: [1]
Print
Jump to:  

Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com

Original Joomla Template design by RocketTheme ( Conversion by Bloc)