MyBB Themes - ThemeFreak
How to fix login box - Printable Version

+- MyBB Themes - ThemeFreak (http://www.themefreak.net)
+-- Forum: MyBB 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=8)
+--- Forum: Support for 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=10)
+---- Forum: Sidereel (http://www.themefreak.net/forumdisplay.php?fid=28)
+---- Thread: How to fix login box (/showthread.php?tid=223)



How to fix login box - Tan - 22nd Jan

Due to the latest jquery update the login boxes won't work if you purchased your theme before today. To fix them please do the following.

Admin Cp > Templates & Style > Templates > sidereel Templates > Ungrouped Templates > header include

Replace
Code:
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>

With this
Code:
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"></script>