View Single Post
Old June 6th, 2012, 06:17 AM   #2 (permalink)
LissaE
Member
Verified Customer
 
Join Date: Dec 2008
Posts: 123
Wouldn't it figure....I found the solution right after I post LOL

For anyone else interested in this, in your template feature.tmpl on line 21

Replace:
Quote:
<span class="smallfont">{$pcatname[$x]}</span>
With:
Quote:
<span class="smallfont">{$ptitle[$x]}<br />{$puser[$x]}<br />{$pcatname[$x]}</span>
I use vb3 so I changed the template in the vb3enhanced folder

Last edited by LissaE; June 6th, 2012 at 01:56 PM.
LissaE is offline   Reply With Quote