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)
-   -   Spell checker: PHPSpell for vBulletin3 WYSIWYG and Standard mode (https://vborg.vbsupport.ru/showthread.php?t=65723)

romeshomey 07-12-2004 04:21 PM

Yea that worked. Awsome hack.. Thank you!

Flow Fusion 07-15-2004 05:34 AM

Great hack now how do I add this to the quick reply box?

kall 07-18-2004 06:24 AM

Quote:

Originally Posted by tamarian
I'm using FireFox 0.9 with no problems...... Is JavaScript enables?

Yes it is.

I'm getting these errors:

LinkToField has no properties
and
moz_rclick is not defined

Any suggestions?

ESCal 07-25-2004 12:27 PM

Is it possible to remove the Learn feature?

TosaInu 08-08-2004 09:05 PM

Hello tamarian,

Very useful, thanks for making this.

Would it be possible to make it an option for usergroups? Seems a more server intensive feature and I like to have some control over this when performance is hurt too much by this and other hacks.

tamarian 08-08-2004 10:48 PM

Quote:

Originally Posted by TosaInu
Would it be possible to make it an option for usergroups? Seems a more server intensive feature and I like to have some control over this when performance is hurt too much by this and other hacks.

This can be easily done through template conditionals. Like surrounding the spellcheck button code with something like this:

<if condition="$bbuserinfo[usergroupid] == 2">
.....spellcheck template code....
</if>

apokphp 08-08-2004 11:55 PM

My only concern with this, is that anyone could have the spellchecker "learn" any misspelling they want.

dndog 08-09-2004 04:25 AM

Quote:

Originally Posted by tamarian
<if condition="$bbuserinfo[usergroupid] == 2">
.....spellcheck template code....
</if>


How could you allow 2 or more usergroups to the conditional?

Thanks.

tamarian 08-09-2004 01:20 PM

Quote:

Originally Posted by dndog
How could you allow 2 or more usergroups to the conditional?

Thanks.

<if condition="$bbuserinfo[usergroupid] == 2 OR $bbuserinfo[usergroupid] == 26">

And just keep adding AND.... for additional groups.

TosaInu 08-09-2004 03:53 PM

Quote:

Originally Posted by tamarian
<if condition="$bbuserinfo[usergroupid] == 2 AND $bbuserinfo[usergroupid] == 26">

And just keep adding AND.... for additional groups.

Thanks Tamarian,

That is or for different users, right? And only allows users who belong to both groups at the same time?

My preference would be to use another user setting for this (no need to make huge if and or statements). For example right to post polls. Or perhaps an extra custom switch in membergroups, solely used to unlock special candy.


All times are GMT. The time now is 10:35 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.01106 seconds
  • Memory Usage 1,739KB
  • 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_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