MyBB Community Forums

Full Version: Usernames are not showing up on forum index.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my forums index usernames no longer show up just "by". Usernames are showing up everywhere else. I have been making some changes theme and plugin wise so that may be it but I can't pinpoint the issue.

Screenshot:
http://prntscr.com/ebsprs

Plugins:

Avatar Gallery (1.1.1)

DVZ Random Avatars (1.1)

Dynamic To Top (1.1)

Forum Age (1.0)

Usergroup Legend (1.2)

My Advertisements (2.1.1)

MyAlerts (2.0.2)

MyForumIcons (1.00)

ProStats /proʊˈstæts/ (1.9.7)

Return to top postbit button (1.8.1)

Rin Editor (0.7.4)

Style Usernames (MyBB 1.8) (1.4.0)

Thank You/Like System (2.0.1)

Who view thread
What is the code in your forumbit_depth2_forum_lastpost template?
(2017-02-22, 12:34 AM)isoldehn Wrote: [ -> ]What is the code in your forumbit_depth2_forum_lastpost template?
Hi, it's:

<span class="smalltext">
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />{$lastpost_date}<br />{$lang->by} {$lastposterlink}</span>
I got the same issue and couldn't figure it out why causes this.
{$lastposterlink}

Needs to be:
{$lastpost_profilelink}

Hopefully that solves it. Smile
(2017-02-22, 02:03 PM)isoldehn Wrote: [ -> ]
{$lastposterlink}

Needs to be:
{$lastpost_profilelink}

Hopefully that solves it. Smile

That worked, thank you!
Glad it worked, and no problem!