This is basically all that he included in the zipfile, in addition to the spellcheck libraries:
Quote:
==========================================
======= SPELL CHECKER FOR VBULLETIN ======
============ for VBulletin v2.x ==========
==========================================
=============== by Raz ===================
========== raz@killermovies.com ==========
==========================================
File Contents:
spellcheck.php
spch_v2.js
blank.html
Upload the contents of the ZIP file to the 'spellcheck' directory under your forums directory
(e.g. /{PATH TO YOUR HOME}/forums/spellcheck)
Edit templates newreply, newthread, priv_sendprivmsg, editpost with the following:
(Tip: Do a template search for - spch)
In the <HEAD> section replace (or add):
<script type="text/javascript" language="javascript" src="$bburl/spellcheck/spch_v2.js"></script>
Near the submit buttons replace (or add):
<input type="button" class="bginput" value="Spell Check" onclick="var f=document.forms['vbform']; doSpell(f.message, '$bburl/spellcheck/spellcheck.php');">
Note: look for commented out code and replace with above.
Once you've changed all 4 templates its all done! You now have a spellchecker!
Enjoy!
Raz
raz@killermovies.com
|