Quote:
Today at 09:15 AM Intex said this in Post #1077
That's what I thought. I like the way I used to have it, i.e. just showing crowns from left to right - I never used the text variable. Is there anyway to achieve this given the fact I have to remove the other variable to make the who's online work?
Thx for the new game btw - I'll check that out later .
|
That should be possible. Try this:
In admin/functions.php find & remove this:
Code:
$vpachamptext .= "<br>";
Then in the CP remove all the champ text for each game and just put the HTML for the crown image in the champ text field.
I'm thinking this should display the crowns for each game side by side. Let me know if it works.