Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
World of Warcraft Event Calendar Details »»
World of Warcraft Event Calendar
Version: 1.2.7, by elricstorm elricstorm is offline
Developer Last Online: Nov 2010 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.x Rating:
Released: 04-18-2007 Last Update: 07-06-2007 Installs: 97
Uses Plugins Template Edits
Is in Beta Stage  
No support by the author.

What does this Mod do?
[hr].[/hr]

This is a calendar mod that supports events created for World of Warcraft that allows signups for mains and alternates. Data for mains and alternates are pulled from the world of warcraft armory automatically and listed/displayed in a table format based on the style of your current site.

Current Version
[hr].[/hr]

Current beta version = 1.2.7 (recommended)
Current stable version = 1.2.6

Whether you are upgrading or installing from new, you ALL need to download the instructions and read them. There is a section for New Installs and a section for Upgrading. Inside there is also a NEW .CHM file (help file) that will also make it easier to read. I kept the instructions file in there as well but it's renamed to wowcalendar.txt instead. Review wowcalendar.chm if you are able to. It works better.

What is required?
[hr].[/hr]

You will essentially need to perform:
  • One product XML import
  • Two PHP file uploads
  • One Profile addition for User Profiles
  • One Template Modification
  • Uploading image files to the specified path listed in the instructions
Review the "instructions" contained in the zip file before installing this product.

Creating a Calendar Entry
[hr].[/hr]

When you create a calendar entry, single, recurring, etc. - make sure you enable users to signup (located at the bottom of the new calendar event form) (see the screenshot listed in this post). By default, it should place an automatic signup checkmark in that box. Once you submit, users will be able to signup.

Alternates
[hr].[/hr]

If you have alternates on, alternates can be used to signup with (only if people have added additional characters to their user profile. At this time, the calendar only reads the top 3 lines in the profile box so any more characters listed will not be usable in the calendar.

(i.e. if you have 7 characters listed, only the first 3 will be usable.

Armory Data
[hr].[/hr]

Armory Data is pulled as soon as a "registered" user checks the calendar event. This data is then replaced into the armorydata table for use later on with the signups. Remember to set your server and your locale as well. If your server has two words (ex. Scarlet Crusade) you would input Scarlet+Crusade in the server box. If you play on a US server you would put US in the locale box. If you play on a European Server you would input EU in the locale box. Make sure you set all appropriate options.

Options for your Calendar System
[hr].[/hr]

Go into your vb options and you will find two separate sections for setting options - one is for settings and one is for styles. You can change any options in here. Future revisions will include more substitutions/changes in this area.

SPECIAL THANKS TO:
[hr].[/hr]
[name]Farcaster[/name]:
For his initial MOD and ideas which got me started and into customizing the entire calendar. Farcaster's Event Attendance can be found at: https://vborg.vbsupport.ru/showthread.php?t=129088

[name]Gryphon[/name]:
For helping with the original wow parser code and for giving me some tips/advice for working to implement it with the calendar system. In addition, Gryphon, formerly Blackjack, worked with me deeply to allow both this calendar and his current gWoWCharacter mod to be cross-compatible. He also helped with localization. Many thanks!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #322  
Old 09-13-2007, 12:44 PM
pirotess pirotess is offline
 
Join Date: May 2002
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Kreig you probably need to update the URL for the armory. Blizzard changed it about 3 or 4 weeks back. To do that go into your admincp, expand the Plugins & Products category, then click Plugin Manager and scroll down till you find the "Add signups to Event Description" plugin. Click the edit link next to that plugin and then search for armory.worldofwarcraft.com in the plugin code and change it to www.wowarmory.com. If you are on an EU server, you'll need to change armory.wow-europe.com to whatever URL they ended up settling on for the EU folks. I dont know what it is offhand since Im on a US server.

That should fix the problem you showed in the second attachment.
Reply With Quote
  #323  
Old 09-13-2007, 01:41 PM
Gryphon's Avatar
Gryphon Gryphon is offline
 
Join Date: Oct 2001
Location: Seattle, WA
Posts: 617
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pirotess View Post
If you are on an EU server, you'll need to change armory.wow-europe.com to whatever URL they ended up settling on for the EU folks.
eu.wowarmory.com
Reply With Quote
  #324  
Old 09-13-2007, 01:59 PM
Krieg's Avatar
Krieg Krieg is offline
 
Join Date: Mar 2002
Location: France
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks a lot Pirotess for your idea.

You were right, the URL for the EU servers is now eu.wowarmory.com, so I changed it in the above plugin (two instances). But my problem remains and the correct details are still not showing up.

Here is the piece of the generated code included in the calendar_signup_bit template :
Code:
<!-- BEGIN TEMPLATE: calendar_signup_bit -->

	<style type="text/css">
	<!--
	.ctable{
		width: 100%;
		border-spacing: 0;
		border-spacing: 0px;
	}
	.bl{
		border-left-style: solid;
		border-left-width: 1px;
	}
	.br{
		border-right-style: solid;
		border-right-width: 1px;
	}
	.btd{
		border-top-style: solid;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-top-width: 1px;
	}
	.p{
		text-align: center;
		text-align: -moz-center;
		font-family: Verdana;
		font-size: 8pt;
	}
	.pal{
		text-align: left;
		text-align: -moz-left;
		font-family: Verdana;
		font-size: 8pt;
	}
    .style1 {color: #FF3300}
    .style2 {color: #33FF33}
    .style3 {color: #33FFFF}
    .style4 {color: #FF66CC}
    .style5 {color: #FFFFFF}
    .style6 {color: #FFFF66}
    .style7 {color: #3366FF}
    .style8 {color: #CC66CC}
    .style9 {color: #CC9966}
	-->
	</style>
<!--(Table)=========================================================-->
<table class="ctable" width=100% cellspacing=0>
<tr>
<th class="btd bl br" width=18%>
<font style class="p" align=center>13/09/2007</th>
<th class="btd br" width=12%>
<font style class="p" align=center><a href="http://path.to/my/forums/member.php?u=1">Krieg</a></th>

<th class="btd br" width=7%>
<font style class="p" align=center></th>

<th class="btd br" width=8% align=left>
<font style class="pal" align=left>
<img src="" alt="" align=left>&nbsp
<span class="style9"></span>
</th>

<th class="btd br" width=10%>
<font style class="p" align=center><acronym TITLE=" |  | "></acronym></th>

	<th class="btd br" width=9% align=left>
	<font style class="pal" align=left>

	<img src="" alt=" " height="18" width="18" align=left>&nbsp </th>

<th class="btd br" width=28%>
<font style class="p" align=center>

	&nbsp;
</th></tr></table>


<!-- END TEMPLATE: calendar_signup_bit -->
image paths and armory specific texts are not included neither. I had a look in this template and only found a missing semi-coma for one &nbsp; ... I am quite stuck and hope that Elricstorm could come around here and give me his professional advices

PS: Thanks also Griphon, you posted while I was writing
PS2: here is the link for my char : http://eu.wowarmory.com/character-sh...rgeras&n=Krieg (yes I am OwldSkewl )
Reply With Quote
  #325  
Old 09-15-2007, 08:17 AM
VenomMaster VenomMaster is offline
 
Join Date: Jan 2006
Location: Engelskirchen
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi all,

after a long time i decided to update to the new version 'cause of several bugs.

Now i got a really serious Problem: The list field (dropdown) is empty! I doublechecked all my settings, but i can't find the place to change -.-

i use field9 for the Charname, i bashed it into the settings, but... nothing happens ;-)

Maybe anyone can help?

Sincerely,

Venom
Reply With Quote
  #326  
Old 09-17-2007, 06:07 PM
DDolphins DDolphins is offline
 
Join Date: Sep 2006
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm running into a problem. So far it is only happening on the one event. At the url www.battlegroundwarriors.com you can see it on our 9-19-07 Karazhan event

http://www.battlegroundwarriors.com/...7-9-19&e=6&c=1

The last 4 signups seem to be messing up. The first Warlock is an actual warlock, the person under him is a hunter but is being listed as a warlock (same race, talent build as the actual warlock) Then it goes to a warrior who is an actual warrior but then the last person is a rogue but it pulls the warrior data.

Is there anyway I can fix this?
Reply With Quote
  #327  
Old 09-25-2007, 11:41 AM
SocialNetworkBuzz SocialNetworkBuzz is offline
 
Join Date: May 2007
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am un able to read the instructions. Clicking on any gives me "The address is not valid"
Reply With Quote
  #328  
Old 09-25-2007, 04:33 PM
CoryHawk CoryHawk is offline
 
Join Date: Apr 2005
Location: Oklahoma City, OK
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Elric.. is there a way to get the link on the output page for the character name to link to the armory instead of the board member page?

EDIT: Also.. is there a way to move signups as an admin? say.. move an active to the queue?
Reply With Quote
  #329  
Old 09-25-2007, 11:25 PM
memorex memorex is offline
 
Join Date: Mar 2004
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this modification. Its awesome. I was wondering if theres a way to output the signup and Table portion of the event to the VBAdvanced center spot to easily get exposure.
Reply With Quote
  #330  
Old 10-01-2007, 06:31 PM
cgootgeld cgootgeld is offline
 
Join Date: Aug 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really nice Mod Elric, all my guildies love it!

But.. >< we are having a small issues as DDolphins stated, the Alt signups seem to be using the previous signup armory data. No big deal just wondering if I missed something, this calendar is really great and much appreciated!

** Ok I think if figured out my problem. I had my character listed with all Caps in the name, I guess this causes as problem when pulling the armory data. Just and FYI for anyone else having this issue.
Reply With Quote
  #331  
Old 10-03-2007, 07:18 AM
Masked Crusader Masked Crusader is offline
 
Join Date: Oct 2005
Location: Sacramento, CA, USA
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Elric. Quick question for you bud.

I need to put a dividing line after the 25th person that signs up on the raid calendar. How could I do this?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:32 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05546 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete