Status
Not open for further replies.

Ozzy47

Former Developer
Customer
Have a trophy icon for all players that are not in the top 3 so in the Most Trophies and Longest Players blocks, it looks consistent. Right now it just don't look right if you choose to display more than 3 players. I was thinking a blank icon, but that might not look right either.


14e5c40fa4e22e.png
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
I know they did not earn anything, but it does not look consistent the way it is.
 
its not that inconsistent (does not affect height or width). besides, theres too much stuff at the top if you have more than 3 i think. wont having "consolation" icons distract from those who earned the real ones?
 
Trophies & Medals

Have the ability in admincp to choose the icon for the 1st 2nd 3rd place trophies & medals.

Also possibly the size too, right now I think is scales down the current images 50%
 
That's what template editing / ftp your icon images is for. The icons are just for fun, not making that fully configurable....
 
The way the template is laid out now, you can only have png images, if I want gif images I have to rename the image the same as you have it and change the following code in arcade.php

Code:
default:
                        $trophies = ($which == 'trophies');
                        $func = ( $trophies ? 'vb_number_format' : 'arcade_time' );
                        $icon = ( $trophies ? 'trophy' : 'medal' );
                        $stat['score'] = $func($stat['total']);
                        if (array_key_exists($count, $color)) $stat['trophy'] = $icon . '_' . $color[$count++] . '.png';
                }

Changing the .png extension to .gif

EDIT: Which does not work, as it caused the strange charterers issue.
 
Last edited:
Okay, admittedly, right now those are in the code, but they will be moved out before the end. i still dont want to give that of all things its own admin controls though.
 
I merged this with your other trophy icon thread as a reminder to make those who want to add/edit the icons can do so through the template system.
 
Also the ability to add category icons for the, "All" category and "Favorites" category too. :D
 
Status
Not open for further replies.

Legacy vBArcade

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
902
Customer rating
0.00 star(s) 0 ratings
Back
Top