Jan 21, 2008, 05:48 PM
Jan 21, 2008, 06:01 PM
My guess is that he didn't add decimal support. I seem to recall he thinks of them as silly values. 

Jan 21, 2008, 08:03 PM
When I go to add a bet I choose versus and it takes me to an error of "No Categories" then won't let me proceed.
Jan 21, 2008, 09:24 PM
you need to add a category first
Jan 22, 2008, 11:37 AM
Geez Wrote:how come i cannot add certain values in the odds section? like .5 or .1?
Your answer;
judel Wrote:My guess is that he didn't add decimal support. I seem to recall he thinks of them as silly values.
And your odd must be bigger than 1; else you can't win with it ... .
cscgirl Wrote:When I go to add a bet I choose versus and it takes me to an error of "No Categories" then won't let me proceed.
Answer to this is partly given, it also returns that error if you haven't added any 'Title' yet.
@labrocca, get a new thread.js cause you've got the one with the bug in it =P
Jan 24, 2008, 04:39 PM
can we set up the results threads (that get posted to a certain forum) to where we can make it use a certain post icon every time?
Jan 25, 2008, 07:50 AM
and possibly have it create a new thread when a new betting event has been opened?
Jan 25, 2008, 10:22 AM
Results are posted in a certain FID if you've entered one in your settings; the icon you need to specify in the code itself. All you need to know is the icon-ID. Look into your mybb_icons table and enter it in the code ( open ./admin/mybet.php )
Find
And change -1 to the icon_ID.
A new thread per bet aint included, bets can be shown at your index page. If they don't see that, they probably won't see a new thread either.
Find
PHP Code:
"icon" => -1,
And change -1 to the icon_ID.
A new thread per bet aint included, bets can be shown at your index page. If they don't see that, they probably won't see a new thread either.
Jan 25, 2008, 06:39 PM
LeX- Wrote:Results are posted in a certain FID if you've entered one in your settings; the icon you need to specify in the code itself. All you need to know is the icon-ID. Look into your mybb_icons table and enter it in the code ( open ./admin/mybet.php )
Find
PHP Code:
"icon" => -1,
And change -1 to the icon_ID.
A new thread per bet aint included, bets can be shown at your index page. If they don't see that, they probably won't see a new thread either.
thanks for the icon tip!
and i really didnt want to use that new bet box on the index... thats why i asked. thanks tho!
Jan 30, 2008, 09:05 AM
i will try this too