Welcome to the E-Blah Community!
We would like to welcome you to our community and invite you to register an account or login.
Being a registered member is important, as it gives you several advantages over the normal Guest status. After registering you will be able to download files and images, post messages, and access member-only portions of the forum - just to name a few. Registration is quick and simple, and only takes about a minute of your time.

E-Blah Community    Modifications    Mod Requests and Support  ›  How to install spell checker? Moderators: 10 Series Support Team
Users Browsing Forum
No Members and 1 Guests

How to install spell checker?  This thread currently has 531 views. Print
1 Pages 1 Recommend Thread
pcmantinker
October 11, 2006, 9:25pm Report to Moderator Report to Moderator

It's not what is seen that matters, it's character
Forum Support Team
Posts: 402
Gender: Male
Posts Per Day: 0.51
Reputation: 100.00%
Reputation Score: +9 / -0
Time Online: 3 days 33 minutes
Location: Covington, LA
Age: 18
Hi I am using version 10.1 and have tried installing spell checker, but it didn't work. I chmodded everything correctly and uploaded in the correct modes, but it still isn't working. When I installed it, it said everything was fine, but when I click spell check in the forums, nothing happens. Any insites on how to fix this? I can send you my ftp info if necessary. Thanks.



Even if your idea seems whack, stick with it and make it happen.
IGA: International Gamers' Alliance: http://www.iga-home.net/
Blah-Themes.com http://www.blah-themes.com/
A website devoted to theme development for E-Blah based forums.

For it is by grace you have been saved, through faith—and this not from yourselves, it is the gift of God—[Eph 2:8]
Logged Offline
Site Site Private Message Private message AIM AIM YIM YIM Windows Live Messenger WLM Skype Skype
stornowaychat
October 12, 2006, 1:13am Report to Moderator Report to Moderator
E-Blah Member
Posts: 47
Gender: Male
Posts Per Day: 0.04
Reputation: 100.00%
Reputation Score: +4 / -0
Time Online: 5 days 12 hours 14 minutes
Follow the instructions in template.txt
Basically you need to find the following code in EACH THEMES templete
Code
<link rel="stylesheet" type="text/css" href="/forum/blahdocs/template/template.css">

then add the following
Code
<script type="text/javascript" src="/speller/spellChecker.js"></script>
<script type="text/javascript">

function openSpellChecker() {
	var speller = new spellChecker();
	speller.spellCheckAll();
}
</script>


This can be done by going to ADMIN CENTER-THEMES MANAGER- SELECT YOUR THEME-then MAIN HTML TEMPLATE.
Logged Offline
Site Site Private Message Private message Reply: 1 - 1
1 Pages 1 Recommend Thread
Print

E-Blah Community    Modifications    Mod Requests and Support  ›  How to install spell checker?