• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Sportsbook Questions

Robert9

Member
AMS
Showcase
Sportsbook
Unfortunately i dont understood the add-on in all details.
Here is what i wished to have:


I define an event: Italy plays Soccer against USA
I define an outcome? Means an amount or percentage. If someone sets 100 with percentage of 50, he can win 50.
Now people add bets:

I bet, that Italy will win! 100
I bet, that Italy will win with two goals more! 100
I bet, that Italy will make at least one goal with head! 100


Is this correct?

And it there this typical ratio?
100 say yes, one say no; then the one with no wins and should have a lot of money?
If yes wins they all have almost nothing?


Is the system closed? Means everyone starts with 500, but no new money will come to the system? Only by new users.

Means that people with 0 are out?

Or comes money from the system? Then i can make a nice bet like tomorrow the sun will shine. 100/500% => i have new money.

When the time is over (there are two times i have to edit? It would be nice if they could be the same. Game starts at 20:30, so the bets should finish 20:30)

Every bet needs to be worked out after the game.
If 100 people do a new bet like:
a wins
b wins
a wins 3:2
a wins 4:1
a wins 12:1
...
there is a lot of work?

I am sorry, i dont understand it at all now. :)
 
Code:
                        <xf:if is="$event.isAllowComments()">
                            <a class="tabs-tab {{ $selected == 'comments' ? 'is-active' : '' }}" href="{{ link('sportsbook/comments', $event) }}">{{ phrase('xa_sb_comments') }} {$event.comment_count|parens}</a>
                        </xf:if>

Comments should not be visible for me! But i can see them!


Sportsbook: Comment permissions
View comments: No
 
Code:
                        <xf:if is="$event.isAllowComments()">
                            <a class="tabs-tab {{ $selected == 'comments' ? 'is-active' : '' }}" href="{{ link('sportsbook/comments', $event) }}">{{ phrase('xa_sb_comments') }} {$event.comment_count|parens}</a>
                        </xf:if>

Comments should not be visible for me! But i can see them!


Sportsbook: Comment permissions
View comments: No
IsAllowComments is a check to see if the Category Allows Comments. Edit your category and unset the "Allow comments" option.
 
BOB! It is not needed to answer or discuss with me. I just write you something like: "What i think about you add-on";
i can solve the most things for myself. It is ok for me.

But you maybe want to think a second about what i say (or not), see it as present or as rubbish to delete. Both is ok for me.

IsAllowComments means comments or no comments, i know.
But if admin and group x should have comments, and registered should have none; then they see the link, and that's ugly and not possible in my board. So i have written another if/then and it is ok for me. If you like empty links, it is ok for you also.
 
Back
Top