WoWRoster.net Welcome Welcome Guest! Please Register or Login
Toggle Content
Toggle Content Search Wiki
 

Toggle Content User Info

Welcome Anonymous

Nickname
Password

Membership:
Latest: smithfox
New Today: 1
New Yesterday: 21
Overall: 29299

People Online:
Members: 3
Visitors: 17
Bots: 3
Staff: 0
Staff Online:

No staff members are online!

Toggle Content Main Menu

EventCalendar

EventCalendar

From WoWRosterWiKi

Jump to: navigation, search
WR.net
Important note: When you edit this page, you agree to release your contribution into the public domain. If you don't want this or can't do this because of license restrictions, please don't edit.

Contents

Event Calendar

Event Calendar is a Roster addon that will show upcoming events from ingame WoW addons GuildEventManager (GEM) or GroupCalendar

Current version: 1.0.2
Author: PoloDude

Technical Notes

  • When updating calendar all the data in the db will be removed before inserting
  • When updating GroupCalendar-data only upcoming events will be inserted, no events that have past
  • When updating GuildEventManager-data it will only accept those channels that are set in the conf.php

Instructions

  • Unzip the package inside the roster/addons/ directory so the path will read: roster/addons/EventCalendar/.
  • Edit the roster/addons/EventCalendar/conf.php for the different settings. in example:

// What calendar will you be updating -- GEM or GroupCalendar
	$addon_conf['EventCalendar']['UpdateMode'] = 'GEM';
 
//Every1 in guild can update the calendar if set to true, if set to false then it will look at EventUpdaters
	$addon_conf['EventCalendar']['UpdateAll'] = true;
 
//Characters that can update the events
	$addon_conf['EventCalendar']['EventUpdaters'] = array('CT_Mule',);
//Channels that can be updated (GEM only)
	$wordings['EventCalendar']['Channels'] = array('channel1','channel2',);
 
// Show eventicon or not -- true or false
	$addon_conf['EventCalendar']['ShowIcon'] = true;
 
//Date display "D m/d G:i" => Wed 08/23 20:15
	$addon_conf['EventCalendar']['EventDate'] = "D d/m G:i";
	$addon_conf['EventCalendar']['ResetDate'] = "D d/m";

Credits

Cohsion,Harut French localizations
Ordinus,NurMut</td> German localizations
**** ****
This Theme Ported By: WebSiteGuru Designs. Cardinal Theme orginally By: Lorkan Themes. - Ported to DragonflyCMS by: WebSiteGuru Designs
Version 4.0.0 - September 28, 2007
Original Author: Lorkan Themes