The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
I found a neat little dictionary script that you can very easily add to your forum.
What it does is allow you to simply double click ANY word in your forum (except for links) and it will pop up a dictionary page (Merriam Webster) with the definition of the word complete with an audio pronunciation! The great thing is that you can also use it to double click in the post box where you enter your message to get the right spelling of a word if you need it. It is very simple to add to your forum.
You can test it out on my test forum. You can log in as demo/demo. Just double click on any non-linked word.
First download the dictionary.js file and upload it to your forum.
Then in inc_header.asp around line 231 look for:
'## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
After that add:
Response.Write "<script src=""dictionary.js""></script>"
That's it!
Let me know what you think. It may not be useful for a lot of forums but it could come in handy.
<
What it does is allow you to simply double click ANY word in your forum (except for links) and it will pop up a dictionary page (Merriam Webster) with the definition of the word complete with an audio pronunciation! The great thing is that you can also use it to double click in the post box where you enter your message to get the right spelling of a word if you need it. It is very simple to add to your forum.
You can test it out on my test forum. You can log in as demo/demo. Just double click on any non-linked word.
First download the dictionary.js file and upload it to your forum.
Then in inc_header.asp around line 231 look for:
'## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
After that add:
Response.Write "<script src=""dictionary.js""></script>"
That's it!
Let me know what you think. It may not be useful for a lot of forums but it could come in handy.