MyBB Community Forums

Full Version: Unique forum icon isn't working with NetPen Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone, I'm currently using the NetPen theme as seen here : https://community.mybb.com/mods.php?action=view&pid=727

The link to my forum is right here : http://les-as-du-web.esy.es/

I was wondering why it's not working. I've done the change in the code as said by 'mmadhankumar' here : https://community.mybb.com/post-1107253.html

But it's not working.

Here is my code :

<tr>
	


<td class="{$bgcolor}"   style="padding: 6px 10px;"     valign="top" width="1">
	
<div class="col-md-6 col-sm-6 col-xs-12">
<strong style="display: inline-block;"><a href="{$forum_url}" class="fname sort_link">{$forum['name']}</a>{$subforums}</strong>{$forum_viewers_text}
<div class="smalltext hidden-xs" style="font-size: 13px;">
<span class="visible-xs-inline-block" style="color: #4B4B4B;">Topics: {$threads}{$unapproved['unapproved_threads']}</span> 
<span class="visible-xs-inline-block" style="color: #4B4B4B;">- Posts: {$posts}{$unapproved['unapproved_posts']}</span>
</div>
<div class="smalltext hidden-xs" style="font-size: 13px;">{$forum['description']}{$modlist}</div>   
</div>
  <div class="col-md-2 col-sm-1 hidden-xs text-right" style="padding-top: 0.5%;line-height: 2;">
      <span class="label label-info member_label" style="font-size: 90%;"> 
        <a class="tt" href="{$forum_url}" title="Threads" style="cursor:pointer;color: #fff;">{$threads}{$unapproved['unapproved_threads']}
	  <i class="fa fa-commenting"></i></a>
	  </span>
<br>
	  <span class="label label-info member_label" style="font-size: 90%;"> 
	  <a class="tt" href="{$forum_url}" title="Posts" style="cursor:pointer;color: #fff;">{$posts}{$unapproved['unapproved_posts']}
	   <i class="tt fa fa-comments" title="Posts" style="cursor:pointer;"></i></a>
	  </span>
  </div>
{$lastpost} 
</td>
</tr>


Thanks

Help please I'm looking since 3 hours for that xD
UP ! Smile
UP ! Smile