MyBB Support

How can i add this to mybb?

Submitted by redd, , Thread ID: 22493

Thread Closed

RE: How can i add this to mybb?

Aoki
retired
Level:
83
Reputation:
348
Posts:
7.89K
Likes:
2.31K
Credits:
2.06K
24-07-2016, 10:53 PM
#3
forumbit_depth2_forum

Code:
<span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span>


CSS:

Code:
.forum_on {
  padding: 2px 4px;
  color: #fff;
  font-size: 11px;
}

.forum_on:before {
  content: "\New";
}

Didn't try it out :>

Users browsing this thread: 2 Guest(s)