vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   I created a WoW Event Calendar Successfully (https://vborg.vbsupport.ru/showthread.php?t=134934)

elricstorm 12-28-2006 03:39 AM

I created a WoW Event Calendar Successfully
 
1 Attachment(s)
I'm posting this topic because I created a nice WoW event calendar but before I introduce it to the public, I'd like some feedback on making the configuration easy for end users.

The calendar is a heavily modified version of Farcaster's event calendar and I used postbit fields for all of the character information that is used in the calendar. So the general setup will include:

Importing the product file I created
Adding additional profile templates (through admincp) for:
  • Character Name
  • Character Class
  • Character Level
  • Character Race

The profile templates have to be in order because I've coded the sql query to look for specific field numbers. Otherwise, the person would have to edit the field numbers. So the above list for instance looks for field5, field6, field7, and field8 in the userfield table.

I've added span scripts to color code the characters so they color code the same way you visually see the character text for the class name in the game. (i.e. mage = light blue, rogue = yellow, etc.)

I've also changed the sort parameters to include sort by Character Name, Time Signed Up, or by Class.

In order to edit any of these features, the person would have to edit some code to do so. I hate making people edit code if I don't have to.

So, my question is: Do you see any way that I can make the configuration easier? And, if so, please include some additional feedback. I'm enclosing a test screenshot of what the signups look like on my site.

Thanks.

elricstorm 12-28-2006 10:46 AM

I'm adding a table format to it today and then will be working on counts for the class types that sign up.

elricstorm 12-30-2006 03:09 PM

1 Attachment(s)
Here is the first completed version and what it looks like today:

Note screenshot below.
  • Added Two Tables
  • First table - counts the total number of attendees plus counts individual classes
  • Second table - shows the signup time and the character information, sorting by class type

elricstorm 04-19-2007 12:30 PM

I'll be updating this soon.

Reeve of shinra 04-19-2007 01:32 PM

Very nice!

I believe you can get around the limitation of having people create new profile fields by having the installer add named fields to the table which has the user profile fields. ie: $post[char_name], $post[char_lvl]


All times are GMT. The time now is 02:38 AM.

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.02688 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete