MyBB Community Forums
User(S) browsing didn't show in the thread view. - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: User(S) browsing didn't show in the thread view. (/thread-145935.html)



User(S) browsing didn't show in the thread view. - NomanProdhan - 2013-09-26

User(s) browsing this thread: xxxx, xxx Guest(s) didn't show at metro theme.
   
Forum URL is : http://forumforu.uni.me/index.php


RE: User(S) browsing didn't show in the thread view. - .m. - 2013-09-26

check if showthread template consists of code {$usersbrowsing}

also check the code in showthread_usersbrowsing template
<br />
<span class="smalltext">{$lang->users_browsing_thread} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span>
<br />



RE: User(S) browsing didn't show in the thread view. - NomanProdhan - 2013-09-26

(2013-09-26, 02:50 PM).m. Wrote: check if showthread template consists of code {$usersbrowsing}

also check the code in showthread_usersbrowsing template
<br />
<span class="smalltext">{$lang->users_browsing_thread} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span>
<br />

It's already there.


RE: User(S) browsing didn't show in the thread view. - .m. - 2013-09-26

^ navigate to below location and check if Users Browsing this Thread is set to yes
admin panel >> configuration >> settings >> Show Thread Options --> Users Browsing this Thread


RE: User(S) browsing didn't show in the thread view. - NomanProdhan - 2013-09-26

(2013-09-26, 03:02 PM).m. Wrote: ^ navigate to below location and check if Users Browsing this Thread is set to yes
admin panel >> configuration >> settings >> Show Thread Options --> Users Browsing this Thread

I already set that Yes


RE: User(S) browsing didn't show in the thread view. - .m. - 2013-09-26

it appears that {$usersbrowsing} in the template is removed by using comment tags !
(you can PM me admin panel access and wait for some time)


RE: User(S) browsing didn't show in the thread view. - Arbaz - 2013-09-27

(2013-09-26, 03:14 PM).m. Wrote: it appears that {$usersbrowsing} in the template is removed by using comment tags !
(you can PM me admin panel access and wait for some time)

I think removing the comment tags should solve the problem.