dopetalk

Technology => SMF Forum Code Modifications => Topic started by: Chip on July 28, 2017, 07:56:16 AM

Title: Spell Checker Support
Post by: Chip on July 28, 2017, 07:56:16 AM
yum install php-pspell from remi repo - upgrades php also.

this is the English dictionary - won't work without. pspell support is deprecated but IDGAF :

Code: [Select]
# wget ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2
# tar -xjvf aspell6-en-7.1-0.tar.bz2
# cd aspell6-en-7.1-0
# ./configure
# make
# make install

service httpd restart
SimplePortal 2.3.6 © 2008-2014, SimplePortal