Author Topic: Scrolling player name and prize  (Read 638 times)

Asegzamfire

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
Scrolling player name and prize
« on: April 30, 2017, 01:32:48 PM »
Hi Corey,

i have this line code that show on the layout the position of the player out, his name and the point he makes in the tournament. i would like to change the point for the prizes money he makes instead but i cant figure out how to make it work. Can you help?

Thx

<marquee behavior="scroll" direction="left" scrollamount="5" scrolldelay="1">
<p style="text-align: center"</marquee><inlinerankings template=" [ordinalrank] place: [player]..[points] points " connector="&lt;img src='C:\Users\Playground\Documents\Playground Database\images\test.png'&gt;" max="75">


Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Scrolling player name and prize
« Reply #1 on: April 30, 2017, 08:56:07 PM »
I think you can just change the [points] part to [winnings]:

<marquee behavior="scroll" direction="left" scrollamount="5" scrolldelay="1">
<p style="text-align: center"</marquee><inlineRankings template=" [ordinalrank] place: [player]..[winnings]" connector="&lt;img src='C:\Users\Playground\Documents\Playground Database\images\test.png'&gt;" max="75">


Right?  Unless I'm misunderstanding you.