Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

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
  #202  
Old 06-16-2007, 09:10 AM
Hyrel Hyrel is offline
 
Join Date: Feb 2005
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It was the only one I could find that didn't use the armory data hehe.

We've had nothing but problems with the stupid back end. 2 installs of php5 and in both of them the php.ini vanished. So then tried just doing a customized version of the php.ini (wish my stupid host had mentioned that in the first place) and it doesn't seem to be fixing the problem either.

It was working with 1.2.3 but the load time was 2+ minutes on the page. Upgraded to 1.2.4 and starting getting an error about the calendar.php. Installed went back to 1.2.3 and it has the same thing now. O.o

Ok, so since the armory parsing seem to be the problem thought I would try to go around it by just pulling the info from customer userfields. I have our Memberlist setup so it already has the race, level, and class info so it seemed simple enough to pull the information from there instead. Also, in this guild you can only have 1 alt and only one of your characters can raid anyways so thought I'd just cut the alts out all together. If they want to raid with 2 characters they can make a new account for that one ^_^

I would just leave it having the one alt, but I haven't found a way to limit what custom fields show up on the members list and stupid me designed the site with a set width and I haven't the room for the alt data as well as the main.

I've had this hosting company for 5 years and have always loved them...right now I want to torture them with brandy bunch reruns for hours.
Reply With Quote
  #203  
Old 06-16-2007, 11:51 AM
Hyrel Hyrel is offline
 
Join Date: Feb 2005
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I completely reinstalled php5 and changed the settings in the php.ini and I'm stilling getting this error.

Fatal error: Cannot use string offset as an array in /home/.dandelion/hyrel/rivalnation.com/forums/calendar.php(1208) : eval()'d code on line 237
Reply With Quote
  #204  
Old 06-16-2007, 12:06 PM
elricstorm's Avatar
elricstorm elricstorm is offline
 
Join Date: Aug 2006
Location: Stamford, CT
Posts: 216
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hyrel View Post
I completely reinstalled php5 and changed the settings in the php.ini and I'm stilling getting this error.

Fatal error: Cannot use string offset as an array in /home/.dandelion/hyrel/rivalnation.com/forums/calendar.php(1208) : eval()'d code on line 237
Easy fix.

Either your server information or your "own" characters/alternates are listed incorrectly in either your admincp or your usercp.

You will receive that error because it essentially can't find the character name. Make sure that the character name is listed properly. If you want, you can provide me the server -> character -> locale and I can run the same test.

Essentially that error is on a "per user" basis. When my members have encountered it, I would check their profiles and sure enough they had either a character or alternate spelled incorrectly.

In your case, line 237 is pointing exactly to your "second alternate".

So, I bet your second alternate is spelled incorrectly in your "usercp". Or, your profile field is not listed correctly for that second alternate. One of the two.
Reply With Quote
  #205  
Old 06-16-2007, 12:38 PM
Gooner Gooner is offline
 
Join Date: May 2007
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it possible to make the the Class, Tallent and Race colums a fixed width? it looks a bit messy when each row is out of line of the rest, Not a problem of course, just visually disturbing it would be nice to have all the images in one straight line., for race and class.
Reply With Quote
  #206  
Old 06-16-2007, 12:40 PM
elricstorm's Avatar
elricstorm elricstorm is offline
 
Join Date: Aug 2006
Location: Stamford, CT
Posts: 216
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

patch_ver_125 was released which fixes the column displays (which are fixed width but percentages don't always align properly when you returning multiple rows of data so it's just a minor tweak here and there. It should be fine now. It also fixes the talents not displaying properly for people who do not have any professions.

Just overwrite the product file for 124 with this one.
Reply With Quote
  #207  
Old 06-16-2007, 12:41 PM
Gooner Gooner is offline
 
Join Date: May 2007
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks, great work

Just noticed, is it possible to get, Warlock, Shaman, and Warrior, to the right of the image like the rest of them?

The class name is just slighty below the image.

:P
Reply With Quote
  #208  
Old 06-16-2007, 12:45 PM
elricstorm's Avatar
elricstorm elricstorm is offline
 
Join Date: Aug 2006
Location: Stamford, CT
Posts: 216
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gooner View Post
is it possible to make the the Class, Tallent and Race colums a fixed width? it looks a bit messy when each row is out of line of the rest, Not a problem of course, just visually disturbing it would be nice to have all the images in one straight line., for race and class.
Update to patch_ver_125.

Also, it's not that the columns aren't a fixed width - they actually are. They are fixed with a percentage width. The problem is because each row is separately being returned, if the data is slightly larger than the rest, it will automatically "slightly stretch" that column to fit it. So, it was just a matter of me tweaking for certain talents. In this case the "elementalcombat" was probably the largest talent and I adjusted the column by 2% which fixed that. I also readjusted the name and comment columns. It should be fine now.
Reply With Quote
  #209  
Old 06-16-2007, 12:49 PM
Gooner Gooner is offline
 
Join Date: May 2007
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i did update mate but the images of warrior, warlock and shaman are still slightly below the image, and a rogue has talent as lockpicking.. his tree is 26.3.32

screenshot
Reply With Quote
  #210  
Old 06-16-2007, 12:50 PM
elricstorm's Avatar
elricstorm elricstorm is offline
 
Join Date: Aug 2006
Location: Stamford, CT
Posts: 216
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gooner View Post
thanks, great work

Just noticed, is it possible to get, Warlock, Shaman, and Warrior, to the right of the image like the rest of them?

The class name is just slighty below the image.

:P
I don't have that problem on my site. It might be the type of style you are running on your site, especially if your site is "narrow". I tell you what though, here's what I'm going to add in version 1.2.6:
  • Ability to adjust table width and column widths in vboptions.

This way, when a site is slightly different, you can always tweak your site to fix these types of issues. I'll put together that in 1.2.6 which will be released sometime soon.

Thanks for the feedback and yes, I personally want the ability to immediately change styles etc. on any site right away. This should take care of that.
Reply With Quote
  #211  
Old 06-16-2007, 12:52 PM
Gooner Gooner is offline
 
Join Date: May 2007
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks this is like testing programes to work on windows and linux :P in this case to work on fluid and fixed width sites. great work by the way

that ability will help alot and give much much more flexibility

[edit] any idea on the lockpicking bug?
Reply With Quote
Reply

Thread Tools

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 11:31 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07127 seconds
  • Memory Usage 2,316KB
  • Queries Executed 27 (?)
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
  • (3)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
  • (2)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_postinfo_query
  • fetch_postinfo
  • 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