MyBB Support

Problem with sidebar :(

Submitted by redd, , Thread ID: 22329

Thread Closed
11-07-2016, 02:41 AM
#1
I having a problem with my sidebar.

I added this team online plugin but i can't seem to get it in my sidebar.

[Image: f94cf615899f46e348d6d3276a07093c.png]


i added the variable in my sidebar div{$teamonline} but its showing like this.

Code for{$teamonline}

Code:
<table border="0" cellspacing="" cellpadding="10" class="tborder">
<thead>
<tr>
<td class="thead" colspan="2">
<strong>{$lang->title}</strong><div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['usercpmisc']}.png" id="teamonline_img" class="expander" alt="[-]" title="[-]" /></div>
</td>
</tr>
</thead>
<tbody id="teamonline_e" style="">
{$teamonline_row}
{$teamonline_no}
</tbody>
<tr><td class="{$trowbg}" colspan="2">{$lang->online} {$membercount}</td></tr><tr><td class="{$trowbg}" colspan="2">{$lang->invisible} {$invisible}</td></tr></table> <br /></div>

Code for Teamonline_Row
Code:
<tr><td class="{$trowbg}"><img src="{$online['avatar']}" style="max-width: 35px; max-height: 35px; text-align:center;" /></td>
<td class="{$trowbg}" style="width: 100%;"> {$online['profilelink']}<br /><font color="{$mybb->settings['teamonline_group_color']}">{$online['groupname']}</font>
</td></tr>

How can i get this working? Please help!

Users browsing this thread: 4 Guest(s)