Quote:
Originally Posted by SVTBlackLight01
I searched the thread, but didn't see this question. How hard would it be to display the user's rank by ET in the postbit?
|
That would be really easy. Take a look at this post:
https://vborg.vbsupport.ru/showpost....4&postcount=76
That shows the user's ET club in the postbit, but it would be really simple to change it so that it displays a rank image based on the ET. All you would need to do is change what the variable displays to an image instead of showing the club. For example:
If the member has a 10 second car,
$poop = "<img src=\"rankimage1.jpg\">";
else if the member has an 11 second car show:
$poop = "<img src=\"rankimage2.jpg\">";
etc, etc.