|
Ok, went to Gallery Admin 'edit templates', opened up the feature.tmpl, found your line and deleted it.
$cellblocks .= <<<PPPRINT
<td class="alt1" width="$twidth%" valign="middle" align="center">
{$pthumb[$x]}
<span class="smallfont">{$ptitle[$x]}<br />{$puser[$x]}</span>
</td>
PPPRINT;
}
Updated the template.
Went back to forum homepage, did a 'refresh'. The info is all still there.
I checked the templates in vBulletin AdminCP, didn't see a 'feature' template in there to edit.
What am I doing wrong?
Thanks for your help!
|