bananalive |
04-07-2011 01:56 PM |
Quote:
Originally Posted by wampforum
(Post 2181931)
I wanted to reduce its size, change the colour and generally make it a little more snazzy!! Is it possible to create my own image that the data feeds into?
|
The following variables are customisable:
Code:
http://www.yoursite.com/forums/ladders.php?do=ladder_player_image&w=250&h=90&u=101&l=17&bg=FFF000&b=000EEE&bw=1
- w=250
image width: 250px
- h=90
image height: 90px
- u=101
userid = 101
- l=17
ladder id; 17
- bg=FFF0000
background colour as hex
- b=000EEE
border colour as hex
- bw=1
border width: 1px
If you've got any more variables you would like to be added, then I'll try and add them for future version.
To edit it further you would need to edit ladders.php lines 153-324
|