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


All times are GMT. The time now is 01:44 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.01105 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
  • (3)bbcode_code_printable
  • (4)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