Quote:
Originally posted by Apok2002
Now how do I get the crown to be in the postbit of each of the King's posts? Did I miss that post in this thread?
|
There are some posts about it somewhere in there. Right now, though, the Beta 1 is basically designed for a "text only" champions system. This will definitely be improved in the next release. If you can live with it until then, that is obviously the easiest.
Otherwise, you could edit the getpostbit(...) function in admin/functions.php. Right below the vbProArcade line that says "$post[usertitle] .= ..." you could add something like:
PHP Code:
$post[crown] = "<img src=\"someimage\">";
Then in your postbit template, just add $post[crown] in there somewhere, and for the users that are champions, the image you named should appear.
There's a chance this might not work, I'm just making it up as I go along...