This seems to work from the standpoint of replacing the status icons as described. However, I seem to be having a little spacing issue between child forums. Reference image below. I'm running 4.0.6, fyi.
Also, as you can see in screenshot, I have the
tabbed forum home mod installed as well.
Also, from the screenshot, you can see the forum description "blah" in there. It displays beneath the forum title as it should, but then it also randomly appears over at the very left edge??? I checked and I don't have any breaks or anything mysteriously in there. I'm guessing this has something to do with the template edit?
That mod does have the following forumhome_forumbit_level1_post modification:
Code:
==============================================
forumhome_forumbit_level1_post TEMPLATE EDIT 1
==============================================
INSERT AT BEGINNING OF TEMPLATE:
<vb:if condition="(THIS_SCRIPT=='indexTFH' AND (in_array($forum['forumid'], $_REQUEST['tabcat']) OR in_array('all', $_REQUEST['tabcat']))) OR (THIS_SCRIPT=='forumdisplay') OR (THIS_SCRIPT=='index')">
==============================================
forumhome_forumbit_level1_post TEMPLATE EDIT 2
==============================================
INSERT AT END OF TEMPLATE:
</vb:if>
I did the template changes to the status icon mod manually since i already had this change in the forumhome_forumbit_level1_post template, per the instructions. (hope i followed them correctly)
I'm wondering if i went back, reverted the template, let this mod automatically change the template and THEN go and insert the other template mod, if that might fix the spacing.
UPDATE:
OK, I ended up just reverting both forumhome_forumbit_level1_post and forumhome_forumbit_level2_post back to their default version. So this overwrote the manual template modification I did originally. Then, I went back and allowed the settings to automatically update the templates and it seemed to fix everything right up. Which is good.
The odd thing is, the forum home tabs mod, had an edit in the forumhome_forumbit_level1_post template, but after the revert, that mod continues to work anyways. :dunno: