Thread: Add-On Releases - vBookie for vBulletin 4
View Single Post
  #938  
Old 12-05-2012, 05:36 PM
Gamelobby's Avatar
Gamelobby Gamelobby is offline
 
Join Date: Jul 2007
Location: Long Beach, CA
Posts: 997
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dartho View Post
That looks like a problem with your language/phrases or something?

I'm not sure why it would do that...

In the 3rd picture - the red circle should have the text "Post a vBookie Event" which is from te phrase "vbookie_post_an_event" search for that in your phrase manager and see if it's there?
Yes it's there, here is what i see..
Code:
<form action="vbookie.php" method="post">
<vb:if condition="$editing==1">
<input type="hidden" name="item_id" value="{vb:raw item_id}">
</vb:if>
{vb:raw optionidbits}

{vb:raw eventpreview}
<div align="center">
<div class="blockhead formcontrol settings_form_border" style="width:{vb:stylevar form_maxWidth}" align="left">
		<span class="smallfont" style="float:right"><strong>{vb:rawphrase thread}</strong>: <a href="showthread.php?{vb:raw session.sessionurl}t={vb:raw threadinfo.threadid}">{vb:raw threadinfo.title}</a></span>
	<vb:if condition="$editing==1">
		{vb:rawphrase vbookie_update_a_vbookieevent_i}
		<vb:else />
		{vb:rawphrase vbookie_post_an_event}
	</vb:if>
</div>

<div class="blockbody"  style="width:{vb:stylevar form_maxWidth}" align="left">
		{vb:raw usernamecode}
	<h2 class="blocksubhead">{vb:rawphrase vbookie_event_group}:</h2>
	<ul class="blockrow">
		<li>{vb:rawphrase vbookie_event_group_description}</li>
		<li><input type="text" class="primary textbox" name="group" value="{vb:raw group}" id="eventgroup" size="50" maxlength="85" tabindex="1" />
		</li>
	</ul>

	<h2 class="blocksubhead">{vb:rawphrase vbookie_event_title}</h2>		
	<ul class="blockrow">
		<li>{vb:rawphrase vbookie_event_title_description}</li>
		<li><input type="text" class="primary textbox" name="question" value="{vb:raw question}" id="eventquestion" size="50" maxlength="85" tabindex="1" />
		</li>
	</ul>

	<h2 class="blocksubhead">{vb:rawphrase vbookie_number_of_items}</h2>
	<ul class="blockrow">			
		<li><label for="vbookieoptnum">{vb:rawphrase vbookie_number_of_items}
		<input type="text" class="primary textbox"  size="5" name="vbookieeventoptions" value="{vb:raw vbookieeventoptions}" id="vbookieoptnum" tabindex="1" />
		</label><input type="submit" class="button" name="updatenumber" accesskey="u" value="{vb:rawphrase vbookie_update_items}" style="font-weight:normal" tabindex="1" /></li>
	</ul>
		
	<h2 class="blocksubhead">{vb:rawphrase vbookie_outcomes}</h2>
	<div class="blockrow">			
			{vb:raw outcomebits}
	</div>
	

		
	<h2 class="blocksubhead">{vb:rawphrase vbookie_event_dates}</h2>
	<ul class="blockrow">
	<li><b>{vb:rawphrase vbookie_date_bet_until}</b></li>
	<li><i>({vb:rawphrase vbookie_date_bet_until_desc})</i></li>
	<li>
		<select name="until_month" class="primary" title="$vbphrase[month]" tabindex="1">
			<option value="1" {vb:raw until_monthselected.1}>{vb:rawphrase january}</option>
			<option value="2" {vb:raw until_monthselected.2}>{vb:rawphrase february}</option>
			<option value="3" {vb:raw until_monthselected.3}>{vb:rawphrase march}</option>
			<option value="4" {vb:raw until_monthselected.4}>{vb:rawphrase april}</option>
			<option value="5" {vb:raw until_monthselected.5}>{vb:rawphrase may}</option>
			<option value="6" {vb:raw until_monthselected.6}>{vb:rawphrase june}</option>
			<option value="7" {vb:raw until_monthselected.7}>{vb:rawphrase july}</option>
			<option value="8" {vb:raw until_monthselected.8}>{vb:rawphrase august}</option>
			<option value="9" {vb:raw until_monthselected.9}>{vb:rawphrase september}</option>
			<option value="10" {vb:raw until_monthselected.10}>{vb:rawphrase october}</option>
			<option value="11" {vb:raw until_monthselected.11}>{vb:rawphrase november}</option>
			<option value="12" {vb:raw until_monthselected.12}>{vb:rawphrase december}</option>
		</select>
		<input type="text" class="primary"  style="font-size:11px" name="until_day" value="{vb:raw until_day}" size="3" maxlength="2" title="{vb:rawphrase day}" tabindex="1" />
		<select name="until_year" class="primary" title="{vb:rawphrase year}" tabindex="1">{vb:raw until_yearbits}</select>
		{vb:rawphrase time} 
		<select name="until_time" class="primary" title="{vb:rawphrase time}" tabindex="1">{vb:raw untiltimeoptions}</select>
	</li>
	<li><b>{vb:rawphrase vbookie_date_payout_after}</b></li>
	<li><i>({vb:rawphrase vbookie_date_payout_after_desc})</i></li>
	<li><input type="checkbox" class="primary" name="same_as_until" {vb:raw same_as_until_selected} /> {vb:rawphrase vbookie_same_as_until}</li>
	<li>					
		<select name="after_month" class="primary" title="$vbphrase[month]" tabindex="1">
			<option value="1" {vb:raw after_monthselected.1}>{vb:rawphrase january}</option>
			<option value="2" {vb:raw after_monthselected.2}>{vb:rawphrase february}</option>
			<option value="3" {vb:raw after_monthselected.3}>{vb:rawphrase march}</option>
			<option value="4" {vb:raw after_monthselected.4}>{vb:rawphrase april}</option>
			<option value="5" {vb:raw after_monthselected.5}>{vb:rawphrase may}</option>
			<option value="6" {vb:raw after_monthselected.6}>{vb:rawphrase june}</option>
			<option value="7" {vb:raw after_monthselected.7}>{vb:rawphrase july}</option>
			<option value="8" {vb:raw after_monthselected.8}>{vb:rawphrase august}</option>
			<option value="9" {vb:raw after_monthselected.9}>{vb:rawphrase september}</option>
			<option value="10" {vb:raw after_monthselected.10}>{vb:rawphrase october}</option>
			<option value="11" {vb:raw after_monthselected.11}>{vb:rawphrase november}</option>
			<option value="12" {vb:raw after_monthselected.12}>{vb:rawphrase december}</option>
		</select>
		<input type="text" class="primary" style="font-size:11px" name="after_day" value="{vb:raw after_day}" size="3" maxlength="2" title="{vb:rawphrase day}" tabindex="1" />
		<select name="after_year" class="primary" title="{vb:rawphrase year}" tabindex="1">{vb:raw after_yearbits}</select>
		{vb:rawphrase time}
		<select name="after_time" class="primary" title="{vb:rawphrase time}" tabindex="1">{vb:raw aftertimeoptions}</select>
	</li>
	<li>{vb:rawphrase time_zone}: 
		<select name="timezoneoffset" class="primary" title="{vb:rawphrase time_zone}" tabindex="1">{vb:raw timezoneoptions}</select>
	</li>
	</ul>

	<h2 class="blocksubhead">{vb:rawphrase vbookie_allow_multiple_bets}</h2>
	<ul class="blockrow">
		<li>{vb:rawphrase vbookie_allow_multiple_bets_desc}</li>
		<li><input type="checkbox" class="primary" name="allow_multiple_bets" {vb:raw allow_multiple_bets_selected} />&nbsp;{vb:rawphrase vbookie_allow_multiple_bets}</li>
	</ul>
	
	<div style="margin-top:{vb:stylevar cellpadding}px">
		<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
		<input type="hidden" name="t" value="{vb:raw threadid}" />
		<input type="hidden" name="do" value="postevent" />
		<vb:if condition="$editing==1">
		<input type="hidden" name="editing" value="1" />
		<input type="submit" class="button" name="update" value="{vb:rawphrase vbookie_update_event}" accesskey="u" tabindex="1" />
		<vb:else />
		<input type="submit" class="button" name="sbutton" value="{vb:rawphrase vbookie_submit_new_event}" accesskey="s" tabindex="1" />
		</vb:if>
		<input type="submit" class="button" name="preview" value="{vb:rawphrase vbookie_preview_event}" accesskey="p" tabindex="1" />
	</div>

</form>

<br />

{vb:raw forumrules}
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01193 seconds
  • Memory Usage 1,816KB
  • 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
  • (1)bbcode_code
  • (1)bbcode_quote
  • (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