vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   New Posting Features - vB Spell (https://vborg.vbsupport.ru/showthread.php?t=124578)

nineball 08-22-2006 08:00 PM

I did the install and it went ok, but I don't see the spell check button. Does the install modify newreply template. Mine is not modified. Usergroup permissions look ok. Does anyone know the code which needs to be in the newreply template for the button to show up

deegan 08-22-2006 08:10 PM

Quote:

Originally Posted by cynix2
@deegan
it wastes space, so i recommend you delete all *.dic files now that your installation is complete, but there is no need to remove them if you dont want to or dont feel comfortable doing it

Well I see it under my plug ins, but don't see the spell ckeck on the forum. It says that something was wrong with my database at the bottom? Do I need to edit it somehow?

bashy 08-22-2006 08:15 PM

Ok i have done the plugin and removed the part from the functions.php

I aint reinstalled this yet though...
I did have the menu control hack (extra navbar buttons) showing above the navbar untill i do this delete from the functions and create the plugin..
the buttons (top buttons) only show on the forumhome template, no other.

Any ideas on this 1 please?

Quote:

Originally Posted by cynix2
@bashy
wait no the plugin above is wrong
change
Code:

if(strpos($filename, $item) === false || strpos($userinfo['location'], $item) === false){ $mkp = "yes"; } else { $mkp = "no"; }
to
Code:

if(strpos($filename, $item) === false || strpos($userinfo['location'], $item) === false){ $mkp = $mkp; } else { $mkp = "no"; }
*updated in original post*

that should keep the portal on your pages but not show it on the spell checker

as for the uninstall stuff, make sure your templates for editor_toolbar_on, postbit_quickedit, and showthread_quickreply are reverted


bashy 08-22-2006 08:24 PM

Just tried adding the lpp messenger to the plugin like below
It still shows the portal sides though in the messenger popup

Do i need to add .php to this 1 lpp_messenger

Actually i have removed the bit i added cause the messenger aint working, with it removed it still dont work.
I trnued off the plugin that i just created from your advise and it works now.... :(

Any ideas or is this getting too complicated now?


Code:

$holdmkp[] = "lpp_messenger_sent";
$holdmkp[] = "lpp_messenger_write";
$holdmkp[] = "lpp_messenger_read";
$holdmkp[] = "lpp_messenger_popup";
$holdmkp[] = "lpp_messenger";
$holdmkp[] = "vbspell";
$mkp = "yes";
 
foreach ($holdmkp as $id => $item) {
    if(strpos($filename, $item) === false || strpos($userinfo['location'], $item) === false){ $mkp = $mkp; } else { $mkp = "no"; }
}
 
if ($mkp = "yes") {
//added from MKportal
define ( 'IN_MKP', 1 );
require_once "../mkportal/include/VB/vb_out.php";
$output = mkportal_board_out($output);
//end added
}


cynix2 08-22-2006 09:01 PM

what is this lpp messenger you speak of?

bashy 08-22-2006 09:06 PM

Here ya go...lpp https://vborg.vbsupport.ru/showthrea...=lpp+messenger

Me is going bed now, uip early an all that so speak tomoz evening :)
Take care all :)

transitbus 08-22-2006 09:49 PM

Ok got this working by using multiple temp db accounts. Stupid host and their max limit :(

kdholdom 08-22-2006 09:53 PM

When I try to upload using the Plug-in & Product System I get this message:

Quote:

Fatal error: Maximum execution time of 30 seconds exceeded in E:\inetpub\vhosts\nacellphoneforums.com\httpdocs\i ncludes\class_core.php on line 354
Does anyone know what I am doing wrong?

mholtum 08-23-2006 01:53 AM

I have used this plugin for 3.5.x for quite some time and love it. I installed this, no problems, and cant seem to fin the spell check button. Am I retarded? If it is the default check spelling button, it doesnt work

cynix2 08-23-2006 01:34 PM

Quote:

Originally Posted by mholtum
I have used this plugin for 3.5.x for quite some time and love it. I installed this, no problems, and cant seem to fin the spell check button. Am I retarded? If it is the default check spelling button, it doesnt work

the screenshots have a picture of the editor with a spell check button in the top right corner, it's not a submit button anymore

bashy 08-23-2006 03:06 PM

Ok...any more thoughts wih this plugin lark for me please,,,,

Then hack Menu Control no longer shows on any page other than the forumhome when the plugin is activated...

kylek 08-23-2006 09:51 PM

Quote:

Originally Posted by steadicamop
Got this installed, took a bit had to do a progressive dump into mysql to get it working!!

Now I got that far, no text actually shows on the spell checker, it must give me options but the text just isn't there, it changes it to nothing!!!

Also the pop up window it opens in isn't long enough, the text box just disappears off the side....

HELP!!


I am having the same problem, no words are giving or shown for the correct spelling of the mispelled word.

Also the pop up screen opens but "hides" behind the original page opened, you have to go to the toolbar to find and open it.

clearchannel 08-23-2006 10:19 PM

Quote:

Originally Posted by mholtum
I have used this plugin for 3.5.x for quite some time and love it. I installed this, no problems, and cant seem to fin the spell check button. Am I retarded? If it is the default check spelling button, it doesnt work

I have the same problem. I've used this program for quite sometime in 3.5x, after installing in 3.6 I click the spell check button, and nothing happens?

clearchannel 08-23-2006 10:34 PM

I reverted the few templets I had edited for the 3.5 version, and also removed the snippit of code I had forgotten about in the header and headerinclude templates.

I then reinstalled the product and all seems to be working for me now.

clearchannel 08-23-2006 11:24 PM

I spoke to soon. If there is no text in the message box and I click on the spelling icon, I get a pop up telling me the spell check is complete.

If I add text to the reply box, click on the spell icon, the spell box popsup behind the forum page, then when I close down the forum window I see the popup spelling box, it contains the errors, but does not offer suggestions to fix the spelling errors.

A complete mystery if you ask me.

haddockman 08-25-2006 03:45 AM

I have had to uninstall the hack because it won't work with photopost. It stops the quick reply working and you can't leave comments on photos.

BETIServices 08-25-2006 05:15 AM

I had installed and o.k for now, the only thing is that when I click spell check it will go and hide behind IE opened browser

King Kovifor 08-25-2006 11:07 PM

An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ';
REPLACE INTO vbspell VALUES ('aa', 'A');
REPLACE INTO vbspell VALUES ('aaas'' at line 1

Get that when trying to run the first 9999 lines of the vbspell01.sql file.

DaveAK 08-26-2006 04:59 AM

I see you have a 10.2 - I installed 10.1. Can I upgrade without doing the dictionary install again? I just want to fix the window popup to make sure it opens on top of the browser window.

Evolution06 08-26-2006 07:17 PM

I have installed this hack and when I click the abc the window pops up but there is no suggestions in the box for the misspelled word how do i get it to show?

cynix2 08-26-2006 07:18 PM

new version with a ton of product installer updates
upgrading to new versions no longer required you to re import the dictionary

scdurwood 08-26-2006 08:52 PM

Any help on the issue of the pop-up being hidden?

kylek 08-26-2006 10:25 PM

Just uninstalled and re-installed and it is still doing the same thing, pop up window disappears under other windows, and no words are being shown for suggested words.

Jim O 08-26-2006 10:51 PM

Quote:

Originally Posted by kylek
Just uninstalled and re-installed and it is still doing the same thing, pop up window disappears under other windows, and no words are being shown for suggested words.

I had the same thing happen for the words. Turned out that even though it appeared to install the dictionary 100%, the vbspell table in the db was empty. I used the "alt" dictionary which contains 10 SQL files and inserted the data with phpMyAdmin and it is working. Can't help you with the pop-under problem. It's working as a pop-up in Firefox and IE 6 for me.

kylek 08-26-2006 11:52 PM

Quote:

Originally Posted by Jim O
I had the same thing happen for the words. Turned out that even though it appeared to install the dictionary 100%, the vbspell table in the db was empty. I used the "alt" dictionary which contains 10 SQL files and inserted the data with phpMyAdmin and it is working. Can't help you with the pop-under problem. It's working as a pop-up in Firefox and IE 6 for me.

Thanks very much Jim O!!

After your post I checked and my vbspell table was empty, imported the files and now works like it should.

Pop up window works in IE 7 beta now, just in Firefox it hides, have to look if there is a setting I am missing in Firefox.

Thanks again.

Erwin 08-27-2006 04:56 AM

Something's wrong with the XML product.

All you need to do to use the default DICTIONARY.DIC way of install is to run this query:

PHP Code:

CREATE TABLE vbspell (word varchar(30NOT NULLsound varchar(10NOT NULLUNIQUE KEY word (word), KEY sound (sound)); 

Then in the XML product file, delete this bit:

Quote:

// Create vB Spell Table
$db->query_write("CREATE TABLE vbspell (
word varchar(30) NOT NULL,
sound varchar(10) NOT NULL,
UNIQUE KEY word (word),
KEY sound (sound)
) TYPE=MyISAM");
and the normal install procedure should work.

Also, the php files should have this changed from:

PHP Code:

<?

to

PHP Code:

<?php

For it to work with PHP 5.x.x.

Also, the popup hides behind other windows for some reason.

:) Works well otherwise.

jgommel 08-28-2006 10:42 PM

Okay I've fully tested the newest version of vB Spell and confirmed that it does not work with Photopost v5.31 or Reviewpost v3.31. As long as this plugin is enabled, you do not get the message box (like the one I'm typing in right now) I've tested this on both a Mac (Safari and Firefox) and a PC using (IE and Firefox).

With the plugin turned on, it works great on all platforms mentioned above. I really hope this can be fixed so that it works with both Photopost and Reviewpost. I have both of these products installed on two of my websites.
N.E.O.S.M.U.T. Paintball and F/Stopmedia Photography

If the developer needs me to test a build later (if he/she decides to fix this issue), please feel free to contact be via PM. I'm eagerly awaiting a fix. Great Job so far!!!!

Thanks!

King Kovifor 08-28-2006 11:31 PM

Quote:

Originally Posted by Erwin
Something's wrong with the XML product.

All you need to do to use the default DICTIONARY.DIC way of install is to run this query:

PHP Code:

CREATE TABLE vbspell (word varchar(30NOT NULLsound varchar(10NOT NULLUNIQUE KEY word (word), KEY sound (sound)); 

Then in the XML product file, delete this bit:



and the normal install procedure should work.

Also, the php files should have this changed from:

PHP Code:

<?

to

PHP Code:

<?php

For it to work with PHP 5.x.x.

Also, the popup hides behind other windows for some reason.

:) Works well otherwise.

Is that for me?

mholtum 08-28-2006 11:45 PM

Quote:

Originally Posted by cynix2
the screenshots have a picture of the editor with a spell check button in the top right corner, it's not a submit button anymore

Yea, but when I click it nothing happens.. :confused:

Masters 08-29-2006 04:31 AM

Fatal error: Maximum execution time of 30 seconds exceeded in \forum\includes\class_core.php on line 354

How do I fix this problem?

Erwin 08-29-2006 05:29 AM

Quote:

Originally Posted by King Kovifor
Is that for me?

No, that was for anyone interested.

orphan 08-29-2006 06:37 AM

hmm Installation went smoothly, no problem at all

But when i try to us it i get a redirection to http://www.iespell.com/download.php

Anyone know why ?

mholtum 08-29-2006 07:01 AM

nevermind

orphan 08-29-2006 07:03 AM

Quote:

Originally Posted by orphan
hmm Installation went smoothly, no problem at all

But when i try to us it i get a redirection to http://www.iespell.com/download.php

Anyone know why ?


just forget that question, i've just learned to read :rolleyes:

h_kakashi 08-29-2006 10:31 AM

I wonder is there anyway to make this compulsary and appear in the same window. That would be great :D

Veer 08-29-2006 11:28 AM

Hi,

I've installed but Spell checker not suggesting any words :(

Whats wrong with this? Please check my attached images.

Uploaded Files Locations:
1- DICTIONARY.DIC = Forum Home and admincp folder
2- vbspell.js = Forum Home
3- vbspell.php = Forum Home
4- vbspell_iframe.php = Forum Home


Thanks.

h_kakashi 08-29-2006 05:43 PM

Quote:

Originally Posted by Pehchaan
Hi,

I've installed but Spell checker not suggesting any words :(

Whats wrong with this? Please check my attached images.

Uploaded Files Locations:
1- DICTIONARY.DIC = Forum Home and admincp folder
2- vbspell.js = Forum Home
3- vbspell.php = Forum Home
4- vbspell_iframe.php = Forum Home


Thanks.

The reason for this is because the dictionary wasn't loaded into the database properly. You will have to do it manualy using phpmyadmin or something similar.

Dennis Olson 08-29-2006 06:40 PM

To correct the 30 second timeout, you need to go into your PHP config file and set the timeout value UP from 30 seconds. IIRC, I set mine to 90 seconds, and I never get those messages anymore. As to this add-on, I think I'll let it "age" just a bit more before I try installing it.....;)

jw00dy 08-29-2006 06:45 PM

This mod is awesome. Thank you.

The import on mine worked just fine the automatic way.

*clicks install*

v 3.6.0

Masters 08-30-2006 06:41 AM

Quote:

Originally Posted by Dennis Olson
To correct the 30 second timeout, you need to go into your PHP config file and set the timeout value UP from 30 seconds. IIRC, I set mine to 90 seconds, and I never get those messages anymore. As to this add-on, I think I'll let it "age" just a bit more before I try installing it.....;)

Which config??

I don't see the option in config.php


All times are GMT. The time now is 04:32 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.01630 seconds
  • Memory Usage 1,845KB
  • 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
  • (3)bbcode_code_printable
  • (6)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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