Beginning of Event Calendar for Roster 2.0

With this addon you'll be able to view planned events from GuildEventManager or GroupCalendar

Moderator: PoloDude

Re: Beginning of Event Calendar for Roster 2.0

Postby tuigii » Tue Feb 05, 2008 11:22 pm

foreseit wrote: I see only an option for guildeventmanager2.lua.

If the upload page asks for file X, and you send it a file named Y, then don't be suprised if you receive this message :
foreseit wrote: * GroupCalendar.lua is not allowed for upload


Why not opening this file: update_hook.php - and jump to line 44.

You'll get the picture :wink:

For myself : I discoverd that Group Calendar is a group addon (don't laugh :D ) - just me installing it isn't enough - I need some one else in my Guild also for a minimal setup. I work on that right now.
Last edited by tuigii on Tue Feb 05, 2008 11:36 pm, edited 1 time in total.
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Beginning of Event Calendar for Roster 2.0

Postby foreseit » Wed Feb 06, 2008 3:35 am

sorry, from "And what about format auto-detection" I thought maybe that Tuigii had made some sort of feature where it would autodetect what version I had. My bad.

Looking at Tuigii's version v. Nefuh's version, I see that indeed Tuigii's doesn't seem to have any content in it relating to Group Calendar parsing.

Would you like me to upload my groupcalendar.lua file for you to take a look at?

However, according to Mundocani, a major update to GC is expected to come out in a few days. http://wow.curse.com/downloads/details/ ... ent_328044. Not database changes, so maybe the .lua file won't change much.
Last edited by foreseit on Wed Feb 06, 2008 3:37 am, edited 2 times in total.
<a href="thehateguild.com"><img src="/anetheron/addons/siggen/sig.php?name=Foreseit"></a>
User avatar
foreseit
WR.net Journeyman
WR.net Journeyman
 
Posts: 139
Joined: Tue Jul 25, 2006 10:03 pm

Re: Beginning of Event Calendar for Roster 2.0

Postby tuigii » Wed Feb 06, 2008 5:31 am

foreseit wrote:Would you like me to upload my groupcalendar.lua file for you to take a look at?


YES :D Like to see one

edit : found a Guild partner that had Event Calendar also (already) :D
We synced version (meaning : he upgraded)

I saw the GroupCalendar.lua file format.
I took a beer.

Then, with the parsing functions, I understood how layout was.
I'm more ore less convinced that these two, GEM2 and GroupCalendar, can be handled by the same roster addon, as before.

And another thing : GroupCalendar (EventCalendar) pleases me :D
I'll give it a try - and if it works out, I'll force it a way in my Guild.

Now, I need to become Revered by the Holy Time Grail faction :wink:
Last edited by tuigii on Wed Feb 06, 2008 9:25 am, edited 1 time in total.
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Beginning of Event Calendar for Roster 2.0

Postby Lyco » Wed Feb 06, 2008 11:13 am

I took a look at nefuh's code on functions.php and in the group calendar parsing area it doesnt define what databases is or anything that is probably y in the last version for 1.7.3 i could not get event calendar to parse the groupcalendar.lua file for my roster and i was using 1.7.3 roster and uploading it with my cp.lua file so idk just thought i would throw that in there
Lyco
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 40
Joined: Sun Oct 14, 2007 10:28 pm

Beginning of Event Calendar for Roster 2.0

Postby foreseit » Thu Feb 07, 2008 12:00 am

Go Tuigii! :) I really like Group Calendar. There are a few things I wish GC had that GEM did (multiuser updating), convenient list of all the upcoming events. Overall, however, GC was easier to implement guild-wide.

let me know if you ever want the .lua file.
Last edited by foreseit on Thu Feb 07, 2008 12:00 am, edited 1 time in total.
<a href="thehateguild.com"><img src="/anetheron/addons/siggen/sig.php?name=Foreseit"></a>
User avatar
foreseit
WR.net Journeyman
WR.net Journeyman
 
Posts: 139
Joined: Tue Jul 25, 2006 10:03 pm

Beginning of Event Calendar for Roster 2.0

Postby Lyco » Sat Feb 09, 2008 1:01 pm

so i guess tugii hasnt had time to look at this
Lyco
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 40
Joined: Sun Oct 14, 2007 10:28 pm

Re: Beginning of Event Calendar for Roster 2.0

Postby tuigii » Sat Feb 09, 2008 1:49 pm

Lyco wrote:so i guess tugii hasnt had time to look at this

Oh, yes, I did.
I’m actually started to write the code.

But it's another ball-game using the output of a WoW addon that I'm not familiar with.
Parsing the data file still rests a trail and error procedure, and there isn't a place for the "I think I understood what this means", one has to be sure.
For adapting GEM -> Roster 1.9.9.xx, I had to 'read' the WoW addon before (the LUA code) to understand the basics.

And, as always, have still a company and family to run :wink: :D
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Beginning of Event Calendar for Roster 2.0

Postby Lyco » Sat Feb 09, 2008 10:09 pm

Man you are preaching to the choir with that message lol i know exactly what you mean. Let me know if you need any help i dont know how much i can do but i can try lol.
Lyco
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 40
Joined: Sun Oct 14, 2007 10:28 pm

Beginning of Event Calendar for Roster 2.0

Postby Headkicker » Sun Feb 10, 2008 5:13 pm

i have installed version v1.9.9.000 and ist works fine, but how can i make it posibble to see the icons of the upcomming raids? its shows only the unknown image:
http://headkicker.kilu.de/Rooster2/inde ... ndar&a=g:1

thanks for help
Headkicker
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Tue Sep 04, 2007 11:03 pm

Beginning of Event Calendar for Roster 2.0

Postby foreseit » Wed Feb 27, 2008 7:05 am

tuigii, just in case this info helps you at all, http://wow.curse.com/downloads/details/ ... ent_333637 explains a little about the .lua database. I was able to pseudo get what I was looking at after I read that.
<a href="thehateguild.com"><img src="/anetheron/addons/siggen/sig.php?name=Foreseit"></a>
User avatar
foreseit
WR.net Journeyman
WR.net Journeyman
 
Posts: 139
Joined: Tue Jul 25, 2006 10:03 pm

Beginning of Event Calendar for Roster 2.0

Postby Ulminia » Thu Feb 28, 2008 1:53 am

only thing im haven an issue with is the dates


all are showing as Date: Wednesday 31/12 20:49
when i phase the addon thaya re stored in a 4 diget pattern and i cannot figure it out
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Beginning of Event Calendar for Roster 2.0

Postby Ulminia » Thu Feb 28, 2008 3:15 am

checkout this action http://beta.ulminia.zenutech.com/index. ... ndar&a=g:1

using the lastest version of GroupCalendar i made a phaser to work and modded it a lil hacked and slashed and use new icons and settings and wala
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: Beginning of Event Calendar for Roster 2.0

Postby tuigii » Thu Feb 28, 2008 7:23 pm

Nice, nice :)

Why not integrate yours and mine ?

Or did you wrote it from scratch ?
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Beginning of Event Calendar for Roster 2.0

Postby foreseit » Thu Feb 28, 2008 9:35 pm

ooh, nice! Can't wait till it's ready to use on my end. :)
<a href="thehateguild.com"><img src="/anetheron/addons/siggen/sig.php?name=Foreseit"></a>
User avatar
foreseit
WR.net Journeyman
WR.net Journeyman
 
Posts: 139
Joined: Tue Jul 25, 2006 10:03 pm

Beginning of Event Calendar for Roster 2.0

Postby Ulminia » Fri Feb 29, 2008 12:50 am

not from scratch no, not that adventurious, i will send you the update hock and you can go to town but i just made a home new one called GroupCalendar im testing it for my guild

it can be seen here

http://beta.ulminia.zenutech.com/index. ... ndar&a=g:1

pm me your email and you can have my modifid update_hock.php for your addon just give me a prop for it lol
Last edited by Ulminia on Fri Feb 29, 2008 12:52 am, edited 1 time in total.
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

PreviousNext

Return to Event Calendar

Who is online

Users browsing this forum: No registered users and 0 guests

cron