Saturday 11 | 09:05:PM
showthread and forumdisplay usersbrowsing table
01 - showthread_usersbrowsing replace with

Ekran Alıntısı.PNG (Size: 3.3 KB / Downloads: 222)
https://community.mybb.com/Topic-231420.html
01 - showthread_usersbrowsing replace with
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<i class="float_right fas fa-eye fa-lg"></i> {$lang->users_browsing_thread}
</td>
</tr>
<tr>
<td class="trow2">
{$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}
</td>
</tr>
</table>
02 - forumdisplay_usersbrowsing replace with<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<i class="float_right fas fa-eye fa-lg"></i> {$lang->users_browsing_forum}
</td>
</tr>
<tr>
<td class="trow2">
{$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}
</td>
</tr>
</table>

Ekran Alıntısı.PNG (Size: 3.3 KB / Downloads: 222)
https://community.mybb.com/Topic-231420.html