Grid-Iron american football game language selector
Language
ČeštinaDanskDeutsch
EnglishEspañolEspañol (Latinoamérica)
FrançaisItalianoMagyar
NederlandsPolskiPortuguês (Brasil)
RomânăSlovenčinaSlovenščina
SrpskiSuomiБългарски
РусскийУкраїнська 
Register
Login
player id
 
King Tiger
Posts: 72
Posted on 2011-06-04 9:59:34
okay, this has been bugging me for a while ... we can easily determine what our team id is, e.g., mine is 3747. This is used for seemingly all reference.

The friendly ads have a button for inserting the Player ID, which is not the same as the team id. So ... what is the player ID, the manager's name? If so, what about those names with spaces, should &%20 be used for the space?

  
Serrie
Posts: 3125
Posted on 2011-06-04 10:06:20
King Tiger wrote:

okay, this has been bugging me for a while ... we can easily determine what our team id is, e.g., mine is 3747. This is used for seemingly all reference.

The friendly ads have a button for inserting the Player ID, which is not the same as the team id. So ... what is the player ID, the manager's name? If so, what about those names with spaces, should &%20 be used for the space?



Player ID is for a player on your team.

your QB
  
kong_kaj
Posts: 0
Posted on 2011-06-04 14:21:08
King Tiger wrote:

okay, this has been bugging me for a while ... we can easily determine what our team id is, e.g., mine is 3747. This is used for seemingly all reference.

The friendly ads have a button for inserting the Player ID, which is not the same as the team id. So ... what is the player ID, the manager's name? If so, what about those names with spaces, should &%20 be used for the space?



[playerid=THE NUMBERS]THE NAME[/ playerid]
  
joelwest
Posts: 0
Posted on 2011-06-17 3:57:47
some agents list their players for sale with hyperlinks, but I see no reference on how to do this

I tried [url=xxx]player_name[/url]

but it did not work. the text was not hyperlinked and the HTML code was shown
  
Piet Bringer
Posts: 2086
Posted on 2011-06-17 5:06:04
King Tiger wrote:

okay, this has been bugging me for a while ... we can easily determine what our team id is, e.g., mine is 3747. This is used for seemingly all reference.

The friendly ads have a button for inserting the Player ID, which is not the same as the team id. So ... what is the player ID, the manager's name? If so, what about those names with spaces, should &%20 be used for the space?


For your friendly ad you need no input of your Team ID,
cause your Teamname is automatically on the bottom of the ad
  
Hard-core fan (ultimate supporter owner)PHI 21GI Supporter
Posts: 3024
Joined: 2009-03-18
I.1
Offline
Hard-core fan (ultimate supporter owner)
Posted on 2011-06-17 5:39:54
joelwest wrote:

some agents list their players for sale with hyperlinks, but I see no reference on how to do this

I tried [url=xxx]player_name[/url]

but it did not work. the text was not hyperlinked and the HTML code was shown



Use the "Links" buttons for this. "Player" gives the code for player links, you just fill in the numbers and player name. Same goes for "Team" and "Match".
  
stoo12009
Posts: 2132
Posted on 2011-06-17 5:55:01
joelwest wrote:

some agents list their players for sale with hyperlinks, but I see no reference on how to do this

I tried [url=xxx]player_name[/url]

but it did not work. the text was not hyperlinked and the HTML code was shown




as listed above;

[playerid=the numbers after his name] player name [/playerid ]

only replace the bits in blue
the rest of it is the code for linking

so for example for my QB
on his player page at the top, it is listed as;

Corey McMillan (ID 375840)

so to create the link;

[playerid=375840 ]Corey McMillan[/playerid ]

(n.b i've added in spaces in each of the brackets so that the full string shows up here.)
then without the spaces...

Corey McMillan

hope this helps