in viewthread.php, I also made
Quote:
$stylevar['imgdir_button'] . '/infraction.gif"'
|
into
Quote:
'src="$stylevar[imgdir_button]/infraction.gif"'
|
and that stopped displaying the broken image for reputation.gif
and i changed the url into bburl instead of homeurl in same viewthread
Quote:
// temp admin options
// url of the grps
$groupurl = "$vbulletin->options[bburl]/groups/?g=$groupid";
|