Portal Question?

Hello ive noticed you some how removed your avatar for the portal could you please tell me how? i run http://www.xpuser.net :canadian:

Thanks :) :smartass:

#48992

Yep, no prob.

Login to your AdminCP,

Drop down "Skins & Templates"

Goto "HTML Templates"

Press the link "Manage HTML" on what ever skin you wish to remove the avatars from

Find "IP Dynamic Lite" and press "Expand to Edit"

Edit the "Articles; Article Entry" section

Find

 <td class="post1" width="5%" valign="top" style="padding:5px">{$entry['avatar']}</td>
<td class="post1" width="95%" valign="top" style="padding:5px">{$entry['post']} $read_more</td>

Replace with

 <td class="post1" valign="top" style="padding:5px">{$entry['post']} $read_more</td>

You might also want to remove all the "colspan='2'" lines you see in that area and then just press Update Template

Then your done! (Y)

#48997