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)

Aeolian_X 07-09-2005 08:00 PM

I'll be installing this tonight. Thank youvery much!

**Clicks Install and Rocks On!**

tamarian 07-10-2005 02:13 AM

July 10, 2005: v0.9.2 Fixed a browser bug, fixed an installer issue effecting some, and fixed handling of some special characters.

To upgrade, just upload vbspell.php and vbspell.js from the zip file.

Corriewf 07-10-2005 02:31 AM

Quote:

Originally Posted by tamarian
July 10, 2005: v0.9.2 Fixed a browser bug, fixed an installer issue effecting some, and fixed handling of some special characters.

To upgrade, just upload vbspell.php and vbspell.js from the zip file.


One little problem I have. The spell checker shows up on whos online. Now when I click on it I get the message about it being installed wrong. How can I fix this as I know some will click on it? Its no big deal at all if it cant.

tamarian 07-10-2005 02:53 AM

Quote:

Originally Posted by corriewf
One little problem I have. The spell checker shows up on whos online. Now when I click on it I get the message about it being installed wrong. How can I fix this as I know some will click on it? Its no big deal at all if it cant.

Ah, yes, I guess at least we can throw a specific error message for this one :)

Corriewf 07-10-2005 03:05 AM

What would be better is if it redirected them back to whos online so it would seem like nothing happened but a refresh.

tamarian 07-10-2005 04:36 AM

Quote:

Originally Posted by corriewf
What would be better is if it redirected them back to whos online so it would seem like nothing happened but a refresh.

Sure. Put this code in vbspell_iframe.php

Find:

PHP Code:

include('global.php'); 

Place after:

PHP Code:

if (strpos(REFERRER"vbspell") === false) {
        
$url REFERRER;
        eval(
print_standard_redirect("vB Spell cannot be accessed directly"0));                   



Acedeal 07-10-2005 09:06 AM

for the calendar edit your need to find;

PHP Code:

value="$vbphrase[save_event]accesskey="s" tabindex="1" />
        <
input type="reset" class="button" value="$vbphrase[reset_fields]accesskey="r" tabindex="1" /> 

then place your code under that for the spell check button

cutetxblonde 07-10-2005 12:06 PM

Woo hoo! Uploaded the new installer, and it is working like a charm! :) Thank you so much :) *install clicked*

tamarian 07-10-2005 02:57 PM

If anyone here uses the latest Safari browser, please confirm if this works on Safari/Mac. TIA

Corriewf 07-10-2005 06:36 PM

Quote:

Originally Posted by tamarian
Sure. Put this code in vbspell_iframe.php

Find:

PHP Code:

include('global.php'); 

Place after:

PHP Code:

if (strpos(REFERRER"vbspell") === false) {
        
$url REFERRER;
        eval(
print_standard_redirect("vB Spell cannot be accessed directly"0));                   



It doesnt work. Will refer ever ocurance of its opening to the page of which you clicked it on.


All times are GMT. The time now is 10:34 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.01339 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
  • (5)bbcode_php_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