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)
-   -   vB Spell :: Spell Checker in WYSIWYG and Standard Modes (https://vborg.vbsupport.ru/showthread.php?t=91850)

tamarian 09-01-2005 02:05 PM

Quote:

Originally Posted by zendiver
Ok, I can understand that, so this is what I plan to do.
Dump the dictionary.sql into my database.
Then, do I run the install program?

My preference would be to first get the host to fix the query limit, since this will solve any future problems with the database. Once that fixed, you can just use the nstall script as usual.

If they don't want to do that, then your above work-around would work, provided that you don't run step #5

zendiver 09-01-2005 02:15 PM

well, they will not up the max limit so the dump is the way I am going to have to go, but now I forsee another problem. Once the dump is made, it already has the table name etc....so I will more than likely get errors running the install program.

tamarian 09-01-2005 02:26 PM

Quote:

Originally Posted by zendiver
well, they will not up the max limit so the dump is the way I am going to have to go, but now I forsee another problem. Once the dump is made, it already has the table name etc....so I will more than likely get errors running the install program.

If you use phpMyAdmin, you can rename the table.

zendiver 09-01-2005 02:30 PM

I am doing that but won't it say that Table already exists when I run the installer, AFTER I complete the dump?

NWN 09-07-2005 06:33 AM

In newreply & newthread under 3.0.8

you need to look for this

PHP Code:

<input type="submit" class="button" name="sbutton" value="$vbphrase[submit_reply]accesskey="s" tabindex="1" />
        <
input type="submit" class="button" name="preview" value="$vbphrase[preview_post]accesskey="p" tabindex="1" /> 

And then add this below for it show the buttens in the right spots.

PHP Code:

<if condition="$show['wysiwyg']">
        <
input type="button" class="button" value="Spell Check" onClick="spellCheck('vbform', 'WYSIWYG_HTML', '2');">
<else />
        <
input type="button" class="button" value="Spell Check" onClick="spellCheck('vbform', 'message', '1');">
</if> 


tamarian 09-07-2005 11:28 AM

Quote:

Originally Posted by zendiver
I am doing that but won't it say that Table already exists when I run the installer, AFTER I complete the dump?

It's messy anyway, due to the host limit, but:

Quote:

Originally Posted by tamarian
provided that you don't run step #5


mustang_lex 09-07-2005 05:58 PM

This is a great feature.

One question. How do I change the text background to white? For some reason its defaulted to red. and I like black text (with red highlight) with a WHITE background. where do I change that?

UPDATE: I found a work around. I removed the link to my CSS file and copyed the CSS content into the vbspell_iframe.php and removed my background image which was causing the problem. :ermm:

Detomah 09-07-2005 11:15 PM

I've had this down as installed for ages, but every time I go to do it, I stall and hold back and keep meaning to ask...

So....

What's this like on the old server loads and queries? Does it add a lot or very little?

tamarian 09-08-2005 12:18 PM

Quote:

Originally Posted by Detomah
What's this like on the old server loads and queries? Does it add a lot or very little?

It's quite fast and light, but you might want to test on the server just to be sure.

It's optimized to ignore common words (any words excluded from your vB search indexing), and the dictionary is indexed, and the queries are indexed, so I haven't noticed any load issues.

You can convert the dictionary table to a HEAP/memory table, but it doesn't seem to be needed.

scoles15 09-13-2005 11:16 PM

It works great for regular posts and replies, but the spell check buttons shows an error and nothing happens


All times are GMT. The time now is 02:30 AM.

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.01260 seconds
  • Memory Usage 1,750KB
  • 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
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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