Quote:
Originally Posted by dartho
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} /> {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}