MyBB Community Forums

Full Version: How to Remove 'by' in Last post columns
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to remove 'by' in last post column for thread.
please see image.
[attachment=35316]
Go to: "Templates & Style" > Templates > *your theme* Templates > Forum Bit

You will have to edit these two templates:
forumbit_depth1_forum_lastpost
forumbit_depth2_forum_lastpost

Remove:
{$lang->by}
I had tried everything but not working.
i am using xthread also.
(2015-10-07, 07:31 PM)Dr_The_One Wrote: [ -> ]I had tried everything but not working.
i am using xthread also.

Are you sure that you are editing the correct templates? What you have shown me on the screenshot should be controlled by those templates.
forumbit_depth2_forum_lastpost :
<span class="smalltext">
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />{$lastpost_date}<br /> {$lastpost_profilelink}</span>

forumbit_depth1_forum_lastpost
<span class="smalltext">
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />{$lastpost_date}<br />{$lastpost_profilelink}</span>
(2015-10-07, 07:39 PM)Dr_The_One Wrote: [ -> ]forumbit_depth2_forum_lastpost :
<span class="smalltext">
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />{$lastpost_date}<br /> {$lastpost_profilelink}</span>

forumbit_depth1_forum_lastpost
<span class="smalltext">
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />{$lastpost_date}<br />{$lastpost_profilelink}</span>

It might just be faster to hide this with some CSS, a dirty fix but a fix nonetheless - unless someone experienced with xThreads can provide a solution. Can you share your website's URL?