EventCalendar
From WoWRosterWiKi
(Difference between revisions)
(New page: {{RosterMenu}} == Event Calendar == Event Calendar is a Roster addon that will show upcoming events from ingame WoW addons [http://www.curse-gaming.com/en/wow/addons-1592-guildeventmanager...) |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | __NOEDITSECTION__ |
+ | {{Disclaimer}} | ||
+ | {{MainMenu|Roster}} | ||
+ | |||
== Event Calendar == | == Event Calendar == | ||
Event Calendar is a Roster addon that will show upcoming events from ingame WoW addons [http://www.curse-gaming.com/en/wow/addons-1592-guildeventmanager.html GuildEventManager (GEM)] or [http://www.curse-gaming.com/en/wow/addons-2718-groupcalendar.html GroupCalendar] | Event Calendar is a Roster addon that will show upcoming events from ingame WoW addons [http://www.curse-gaming.com/en/wow/addons-1592-guildeventmanager.html GuildEventManager (GEM)] or [http://www.curse-gaming.com/en/wow/addons-2718-groupcalendar.html GroupCalendar] | ||
Line 51: | Line 54: | ||
|} | |} | ||
− | |||
[[Category:RosterAddon]] | [[Category:RosterAddon]] |
Latest revision as of 04:53, 12 May 2007
Important note: When you edit this page, you agree to release your contribution into the public domain. |
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 |
**** | **** |