vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vB Spell :: Spell Checker in WYSIWYG and Standard Modes (https://vborg.vbsupport.ru/showthread.php?t=92202)

Renmiri 07-27-2006 06:06 PM

Quote:

Originally Posted by domokun
ACK!!! I must be going nuts! I try the location but it doesn't work. What is it I'm missing here?!
Thanks again :(

Domokun

/forums/admincp/vbspell_install.php

rckirk 07-28-2006 12:07 PM

When I am logged in as a mod or admin the spell checker works great.
When I am logged in as a regular member I get this:
_____________________
"Username", you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
______________________

Any thoughts on how to solve this one.

Codeman05 08-06-2006 12:43 PM

anyway to get this to work with VB 3.6?

I had it working fine in Beta 3, but not that I'm on Gold, I can't seem to get it to work or reinstall for that matter

John Diver 08-09-2006 08:12 PM

Hey,

Im getting this error when I try install

Quote:

Fatal error: Call to undefined function: print_cp_header() in /home/dace/public_html/vbspell_install.php on line 26
Anyone know whats wrong?

Thanks

ShackMaster 08-11-2006 05:03 AM

Quote:

Originally Posted by Codeman05
anyway to get this to work with VB 3.6?

I had it working fine in Beta 3, but not that I'm on Gold, I can't seem to get it to work or reinstall for that matter

I upgraded to 3.6 today and simply added the template code above and it works fine for me. I never uninstalled it when upgrading.

You are welcome to check it out...

http://www.hometheatershack.com/forums

cynix2 08-11-2006 06:28 PM

here are some recommended changes for this template modification (i edited the quoted text)
Quote:

Originally Posted by cclaerhout
Your hack is really great and it works with french language. Thanks you very much.

I've just modified the installation process. I find it easier.

Code installation
Put
Code:

<script type="text/javascript" src="vbspell.js"></script>
at the end of your headinclude template.

Put
Code:

<form name="spell_form" id="spell_form" method="POST" target="spellWindow" action="vbspell.php">
        <input type="hidden" name="spell_formname" value="" />
        <input type="hidden" name="spell_fieldname" value="" />
        <input type="hidden" name="spellstring" value="" />
</form>

at the end of your header template.



Link to the dictionnary

editor_toolbar_on:

Find
Code:

                        <if condition="is_browser('ie') AND !is_browser('mac')">
                                <td><div class="imagebutton" id="{$editorid}_cmd_spelling"><img src="$stylevar[imgdir_editor]/spelling.gif" width="21" height="20" alt="$vbphrase[check_spelling]" /></div></td>
                        </if>

Replace with
Code:

                                <td><div class="imagebutton" id="{$editorid}_cmd_spelling(null)"><img onclick="spellCheck('vbform', '$editorid', '2');" src="$stylevar[imgdir_editor]/spelling.gif" width="21" height="20" alt="$vbphrase[check_spelling]" /></div></td>



postbit_quickedit AND showthread_quickreply :

Find
Code:

        <if condition="is_browser('ie')">
                        <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
                        <td><div class="imagebutton" id="{$editorid}_cmd_spelling"><img src="$stylevar[imgdir_editor]/spelling.gif" width="21" height="20" alt="$vbphrase[check_spelling]" /></div></td>
                </if>

Replace with


Code:

               
                <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
                <td><div class="imagebutton" id="{$editorid}_cmd_spelling(null)"><img onclick="spellCheck('vbform', '$editorid', '2');" src="$stylevar[imgdir_editor]/spelling.gif" width="21" height="20" alt="$vbphrase[check_spelling]" /></div></td>


What does it do ?
It replaces vB spell check with this one. I'm so happy it works with french language :)

Precision : i've got vB Gold Version


this will make the code XHTML 1.0 Transitional
it will also make it so when you hover your mouse over the image it changes colors like the normal buttons, and still works when you click on it without opening the iespell dialog

*note*
this was tested on 3.6, but should still work on 3.5
P.S. fresh installing into 3.6 took some time (the installer needed lots of tweaking) and i still dont have my ACP working
it shows the fields and whatnot but not the text that tells me what im editing

o0Hubba0o 08-13-2006 06:58 PM

Quote:

Originally Posted by cynix2
P.S. fresh installing into 3.6 took some time (the installer needed lots of tweaking) and i still dont have my ACP working
it shows the fields and whatnot but not the text that tells me what im editing

I think I'll hold off for a bit on this and see if it gets ported to 3.6. Too bad vB coulnd't make this a default thing somehow, I mean forums are based around typing and words. ;)

orphan 08-15-2006 06:42 PM

I get this Db error when trying to install it on a v3.6 forum

Quote:

Database error in vBulletin 3.6.0:

Invalid SQL:
INSERT INTO vb_phrase (phraseid, languageid, varname, text, phrasetypeid) VALUES (NULL, '0', 'settinggroup_vbspell', 'vB Spell', '5000');

MySQL Error : Unknown column 'phrasetypeid' in 'field list'
Error Number : 1054
Date : Tuesday, August 15th 2006 @ 09:39:59 PM
Script : http://www.mysite.com/forum/admincp/...install&step=1
Referrer : http://www.mysite.com/forum/admincp/vbspell_install.php
IP Address : xxxxxxxxxxxxxxxxx
Username : forumadmin
Classname : vB_Database_MySQLi

Coldhands 08-18-2006 04:43 PM

Should this work with vB 3.6?

SpadMan 08-18-2006 04:58 PM

Quote:

Originally Posted by Coldhands
Should this work with vB 3.6?

Didn't for me.


All times are GMT. The time now is 11:16 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.01550 seconds
  • Memory Usage 1,754KB
  • 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
  • (6)bbcode_code_printable
  • (7)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