MyBB Community Forums

Full Version: Sub forum {$statusicon} shows nothing?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

Why does my {$statusicon} not show anything! In the image below, you can see that the sub-forums do not show the status icon before the individual sub-forums. How can I get it to show again.

[Image: Screen_Shot_2016_01_09_at_2_51_36_pm.png]

My MyBB information:
Latest MyBB 1.8.6

forumbit_depth3_statusicon

<div title="{$lightbulb['altonoff']}" class="subforumicon subforum_{$lightbulb['folder']} ajax_mark_read" id="mark_read_{$forum['fid']}"></div>


forumbit_depth3

<li>{$statusicon}<a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></li>


forumbit_subforums

<br />{$lang->subforums}<br /><ul class="columns">{$sub_forums}</ul>


CSS class "columns"

.columns {
list-style: none;
margin: 0;
padding: 0;
}

.columns li {
width: 50%;
float: left;
}


Please help! If you need anymore information, please just let me know!

Thanks very much!
what is your forum url & which theme you are using ?
(2016-01-09, 04:31 AM).m. Wrote: [ -> ]what is your forum url & which theme you are using ?
http://www.exposesociety.net and the theme is a custom one (not too sure about the details on it). The statusicon was working but I edited something unrelated to the statusicon and it's gone.
^ hmm., guests can't access above referred site.
(2016-01-09, 04:50 AM).m. Wrote: [ -> ]^ hmm., guests can't access above referred site.

Guests should be allowed? I am viewing the site as a guest currently; however, just incase test details are test:testing123 (format: username:password)
please recheck the given site url. it does not belong to MyBB forum !
(2016-01-09, 05:06 AM).m. Wrote: [ -> ]please recheck the given site url. it does not belong to MyBB forum !

Try this link : http://exposesociety.net
My apologies! Remove the "www" http://exposesociety.net/
^ would you like to PM me temporary access to forum admin panel to check it
.m. Fixed my issue. Thanks