vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Spell Checker: PungoSpell for vBulletin3 Standard and WYSIWYG modes (https://vborg.vbsupport.ru/showthread.php?t=65737)

Chris Blount 07-01-2004 07:48 PM

Is there a way to manually populate the "custom.pws" file if we can't get the learning feature to work?

tamarian 07-01-2004 07:53 PM

Quote:

Originally Posted by Boofo
In this new version, the learn window does not close until you close the spell check window. Any fix for this?

It's working fine for me.... Are you talking about the little popup when you press the "learn" button? That one closes automaticaaly, unless there's a browser restriction...

tamarian 07-01-2004 07:56 PM

Quote:

Originally Posted by Chris Blount
Is there a way to manually populate the "custom.pws" file if we can't get the learning feature to work?

I don't think so. You can add words by typing the file directly, one word per line, and only alpha characters, no dashes or apostrophes, etc. but for PSPELL to use it, it will need to initialize with it...

Boofo 07-01-2004 08:19 PM

Quote:

Originally Posted by tamarian
It's working fine for me.... Are you talking about the little popup when you press the "learn" button? That one closes automaticaaly, unless there's a browser restriction...

Yes, that's the one. It worked fine in the last version. This version, it stays open.

tamarian 07-02-2004 12:32 PM

Quote:

Originally Posted by Boofo
Yes, that's the one. It worked fine in the last version. This version, it stays open.

I've just tested it in IE6 and FireFox, and it's working fine for me. The code for closing it has not changed, so it may be a browser setting. Can you try it on another system/browser?

Boofo 07-02-2004 01:07 PM

I am using the same browser as I always have and it worked fine under version 1.3. Somehow something has changed somewhere because it no longer closes the learn window under 1.4. And I have tried IE AND firefox and I get the same result. I have not touced any settings in IE or Firefox since way before I ever installed version 1.3. Something has changed somewhere in the new version.

tamarian 07-03-2004 12:26 AM

Quote:

Originally Posted by Boofo
I am using the same browser as I always have and it worked fine under version 1.3. Somehow something has changed somewhere because it no longer closes the learn window under 1.4. And I have tried IE AND firefox and I get the same result. I have not touced any settings in IE or Firefox since way before I ever installed version 1.3. Something has changed somewhere in the new version.

I was not able to duplicate this on my test environment. It always closes properly.

Post your config file, and I'll try to test with it.

Boofo 07-03-2004 02:54 AM

Quote:

Originally Posted by tamarian
I was not able to duplicate this on my test environment. It always closes properly.

Post your config file, and I'll try to test with it.

[QUOTE]<?
include('global.php');
// Config section
$my_lang = "en"; // set the language you want, make sure you have the correct aspell dictionary on your system
// Access restriction options
$allow_guests = 0; // Change to 1 if you allow guests to post and use the spell checker
$restrict_groups = 0; // Change to 1 to enable access restriction by group id
$allowd_groups = array (2, 5, 6, 7); // usergroups who can access the spell checker
// Learn function options
$customwordlist = "custom.pws"; // make sure this file is readable by your apache user
$learn_enabled = 1; // set to 1 to enable the learn feature. Make sure you test first, to ensure your server setup allows this.
$restrict_learn_function = 0; // set to 1 if you want to restrict which usergroup id may add words to your dictionary.
$word_list_maintainers = array (2, 5, 6, 7); // usergroups that are allowed to use the "Learn" feature
//
// Ignore options
$ignore_quotes = 1; // 1 means ignore the
Quote:

block, 0 means spell check within quotes
$ignore_code = 1; // Same but for the [CODE] tag
$ignore_php = 1; // Same, but for the [PHP] tag
// end config section
?>

Delirion 07-03-2004 12:30 PM

I'm probably missing something.... when I try to spellcheck something, I get the popup window with the following error message:

Fatal error: Call to undefined function: pspell_config_create() in /home/swurp3c/public_html/testforum/checkspelling.php on line 49

Line 49 is $pspell_config = pspell_config_create("$my_lang");

tamarian 07-03-2004 02:55 PM

[QUOTE=Boofo]
Quote:

<?
include('global.php');
// Config section

..... snip
It's still working fine on bothe IE and FireFox on my environment.


All times are GMT. The time now is 02:24 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01329 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete