The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
World of Warcraft Event Calendar Details »» | |||||||||||||||||||||||||
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:
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
|
Comments |
#92
|
||||
|
||||
Quote:
The problem I'm currently facing is that I don't want to modify the customcalendarfield table but instead create a duplicate of it called wowcustomcalendarfield table. I can then add all of the structures for the calendar fields for description, etc. in here and allow people to decide what calendars they apply to. The reason why I want to do this really goes back to uninstalling the product. If someone uninstalls the product I don't want to leave anything behind that reflects the product. Call it my tidiness routine. In addition, I don't want to mess with calendars that a person doesn't want the events calendar working on. And, adding customcalendarfields is a tricky thing to implement. But, I'm making progress. Now, hopefully, the armorydata issues are behind me. |
#93
|
|||
|
|||
This is allready becomming a much better alternative to PHPRaider for guilds which use VBulletin websites. I allready prefer this raid management system to PHPRaider for the simple fact, Everything is built into one if you know what i mean, Forums, Raid Signup and the website skin is matching all round.... all on one login/database, I realise this is still in its beta stage and im sure you got more big plans for it, But its allready oozing sweet juice. Im only the Webmaster for my guild and our Guild Leader loves the signup system, as do all the members, Very professional and tidy, I can only wait and be excited for the future features. I will most definatly be advertising your work of art everyware i go.
|
#94
|
|||
|
|||
Could not agree more Gooner. VB is awesome and being able to have all the needed things for a guild website getting along is marvelous. Now if I can just get it to work heh.
|
#95
|
||||
|
||||
Quote:
Here's a quick list for you to check:
Troubleshooting quick list for you to check:
Make sure that all of this is done "without" altering the product. Thanks. |
#96
|
|||
|
|||
At first i thought I had the same error as NightPhoenix, but I guess it isn't. I'm running on a MySQL 5.0 server.
PHP Code:
|
#97
|
|||
|
|||
Been a long time since I have trolled this thread.
I just got around to creating a new guild and have found need for this mod again. However, I am having ONE issue with it at the moment. It is the SAME SQL error that everyone else is getting. I believe that everyone is getting this error because the Armory is acting up BADLY. Of course, it may be something else that I do not know of. Here is the error I am getting: Code:
Database error in vBulletin 3.6.5: Invalid SQL: SELECT field11,, FROM userfield WHERE userid = 1; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' FROM userfield WHERE userid = 1' at line 1 Error Number : 1064 Date : Wednesday, June 6th 2007 @ 04:28:10 PM Script : http://www.deivictorae.com/calendar.php?do=getinfo&e=3&day=2007-6-7 Referrer : http://www.deivictorae.com/calendar.php?do=add&c=3&day=2007-6-7 IP Address : 24.251.140.121 Username : Protspec Classname : vb_database |
#98
|
||||
|
||||
Yours is an easy fix.
Do you see where you have: PHP Code:
Do you understand how to create custom userfield options? And, if so, do you know how to find the IDs of those fields? Check my attachments for visual examples. Remember that if you have a bunch of customfields, yours might be field22, field23, field24, etc. That's why you need to plugin the IDs correctly. |
#99
|
||||
|
||||
Quote:
Try the upgrade first and I'll try to work with you on your issue and see if we can figure out what's going on. Only a very few people are having issues though. I have similar friends that are using this code on a 3.6.0, 3.6.4, 3.6.5 and I'm using it on a 3.6.7 main and test site. The armorydata code really does not affect the sql inserts and queries. The armorydata code is just a retrieval mechanism that stores variables that are then used by the queries. The query structure has been in place for all versions. I've only had to slightly modify it. Just an fyi.. EDIT: Just noticed - you have an "extra" (comma) right after your field11. I can almost bet you a big juicy hamburger that you accidentally placed a comma in vboptions when entering the field ID number. Check vboptions and make sure you didn't place field11, in the option field. That's a "free" field that you can type anything in. |
#100
|
|||
|
|||
No extra comma in there...
No idea where the hell it is coming from. Need help trying to figure out what is going on. |
#101
|
|||
|
|||
hahah I do I was afraid it might be that though, I thought I'd be all cool and just customize it in the xml for what I had. Guess I messed up instead, lets try not doing that and see what happens.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|