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)

LgsOfChampions 08-25-2012 01:16 AM

ive installed this, don't see no where to set up the events?

wilford brimley 08-25-2012 03:12 AM

the version number is still saying 4.0.9 and not 4.2.0 on the bottom of the main books page.

pharlap 08-25-2012 09:08 AM

Ok, am running vb 4.2.0

Was running vbookie 4.0.9 and upgraded tonight. Had the same issue with events not showing up.

I re-imported the old XML file from 4.0.9 and the events now show up.

However.... the menu is now mixed up ( see image )

https://vborg.vbsupport.ru/external/2012/08/11.jpg

Hope this help with understanding what the issues people are having


ok, just checked the xml for v4.2.0 and these strange names for links are in that xml... from lines 1833 thru to 1896


so just to recap....using the xml form 4.0.9 , the events show but menu is muddled
using the xml from 4.2.0 , the events are not showing up, menu is fine

cygy2k 08-25-2012 10:41 PM

I figured it out - the issue on 4.2.0 is that the xml is missing the template "vbookie_outcomebit". In style manager, create a template named "vbookie_outcomebits" and paste in the following...

Code:

<tr class="blockrow">
        <td class="{vb:raw bgclass}"><a href="vbookie.php?{vb:raw session.sessionurl}do=viewitem&amp;item_id={vb:raw item_id}">{vb:raw outcome.outcome}</a></td>
        <td class="{vb:raw bgclass}">{vb:raw outcome.odds_against}/{vb:raw outcome.odds_for} {vb:raw outcome.favourite}</td>
        <td class="{vb:raw bgclass}" align="right"> ({vb:raw outcome.odds_decimal}) </td>
        <td class="{vb:raw bgclass}">{vb:raw outcome.n_bets_placed}</td>
        <td class="{vb:raw bgclass}">{vb:raw outcome.amount_staked}</td>
        <td class="{vb:raw bgclass}">
                <img src="images/polls/bar{vb:raw row}-l.gif" border="0" alt="" width="3" height="10" /><img src="images/polls/bar{vb:raw row}.gif" border="0" alt="" width="{vb:raw outcome.total_bet_percentage}" height="10" /><img src="images/polls/bar{vb:raw row}-r.gif" border="0" alt="" width="3" height="10" />                               
        </td>
        <td class="{vb:raw bgclass}">
        <input type="text" name="option[{vb:raw outcome.option_id}]" size="6" value="0">
        </td>
</tr>


LgsOfChampions 08-25-2012 11:29 PM

Quote:

Originally Posted by cygy2k (Post 2360000)
I figured it out - the issue on 4.2.0 is that the xml is missing the template "vbookie_outcomebit". In style manager, create a template named "vbookie_outcomebit" and paste in the following...

Code:

<tr class="blockrow">
        <td class="{vb:raw bgclass}"><a href="vbookie.php?{vb:raw session.sessionurl}do=viewitem&amp;item_id={vb:raw item_id}">{vb:raw outcome.outcome}</a></td>
        <td class="{vb:raw bgclass}">{vb:raw outcome.odds_against}/{vb:raw outcome.odds_for} {vb:raw outcome.favourite}</td>
        <td class="{vb:raw bgclass}" align="right"> ({vb:raw outcome.odds_decimal}) </td>
        <td class="{vb:raw bgclass}">{vb:raw outcome.n_bets_placed}</td>
        <td class="{vb:raw bgclass}">{vb:raw outcome.amount_staked}</td>
        <td class="{vb:raw bgclass}">
                <img src="images/polls/bar{vb:raw row}-l.gif" border="0" alt="" width="3" height="10" /><img src="images/polls/bar{vb:raw row}.gif" border="0" alt="" width="{vb:raw outcome.total_bet_percentage}" height="10" /><img src="images/polls/bar{vb:raw row}-r.gif" border="0" alt="" width="3" height="10" />                               
        </td>
        <td class="{vb:raw bgclass}">
        <input type="text" name="option[{vb:raw outcome.option_id}]" size="6" value="0">
        </td>
</tr>


I'm building my site from scratch! So just added a fresh install, however, this didn't work for me.

dartho 08-27-2012 03:46 AM

Quote:

Originally Posted by LgsOfChampions (Post 2359787)
ive installed this, don't see no where to set up the events?

Create a new thread - you should have an option to add a vbookie event near where you would have the option to add a poll.

Quote:

Originally Posted by cygy2k (Post 2360000)
I figured it out - the issue on 4.2.0 is that the xml is missing the template "vbookie_outcomebit". In style manager, create a template named "vbookie_outcomebit" and paste in the following...

Glad you worked it out - turhning on HTML template name comments is always helpful when tracking these things.

Quote:

Originally Posted by pharlap (Post 2359839)
Ok, am running vb 4.2.0

Was running vbookie 4.0.9 and upgraded tonight. Had the same issue with events not showing up.

I re-imported the old XML file from 4.0.9 and the events now show up.

However.... the menu is now mixed up ( see image )

Hope this help with understanding what the issues people are having


ok, just checked the xml for v4.2.0 and these strange names for links are in that xml... from lines 1833 thru to 1896


so just to recap....using the xml form 4.0.9 , the events show but menu is muddled
using the xml from 4.2.0 , the events are not showing up, menu is fine

Based on cygy2k finding the missing template, you should be able to re-install 4.2 and manually add the template as described by him above. Don't uninstall as you will lose past events, just over write.

LuDawgs 08-27-2012 04:38 PM

Just swinging by to say that if you like vBookie, you need to check out www.ludawgs.com Here's a video:

http://www.youtube.com/watch?v=ByiA_...layer_embedded

If the vBookie developers need any help or feedback, just let me know.

TopShelfGamer 08-27-2012 08:38 PM

Quote:

Originally Posted by dartho (Post 2359167)
@Steveboogie + @TopShelfGamer link?

@cygy2k yours looks ok, but can't see the sites default style

you should be able to see this

http://sidelinesportscards.com/vbookie.php

the text is a darker color and cant see on black.. can i easily change this?

LgsOfChampions 08-27-2012 09:07 PM

Quote:

Originally Posted by TopShelfGamer (Post 2360525)
you should be able to see this

http://sidelinesportscards.com/vbookie.php

the text is a darker color and cant see on black.. can i easily change this?

i have the same skin, and my text is white. I didn't touch a thing!! Maybe reupload everything again?

TopShelfGamer 08-28-2012 02:22 AM

Quote:

Originally Posted by LgsOfChampions (Post 2360532)
i have the same skin, and my text is white. I didn't touch a thing!! Maybe reupload everything again?

I have tried that as well

Do you have the problem when creating threads when you type the cursor only shows and you dont see what you type until you click out of the input box?


All times are GMT. The time now is 02:16 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.01998 seconds
  • Memory Usage 1,756KB
  • 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
  • (7)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