Hello,
On my portal page Id like to be able to remove the posters avatar from the post
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]](https://camo.mybb.com/46c12b02a13be954e58fd09f70a28120d53e62f9/68747470733a2f2f692e6779617a6f2e636f6d2f30336339616337656163333561363134633139616239366465363831376237322e706e67)
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]](https://camo.mybb.com/46c12b02a13be954e58fd09f70a28120d53e62f9/68747470733a2f2f692e6779617a6f2e636f6d2f30336339616337656163333561363134633139616239366465363831376237322e706e67)
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]](https://camo.mybb.com/1519fb69d3df8cc884acea63f9545f5d44a3c22e/68747470733a2f2f692e6779617a6f2e636f6d2f30626135383536373434393831393564346632616361656533636333353861612e706e67)
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.