Page 1 of 1

Change player box?

Posted: Wed Feb 19, 2020 1:44 pm
by BossJr
Hi in the forum

Is it possible to change this box that display player name and such?
Is a little boring that its just square.. ;-)

I have attached and image of what I mean..

Best regards
Martin Jensen

Re: Change player box?

Posted: Wed Feb 19, 2020 1:51 pm
by Kent Briggs
No, the shape is fixed as it has to fit all of the information contained (avatar, name, chip count) and also not interfere with the hole card placement, dealer buttons, chip stacks, etc.

Re: Change player box?

Posted: Sat Feb 22, 2020 7:55 am
by BossJr
Oh okay. Damnit.

Is is possible to add a new menu field?

I have attached an image where I want to add 2 menu fields?

Re: Change player box?

Posted: Sat Feb 22, 2020 10:41 am
by Kent Briggs
BossJr wrote:Is is possible to add a new menu field?
By you? No. Just adding items to a menu doesn't make them do anything. There has to be code written. What functions are you wanting to add?

Re: Change player box?

Posted: Thu Feb 27, 2020 9:30 am
by BossJr
Kent Briggs wrote:
BossJr wrote:Is is possible to add a new menu field?
By you? No. Just adding items to a menu doesn't make them do anything. There has to be code written. What functions are you wanting to add?
- I want 2 menu fields where I can redirect players (in a new window) to a Url (I own) where there is 2 forms of contact.

Is this possible in any way? :-)

Re: Change player box?

Posted: Thu Feb 27, 2020 11:38 am
by Kent Briggs
BossJr wrote:- I want 2 menu fields where I can redirect players (in a new window) to a Url (I own) where there is 2 forms of contact.
Is this possible in any way? :-)
You cannot modify the menu but you can put links in the Site News and Site FAQ dialogs like this:

Code: Select all

<a href="http://www.example.com" target="_blank"><u>Contact Info</u></a>

Re: Change player box?

Posted: Thu Feb 27, 2020 11:50 am
by BossJr
Kent Briggs wrote:
BossJr wrote:- I want 2 menu fields where I can redirect players (in a new window) to a Url (I own) where there is 2 forms of contact.
Is this possible in any way? :-)
You cannot modify the menu but you can put links in the Site News and Site FAQ dialogs like this:

Code: Select all

<a href="http://www.example.com" target="_blank"><u>Contact Info</u></a>

I cant use that unfortunately..

What about the HTML banner settings? I can put links there. But they won't show on mobile devices???

Re: Change player box?

Posted: Thu Feb 27, 2020 12:07 pm
by Kent Briggs
BossJr wrote:I cant use that unfortunately..
Why not? They're on the Help menu. You can use the Language feature to change the menu label from "Site FAQ" to "Contact Info" or whatever you want.
What about the HTML banner settings? I can put links there. But they won't show on mobile devices???
Space is at a premium on mobile devices so the outer div blocks are not implemented there.

Re: Change player box?

Posted: Thu Feb 27, 2020 12:24 pm
by BossJr
Kent Briggs wrote:
BossJr wrote:I cant use that unfortunately..
Why not? They're on the Help menu. You can use the Language feature to change the menu label from "Site FAQ" to "Contact Info" or whatever you want.
What about the HTML banner settings? I can put links there. But they won't show on mobile devices???
Space is at a premium on mobile devices so the outer div blocks are not implemented there.
I will take a look at it. ;-)