MyBB Community Forums

Full Version: User Browsing Threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 444.jpg]

Ok guys , how can i make this " Users browsed this thread: Botz , PancaKe , Wicked* " ( RED LINE on picture ) how do i make it LOOK like blue line , in a separated BOX like the blue BOX

how can i add USER BROWSED THIS THREAD on a BOX by itself ...

EXAMPLE ( Edited with PAINT )

[Image: edited.jpg]

Hope you guys understand me ...

www.lgk-clan.com/mybb
Show us the code for "showthread_userbrowsed" or whatever that code is.

Personally, I think it looks good as it is c:
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>{$lang->users_browsing_thread} </strong></td></tr>
<tr><td class="trow1">
<span class="smalltext">{$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span>
</td></tr>
</table>
<br />


Thats my CODE
(2015-03-29, 04:24 AM)Wicked* Wrote: [ -> ]<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>{$lang->users_browsing_thread} </strong></td></tr>
<tr><td class="trow1">
<span class="smalltext">{$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span>
</td></tr>
</table>
<br />


Thats my CODE

What is your code for the postbit "Users Browsed"?
(2015-03-29, 04:51 AM)CallingChain Wrote: [ -> ]
(2015-03-29, 04:24 AM)Wicked* Wrote: [ -> ]<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>{$lang->users_browsing_thread} </strong></td></tr>
<tr><td class="trow1">
<span class="smalltext">{$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span>
</td></tr>
</table>
<br />


Thats my CODE

What is your code for the postbit "Users Browsed"?

i do not have User Browsed in my Post Bit Templates  
(2015-03-29, 04:57 AM)Wicked* Wrote: [ -> ]
(2015-03-29, 04:51 AM)CallingChain Wrote: [ -> ]
(2015-03-29, 04:24 AM)Wicked* Wrote: [ -> ]<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>{$lang->users_browsing_thread} </strong></td></tr>
<tr><td class="trow1">
<span class="smalltext">{$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span>
</td></tr>
</table>
<br />


Thats my CODE

What is your code for the postbit "Users Browsed"?

i do not have User Browsed in my Post Bit Templates  

Do you have anything like that?
(2015-03-29, 04:59 AM)CallingChain Wrote: [ -> ]
(2015-03-29, 04:57 AM)Wicked* Wrote: [ -> ]
(2015-03-29, 04:51 AM)CallingChain Wrote: [ -> ]
(2015-03-29, 04:24 AM)Wicked* Wrote: [ -> ]<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>{$lang->users_browsing_thread} </strong></td></tr>
<tr><td class="trow1">
<span class="smalltext">{$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span>
</td></tr>
</table>
<br />


Thats my CODE

What is your code for the postbit "Users Browsed"?

i do not have User Browsed in my Post Bit Templates  

Do you have anything like that?


I have these on POSTBIT : 

postbit
Options
postbit_attachments
Options
postbit_attachments_attachment
Options
postbit_attachments_attachment_unapproved
Options
postbit_attachments_images
Options
postbit_attachments_images_image
Options
postbit_attachments_thumbnails
Options
postbit_attachments_thumbnails_thumbnail
Options
postbit_author_guest
Options
postbit_author_user
Options
postbit_avatar
Options
postbit_away
Options
postbit_classic
Options
postbit_delete_pm
Options
postbit_edit
Options
postbit_editedby
Options
postbit_editedby_editreason
Options
postbit_email
Options
postbit_find
Options
postbit_forward_pm
Options
postbit_gotopost
Options
postbit_groupimage
Options
postbit_icon
Options
postbit_ignored
Options
postbit_inlinecheck
Options
postbit_iplogged_hiden
Options
postbit_iplogged_show
Options
postbit_multiquote
Options
postbit_offline
Options
postbit_online
Options
postbit_pm
Options
postbit_posturl
Options
postbit_profilefield
Options
postbit_profilefield_multiselect
Options
postbit_profilefield_multiselect_value
Options
postbit_purgespammer
Options
postbit_quickdelete
Options
postbit_quickrestore
Options
postbit_quote
Options
postbit_rep_button
Options
postbit_reply_pm
Options
postbit_replyall_pm
Options
postbit_report
Options
postbit_reputation
Options
postbit_reputation_formatted
Options
postbit_reputation_formatted_link
Options
postbit_signature
Options
postbit_userstar
Options
postbit_warn
Options
postbit_warninglevel
Options
postbit_warninglevel_formatted
Options
postbit_www
ACP >> Templates >> Global Templates >> usersbrowsed

replace the content of that template as below and check....


<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>{$lang->usersBrowsedTopic}</strong></td></tr>
<tr><td class="trow1">
<span class="smalltext">{$users_list}</span>
</td></tr>
</table>
<br />
(2015-03-29, 06:22 AM)mmadhankumar Wrote: [ -> ]ACP >> Templates >> Global Templates >> usersbrowsed

replace the content of that template as below and check....



<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>{$lang->usersBrowsedTopic}</strong></td></tr>
<tr><td class="trow1">
<span class="smalltext">{$users_list}</span>
</td></tr>
</table>
<br />

Solved. Thanks dude