MyBB Community Forums
[How To?] How to get current user in a thread post - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: [How To?] How to get current user in a thread post (/thread-205632.html)



How to get current user in a thread post - Electrode - 2016-11-05

I would like to know if its possible to get current logged user in a thread post like
Quote:Hello electrode, welcome to this thread post

can i echo this? 
{$mybb->user['username']}



RE: How to get current user in a thread post - .m. - 2016-11-05

^ yes, {$mybb->user['username']} can be used directly on showthread template


RE: How to get current user in a thread post - Electrode - 2016-11-05

wha i meant was in creating a new thread or post


RE: How to get current user in a thread post - .m. - 2016-11-05

^ well, you can use it on newthread template & newreply template !