MyBB Community Forums

Full Version: Portal Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,


On my portal page Id like to be able to remove the posters avatar from the post 

[Image: 03c9ac7eac35a614c19ab96de6817b72.png]

I think it would look alot better without that there, Could someone help me achieve this?
Thanks
Tom
(2015-10-22, 01:37 PM)tomtucka Wrote: [ -> ]Hello,


On my portal page Id like to be able to remove the posters avatar from the post 

[Image: 03c9ac7eac35a614c19ab96de6817b72.png]

I think it would look alot better without that there, Could someone help me achieve this?
Thanks
Tom

In the portal_announcement_avatar template under Portal templates, remove

<td class="trow1" style="text-align: center; vertical-align: top;" {$useravatar['width_height']}><img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} /></td>

and see how it looks after. Please backup before making any changes.
(2015-10-22, 01:46 PM)Ashley1 Wrote: [ -> ]
(2015-10-22, 01:37 PM)tomtucka Wrote: [ -> ]Hello,


On my portal page Id like to be able to remove the posters avatar from the post 

[Image: 03c9ac7eac35a614c19ab96de6817b72.png]

I think it would look alot better without that there, Could someone help me achieve this?
Thanks
Tom

In the portal_announcement_avatar template under Portal templates, remove

<td class="trow1" style="text-align: center; vertical-align: top;" {$useravatar['width_height']}><img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} /></td>

and see how it looks after. Please backup before making any changes.

When trying to edit the template its not showing any code?

[Image: 0ba585674498195d4f2acaee3cc358aa.png]
You have a custom template, so it's difficult to say where the avatar has been placed for it. It should be under the portal templates though.