showthread and forumdisplay usersbrowsing table

Spartak

Well-known member
Member
Joined
9 yrs. 9 mth. 5 days
Messages
587
Reaction score
8,878
Wallet
0$
showthread and forumdisplay usersbrowsing table

<span style="font-family: Arial Black;" class="mycode_font">01 - showthread_usersbrowsing <span style="color: #333333;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">replace with</span></span></span></span><br />
<br />
<br />
<pre data-deferred="true" class="block-code line-numbers language-none"><code class="language-none">&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme['borderwidth']}&quot; cellpadding=&quot;{$theme['tablespace']}&quot; class=&quot;tborder&quot;&gt;
&lt;tr&gt;
   &lt;td class=&quot;thead&quot;&gt;
    &lt;i class=&quot;float_right fas fa-eye fa-lg&quot;&gt;&lt;/i&gt; {$lang-&gt;users_browsing_thread}
   &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
   &lt;td class=&quot;trow2&quot;&gt;
{$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}
   &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</code></pre><br />
<span style="font-family: Arial Black;" class="mycode_font">02 - forumdisplay_usersbrowsing <span style="color: #333333;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">replace with</span></span></span></span><br />
<br />
<pre data-deferred="true" class="block-code line-numbers language-none"><code class="language-none">&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme['borderwidth']}&quot; cellpadding=&quot;{$theme['tablespace']}&quot; class=&quot;tborder&quot;&gt;
&lt;tr&gt;
   &lt;td class=&quot;thead&quot;&gt;
    &lt;i class=&quot;float_right fas fa-eye fa-lg&quot;&gt;&lt;/i&gt; {$lang-&gt;users_browsing_forum}
   &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
   &lt;td class=&quot;trow2&quot;&gt;
{$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}
   &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</code></pre><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="
Please, Log in or Register to view URLs content!
" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=43853" target="_blank" title="">Ekran Alıntısı.PNG</a> (Size: 3.3 KB / Downloads: 221)
<!-- end: postbit_attachments_attachment -->


Please, Log in or Register to view URLs content!
 
Top Bottom