MyBB Community Forums

Full Version: Checkbox stop working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guy the checkbox stop working today no plugin added only css update is not normal Sad 

[attachment=37747]
Something is most likely wrong with your headerinclude template because it works fine for me when I did the update.
this is my code

<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1807"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
{$stylesheets}
{$myprofile_headerinclude}{$myalerts_js}

I revert to original and my checkbox work now thank you Smile @dragonexpert Smile
Invalid report