Quote:
Originally Posted by Phalynx
Ask RollaJedi about this as he wanted it the same way. Or just scroll some pages up to see my suggestions for him.
Cannot confirm this. As I copy any PNG image to it, it is recognized. The images must end with "_16.png" or "_32.png".
This is a known issue.
|
Thanks for the reply! Ill see to get it to worrk.
Quote:
Originally Posted by RollaJedi
iJay,
Here is what worked for me:
Edit functions_xperience.php,
search for:
$awards .= '<img style="vertical-align: middle;" border="0" width="16" height="16" src="'.$vbulletin->options['bburl'].'/xperience/icons/'.$awardurl.'" alt="'.$awardtitle.'" title="'.$awardtitle.'" />';
replace with:
$awards .= '<img style="vertical-align: middle;" border="0" width="32" height="32" src="'.$vbulletin->options['bburl'].'/xperience/icons/'.$awardurl.'" alt="'.$awardtitle.'" title="'.$awardtitle.'" />';
|
Thanks for the fast reply

Ye it helps a lot