phalynx,
i upgraded to the newest vbexperience. All my achievement icons are 16x16 again. Your file called 'functions_xperience.php' must be different now because i can't find the place inside the file where i changed the 16x16 size to 34x34 size.
Previously you had told 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.'" />';
this is no longer valid. can you help me on this again?