vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBookie for vBulletin 4 (https://vborg.vbsupport.ru/showthread.php?t=233473)

Gamelobby 12-01-2012 03:20 AM

Quote:

Originally Posted by Gamelobby (Post 2386013)
Any ideas.. or can anyone confirm vBookie 4.0.9, works fine with vB 4.1.3 ?
Thanks :cool:

Anyone using vBookie 4.0.9 on vB4.1.3 ?

pharlap 12-01-2012 06:15 AM

it was working on mine

Gamelobby 12-03-2012 04:02 AM

Doesn't work on mine. lol
I'm thinking i either got a htaccess issue (maybe i'll just upgrade to 4.2)

pharlap 12-04-2012 11:08 PM

Quote:

Originally Posted by Gamelobby (Post 2387926)
Doesn't work on mine. lol
I'm thinking i either got a htaccess issue (maybe i'll just upgrade to 4.2)

What "bit" doesnt work?

Gamelobby 12-05-2012 01:00 AM

1 Attachment(s)
Quote:

Originally Posted by pharlap (Post 2388516)
What "bit" doesnt work?

Well i'm not really sure, but to start the text doesn't show up.. Not that the text is the same color as the background, but it isn't there at all.!

Not found anywhere, not when i post a thread, below the window. (there is only a just a check box)

Then once you do post the thread there are options for amounts, points, etc, but they are just empty box's to fill out no text to tell you what they are for.

Then after you put some random numbers in (to test) above the post is the "betting info" but still is just blank with empty box's, or numbers that i entered.


Thanks for any help. :up:

dartho 12-05-2012 01:15 AM

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?

Gamelobby 12-05-2012 05:36 PM

Quote:

Originally Posted by dartho (Post 2388541)
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}


dartho 12-09-2012 08:12 PM

That's a template - search your phrases ...

Gamelobby 12-09-2012 09:42 PM

1 Attachment(s)
If i search "Phrase Text Only" i get...
Quote:

No Phrases Matched Your Query


But if i search "Phrase Text and Phrase Variable Name" it comes up (see attached image)


Does that help.?
Thanks

dartho 12-10-2012 01:10 AM

Strange - go back to the template you posted, search for

{vb:rawphrase vbookie_post_an_event}

and replace with

Post a vBookie Event

does it then show? I don;t know why phrases would not be resolving ?


All times are GMT. The time now is 09:05 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.02182 seconds
  • Memory Usage 1,779KB
  • 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)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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