vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - gWoWEvents - World of Warcraft Event Signup (https://vborg.vbsupport.ru/showthread.php?t=170592)

RustyDogma 05-13-2009 06:26 PM

When I try to edit the setting for this mod, it won't accept the custom profile field I have set-up from gWowChar. I hit save and it resets the field I enter to 0.

Gryphon 05-13-2009 06:31 PM

Just enter the field number, enter "12" not "field12".

RustyDogma 05-13-2009 06:44 PM

Aye, was just coming back to say I figured it out =P Thanks!

Great add on... the only change I'd love to see is when signing-up a character, have 3 checkboxes of tank, heal, dps (kinda like the new LFG does it in game) so people could check off which role(s) they would be willing to perform for different events.

Gryphon 05-13-2009 06:54 PM

Sounds like a nice idea. I am not sure when I would be able to do such a thing. Sadly, we are using the in-game guild calendar more and this mod isn't getting much use anymore by my guild so less motivation for me to work on it.

CFodder 06-01-2009 07:08 AM

Nice mod, have it installed as will be doing with your other 2 as well :).

Coupla small problems with it, firstly all secondary skills (cooking, first aid, fishing and riding) are showing as zero even though I've been assured by a coupla members they have those skills (I dunno I don't play the game) all the other stats have updated fine from the armoury.

Secondly, and this 'aint a biggy, layout is slight borked for the classes and the warrior at the end is 'scrunched' up with the icon above the name. Am using fluid width boards so it should all set automatically as far as I'm aware??.

billy126 06-06-2009 06:04 PM

Quote:

Seems the problem came back. I removed and re-installed again and same problem. All of our events are locking down signups about a day and a half before the event starts, regardless of any settings.
in the gWE: Add signups to Event Description plugin, change:
Code:

    // Allow Post signup
    if(TIMENOW <= $eventinfo['dateline_from_user'])
    {
        $eventinfo['gwe_post_signup'] = true;
    }
    else
    {
        $eventinfo['gwe_post_signup'] = false;
    }

to:

Code:

    // Allow Post signup
    if(TIMENOW <= $eventinfo['dateline_from_user'])
    {
        $eventinfo['gwe_post_signup'] = true;
    }
    else
    {
        $eventinfo['gwe_post_signup'] = true;
    }

That seemed to sort it for me.

Replicators 06-26-2009 08:36 PM

Wish there was something like this for age of conan

EDIT: Could this mod be easily changed to suit other mmo's?

Pen411 06-30-2009 10:24 PM

I'm confused on how to access this calendar, events posted to the calendar do not show up as a wow event.

Pen411 07-07-2009 06:56 PM

Seems to be working (the profile field cannot be private).
However, I do get this error when installed:

Parse error: syntax error, unexpected T_STRING in /public_html/forum/admincp/plugin.php(1995) : eval()'d code on line 2

we_are_borg 07-27-2009 02:22 PM

Gryphon the addon is working but its verry slow when loading it, can this be speeded up sum how.


All times are GMT. The time now is 12:21 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.01335 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete