vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Casino (w/ 10 player poker) (https://vborg.vbsupport.ru/showthread.php?t=159151)

Andrew Green 11-26-2007 09:34 PM

Quote:

Originally Posted by Rouzbeh1 (Post 1389891)
PS: will this product also be supported in vb 3.7.x ?

Yes, not sure how soon after the release though, depends on how much, if anything, needs to be redone

SMO 11-27-2007 02:53 AM

First of all, thanks for sharing this wonderful mod.

However, Im not sure my roulette is working correctly. I cant place bets on the table or I just dont know how. Clicking the chips and placing them on the board isnt doing anything.

Also, and I apologize if this double posts, but how do I enable javascript? One of the games states it needs it on.

ty

Andrew Green 11-27-2007 02:59 AM

v.71 is up, fixes the bugs listed in the first post.

Andrew Green 11-27-2007 03:01 AM

Quote:

Originally Posted by SMO (Post 1390051)
First of all, thanks for sharing this wonderful mod.

However, Im not sure my roulette is working correctly. I cant place bets on the table or I just dont know how. Clicking the chips and placing them on the board isnt doing anything.

Also, and I apologize if this double posts, but how do I enable javascript? One of the games states it needs it on.

ty

to place bets select the chip by clicking on it, it should get brighter. Then click on the board where you want to place it.

All games use javascript, so if it is telling you that ensure that all files got uploaded, relupload and overwrite the associated files, make sure the templates are the original versions, and if that doesn't work let me know, as well as which game and I will login and have a look.

SMO 11-27-2007 03:21 AM

Quote:

Originally Posted by Andrew Green (Post 1390054)
to place bets select the chip by clicking on it, it should get brighter. Then click on the board where you want to place it.

All games use javascript, so if it is telling you that ensure that all files got uploaded, relupload and overwrite the associated files, make sure the templates are the original versions, and if that doesn't work let me know, as well as which game and I will login and have a look.

Thanks for the quick reply. I just ULed .71 and I still cant get roulette to work nor the Video Poker with the JS issue. Im sure it's the user (me) but Im now getting portions of the roullete screen missing as well.

Andrew Green 11-27-2007 03:27 AM

Quote:

Originally Posted by SMO (Post 1390061)
Thanks for the quick reply. I just ULed .71 and I still cant get roulette to work nor the Video Poker with the JS issue. Im sure it's the user (me) but Im now getting portions of the roullete screen missing as well.


ok, I'll register tomorrow and have a look.

dodgeboard.com 11-27-2007 03:48 AM

Andrew- great job.

One cosmetic issue only on the new release .71

Roulette screens are funky now. These were okay in .70

The corners wrap at the top and the bottom (top shown in pic)

1024x768

Andrew Green 11-27-2007 04:00 AM

Works fine in Opera and Firefox... someone must be using a browser that has yet to follow standards ;)

I'll mess around with IE in the next couple days.

But if you like, there are two lines commented out in the _main template:

Code:

<!-- <td  style="background-image:url('casino/cards/cloth.gif')">&nbsp;</td> -->
Just remove the comment wrappers, and the colspan='3' from the line below the first one and it should be back to normal

dodgeboard.com 11-27-2007 04:11 AM

Yep, I use IE...and Yep that fixed it.

For those that have the same problem...

Edit template casino_roulette_main

find:

Code:

<td colspan='3' style="padding: 10px;vertical-align:top;color:black;height:400px;background-image:url('casino/cards/cloth.gif')">


       
        <table>
                <tr>
                        <td style='width:300px;'>
                                <div>
                                        <img id='w' src='casino/cards/rwheel.png' alt='' />
                                        <img id='i' src='casino/cards/rball.gif' alt='' style='z-index:2;position:relative;top:-30px; left:50px;' />
                                </div>
                        </td>
                        <td align='center' style='font-size:22pt;color:black;font-weight:bold;width:300px;'>
                                $vbphrase[casino_currency_marker]<span id='cash'>$cash</span><br/>
                                <span id='controls'>
<img src='casino/cards/spin.png' alt='Spin' onmousedown='spinwheel()' style='cursor:pointer' /><br/>
<img src='casino/cards/clear.png' alt='Clear' onmousedown='resetbets()' style='cursor:pointer' />
                                </span>
                        </td>
                        <td rowspan='2'  style='vertical-align:middle;'>
                                <table >
                                        $t_chips
                                </table>
                        </td>               
                </tr>
                <tr>
                        <td colspan='2'>
                                <div id = 'chips'></div>
                                <div style='height:350px;width:620px;'>
                                        <img id='board' src='casino/cards/rboard.png' alt='Roulette Board' onmousedown="snaptoboard(event)" style='position:absolute;cursor:pointer;'/>
                                </div>

                        </td>
                </tr>       
        </table>


</td>
<!-- <td  style="background-image:url('casino/cards/cloth.gif')">&nbsp;</td> -->

replace with:

Code:

<td style="padding: 10px;vertical-align:top;color:black;height:400px;background-image:url('casino/cards/cloth.gif')">


       
        <table>
                <tr>
                        <td style='width:300px;'>
                                <div>
                                        <img id='w' src='casino/cards/rwheel.png' alt='' />
                                        <img id='i' src='casino/cards/rball.gif' alt='' style='z-index:2;position:relative;top:-30px; left:50px;' />
                                </div>
                        </td>
                        <td align='center' style='font-size:22pt;color:black;font-weight:bold;width:300px;'>
                                $vbphrase[casino_currency_marker]<span id='cash'>$cash</span><br/>
                                <span id='controls'>
<img src='casino/cards/spin.png' alt='Spin' onmousedown='spinwheel()' style='cursor:pointer' /><br/>
<img src='casino/cards/clear.png' alt='Clear' onmousedown='resetbets()' style='cursor:pointer' />
                                </span>
                        </td>
                        <td rowspan='2'  style='vertical-align:middle;'>
                                <table >
                                        $t_chips
                                </table>
                        </td>               
                </tr>
                <tr>
                        <td colspan='2'>
                                <div id = 'chips'></div>
                                <div style='height:350px;width:620px;'>
                                        <img id='board' src='casino/cards/rboard.png' alt='Roulette Board' onmousedown="snaptoboard(event)" style='position:absolute;cursor:pointer;'/>
                                </div>

                        </td>
                </tr>       
        </table>


</td>
<td  style="background-image:url('casino/cards/cloth.gif')">&nbsp;</td>

Thanks Andrew!!

buurman 11-27-2007 05:38 AM

Quote:

Originally Posted by buurman (Post 1389501)
Andrew,

For all the games is the max bet $25, exept is this not possible for the roulette..
Yes, $25 fiches, but you can place 100 of them on the table.

Like a real roulette, is it possible to set a table limit, pretty please? :D

Andrew, didnt get any reply on this, but is this "table limit" an option in future updates?


All times are GMT. The time now is 01:33 PM.

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.02900 seconds
  • Memory Usage 1,765KB
  • 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
  • (3)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
  • (6)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