Thread: Add-On Releases - World of Warcraft Event Calendar
View Single Post
  #349  
Old 12-09-2007, 06:37 AM
Collyn Collyn is offline
 
Join Date: Dec 2004
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not experiencing those errors on mine. It seems to be working fine with multiple sign ups on the same day. Other than the slowness that everyone else seems to be experiencing.

Risking duplicate entries if this happens I apologize we are 24+ pages deep now.
In our guild I have the issue where I have people with multiple raiding 70's more than 3 the issue with selectable names was fixed by adding the following.

in calendar_signup_form
find:
PHP Code:
<if condition="$alternates">
                    <if 
condition="!$mycharacter[1]==''"><option value="$mycharacter[1]<if condition="$mysignupname == $mycharacter[1]">selected</if>>$mycharacter[1]</option></if>
                    <if 
condition="!$mycharacter[2]==''"><option value="$mycharacter[2]<if condition="$mysignupname == $mycharacter[2]">selected</if>>$mycharacter[2]</option></if> 
Understand that your 1st character is 0, second is 1, 3rd is 2, and so on. Max characters that you can have on a server is 10. So after the above code add.

PHP Code:
                    <if condition="!$mycharacter[3]==''"><option value="$mycharacter[3]<if condition="$mysignupname == $mycharacter[3]">selected</if>>$mycharacter[3]</option></if>
                    <if 
condition="!$mycharacter[4]==''"><option value="$mycharacter[4]<if condition="$mysignupname == $mycharacter[4]">selected</if>>$mycharacter[4]</option></if>
                    <if 
condition="!$mycharacter[5]==''"><option value="$mycharacter[5]<if condition="$mysignupname == $mycharacter[5]">selected</if>>$mycharacter[5]</option></if>
                    <if 
condition="!$mycharacter[6]==''"><option value="$mycharacter[6]<if condition="$mysignupname == $mycharacter[6]">selected</if>>$mycharacter[6]</option></if>
                    <if 
condition="!$mycharacter[7]==''"><option value="$mycharacter[7]<if condition="$mysignupname == $mycharacter[7]">selected</if>>$mycharacter[7]</option></if>
                    <if 
condition="!$mycharacter[8]==''"><option value="$mycharacter[8]<if condition="$mysignupname == $mycharacter[8]">selected</if>>$mycharacter[8]</option></if>
                    <if 
condition="!$mycharacter[9]==''"><option value="$mycharacter[9]<if condition="$mysignupname == $mycharacter[9]">selected</if>>$mycharacter[9]</option></if> 
this will extend the drop down and allow more selectable charaters for those guildies that have no life
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01179 seconds
  • Memory Usage 1,819KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete