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.3K
Credits:
1.7K
24-07-2016, 11:05 PM
#6
24-07-2016, 11:02 PM
redd Wrote:
Any way i could still keep the ficons?

I assume your ficons use the same classes and therefore they're not working anymore.

Just replace the code I gave you with:

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

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

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

This should work.

Users browsing this thread: 1 Guest(s)