PDA

View Full Version : Aeolus Calendar Help


yellow2002kat
23 May 07, 03:51
Hi,

I'm very happy with the Aeolus template and I've been able to make a number of changes searching this site. However, I would really like to add a calendar to the bulletin board. It's important for me as I need to list monthly meeting dates and events for community board meetings / community events.

Could someone please point me in the right direction as far as installing a calendar is concerned?



Thanks!

CyberAlien
23 May 07, 08:45
Try this mod: http://www.phpbb.com/community/viewtopic.php?f=15&t=150857

yellow2002kat
23 May 07, 16:06
Thank you. I will give it a try.

yellow2002kat
24 May 07, 21:58
OK, I've edited all the files but one. I'm assuming I'm doing everything correctly - I've been replacing subSilver with Aeolus where appropriate.

However, I'm a bit afraid to change Aeolus.cfg The calendar mod calls for a change to the file as follows:

#-----[ FIND ]------------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
//-- mod : calendar ------------------------------------------------------------
//-- add
$images['spacer'] = "$current_template_images/spacer.gif";
$images['icon_calendar'] = "$current_template_images/icon_calendar.gif";
$images['menu_calendar'] = "$current_template_images/icon_mini_calendar.gif";
$images['icon_tiny_topic'] = "$current_template_images/icon_tiny_topic.gif";
$images['icon_tiny_profile'] = "$current_template_images/icon_tiny_profile.gif";

$images['up_arrow'] = "$current_template_images/icon_up_arrow.gif";
$images['down_arrow'] = "$current_template_images/icon_down_arrow.gif";
//-- fin mod : calendar --------------------------------------------------------

My problem is that in Aeolus.cfg it says "Do not alter code after this line!" towards the top of the page. However, it seems I would have to alter the code at the bottom of the page as that is where ?> is found.

Can I disregard the "Do not alter code after this line" comment in the Aeolus.cfg file to implement the calendar code listed above?

Splinter
24 May 07, 22:12
Hi,

Adding that to the .cfg file is fine. You should'nt have any problems as long as you edit it correctly.

yellow2002kat
29 May 07, 04:35
Thanks to all for your help.