Change player box?

For discussion of the Poker Mavens server module and other administration topics
Post Reply
BossJr
Posts: 24
Joined: Sat Aug 25, 2018 8:57 am
Location: Denmark
Contact:

Change player box?

Post 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
Attachments
Size, to round or colors or something?
Size, to round or colors or something?
87005624_648475932578020_7575972051266043904_n.png (128.19 KiB) Viewed 3117 times
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: Change player box?

Post 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.
BossJr
Posts: 24
Joined: Sat Aug 25, 2018 8:57 am
Location: Denmark
Contact:

Re: Change player box?

Post 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?
Attachments
Skærmbillede 2020-02-22 kl. 13.55.17.png
Skærmbillede 2020-02-22 kl. 13.55.17.png (39.84 KiB) Viewed 3107 times
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: Change player box?

Post 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?
BossJr
Posts: 24
Joined: Sat Aug 25, 2018 8:57 am
Location: Denmark
Contact:

Re: Change player box?

Post 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? :-)
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: Change player box?

Post 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>
BossJr
Posts: 24
Joined: Sat Aug 25, 2018 8:57 am
Location: Denmark
Contact:

Re: Change player box?

Post 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???
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: Change player box?

Post 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.
BossJr
Posts: 24
Joined: Sat Aug 25, 2018 8:57 am
Location: Denmark
Contact:

Re: Change player box?

Post 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. ;-)
Post Reply