Lately we have had several people put codes in their headers and/or footers and then be unable to access their forums OR have had it wind up redirecting to a search site.
First off BE
CAREFUL when you use codes.
The codes you find here are SAFE but if you do not follow the directions EXACTLY as given you could easily find it impossible to access your forum. Be sure you follow ALL steps.
If the directions for a code told you to put this in your header and you did NOT edit
YOUR_FORUM and
X in the code you would easily find your forum redirecting to another site and unaccessable to you to fix it:
<script src="
http://YOUR_FORUM.smfforfreeX.com/jquery.js"></script>
Should it happen
sometimes there is a way around it.
Disable Javascript in your browser and go to your forum.
"Most" of the time you will then be able to login, edit your header and footer and correct the problem.
To disable Javascript in
Firefox: Tools > Options > Content > take checkmark out of "enable Javascript" in Firefox
To disable Javascript in
Internet Explorer:From the Tools menu, choose Internet Options... .
Click the Security tab.
Click Custom Level... .
Scroll to the "Scripting" section of the list. Click Disable or Enable.
Close and restart your browser.
Another tip is to make a test forum. Use it to test things on so that you are not messing up your forum.
IMPORTANT NOTE - Dec 17, 2007: <script src="
http://YOUR_FORUM.smfforfreeX.com/jquery.js"></script> can be replaced with <script src="/jquery.js"></script> No editing required in that one.