Do we need to enable PSPell [message #12] |
Sat, 19 January 2002 23:02 |
zerobits
Messages: 69 Registered: January 2002 Location: Malaysia
Karma: 0
|
Member |
|
|
I have tried installing this s/w, everything goes well during the 5 steps installation, it was a breeze. After I login as root to configure my forum. The first page was the global settings, and i notice that that is a field for spell-check. I disabled spell-check since i do not have PHP PSpell installed, and click on "set" but the page doesn't proceed to the next page. What is wrong? The text below is the field that is causing problem in the global setting page.
"Enable Spell Checker: requres pspell support in php which is currently is disabled please ask your administrator to enable pspell support"
I got this error when i tried to set up the forum and categories.
<b>Query Failed: SELECT * FROM fud_ses WHERE ses_id='59415f4d52d4510551897f3fa33c6e9c' Reason: Table 'fud_ses' was not locked with LOCK TABLES From: /home/makan/public_html/kopitiam/adm/admcat.php </b>
[Updated on: Sat, 19 January 2002 23:05] Report message to a moderator
|
|
|
|
|
Re: Do we need to enable PSPell [message #26 is a reply to message #16] |
Sun, 20 January 2002 02:40 |
hackie
Messages: 177 Registered: January 2002
Karma: 0
|
Senior Member Core Developer |
|
|
zerobits wrote on Sat, 19 January 2002 7:23 PM | Thanks so much!!! Looking forward to the patch from you! You guys are simply the greatest. Am going to broadcast this wonderful forum to phpnuke.org and postnuke.org.
Great work guys!!!
|
Ok here is a quick patch which might fix what the problem, and in addition introduces a fix for another problem we've noticed (check the changelog on the download page). Just overwrite your current files with the files included inside this archive.
If this DOES NOT fix the bug you reported please try to tell us how to reproduce it, so that we may be able to track down and eliminate this bug.
P.S. If you want your text to look prettier heed The Ecxeleron's suggestion and use the style control panel to modify the as
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
in all your styles
cc intelligence.c -o intelligence
$ ./intelligence
Segmentation fault
[Updated on: Sun, 20 January 2002 02:43] Report message to a moderator
|
|
|
Re: Do we need to enable PSPell [message #29 is a reply to message #26] |
Sun, 20 January 2002 05:36 |
zerobits
Messages: 69 Registered: January 2002 Location: Malaysia
Karma: 0
|
Member |
|
|
okie, thanks... managed to get it working.
But one question, where to set the moderator for each forum? And how to create the header page, like the header banner logo you have on top. Do I have to manually edit index.php?
thanks so much!
[Updated on: Sun, 20 January 2002 05:40] Report message to a moderator
|
|
|
Re: Do we need to enable PSPell [message #33 is a reply to message #29] |
Sun, 20 January 2002 07:13 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
zerobits wrote on Sun, 20 January 2002 12:36 AM |
But one question, where to set the moderator for each forum?
|
To set a moderator for a forum(s), go to the admin control panel and from there in to the "Moderator/User Manager" menu. Using that control panel, find the user you wish to assign moderators rights to (you can find the user by using their login or email). Once you find the user, their info will be displayed, near the bottom there is an option called "Modify Moderation Permissions", click it. It will open a popup window with a list of forums, check the checkbox beside the forums you wish the user to moderate and click apply.
Quote: |
And how to create the header page, like the header banner logo you have on top. Do I have to manually edit index.php?
|
You don't need to edit the source of any php files to do so. Go to the Admin Control Panel and choose the "Style Manager" option. If you already have a style click on the "Edit" link, if you are using the default style click on the "copy" link (it will make a duplicate of the default style). In the page that comes up (scroll down to the "Header/Footer" section, which has 3 options. Pre-Header Goes between the <head></head> tags Header Goes after the <body> tag Footer Goes before the </body> tag
This is where you put your HTML and/or PHP code.
P.S. if you are making a copy of the default style, make the new style you've created default, and disable the style which comes with the forum.
FUDforum Core Developer
|
|
|