Support Forum

Checkboxes not Displaying in Admin

JB jbaldwin
jbaldwin
Member

I’ve encountered an issue where the checkboxes are not displaying correctly in the Forum Admin.  Below is a screenshot of the behavior I’m seeing.  

Any help would be greatly appreciated.

forumcheckboxes.JPG

3 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

That is almost certainly going to come down to a script conflict with something else you have running on the WP admin.

Clearly fixing the issue would be the best bet but as a quick fix I would suggest you add this to your wp-config.php file:

define('SP_USE_PRETTY_CBOX_ADMIN', false);

which should at least get around the issue… I think

JB jbaldwin
jbaldwin
Member

Thank you, that worked!  Quick fixes work for me.  When I have time I’ll do more troubleshooting with my other plugins to try and identify which is the issue!

Thanks for your quick reply!

YS Yellow Swordfish
Yellow Swordfish
Member

You’re welcome. Bottom line – every bug or conflict needs solving :)