vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   WYSIWYG Post Editor v1.0 (https://vborg.vbsupport.ru/showthread.php?t=40283)

Birdie501 07-02-2002 06:08 PM

Quote:

Originally posted by eiSecure

What are some other people's experiences with Wallstreet's mod? [/B]
*updated* it works for me
i just tried to install but it doesn't seem to work for me.
I have Win Xp with IE 6.0 but the code does not recognize me as IE 5.5+ user?????



I also think it is the best to combine the mod from Wallstreat and the possibility to disable this hack. I tried this:
PHP Code:

if ( ($enableHTMLEdit == 1) AND ( ($bbuserinfo['enablewysiwyg']) ) ) {
  eval(
"dooutput(\"".gettemplate("newthread_wysiwyg")."\");");
  } else {
  eval(
"dooutput(\"".gettemplate("newthread")."\");");
  } 

and it works!


For all German speaking users i attached two german buttons for bold and italic :)

Velocd 07-02-2002 06:28 PM

Great job Wallstreet, that defiantly helps! Alot of my members still didn't really know about the WYSIWYG editor because they had to switch it on, mostly the new registered users. One small problem is this WYSIWYG still has some bugs I and my members have noticed, if a member just doesn't want to use it I don't want to force them to install some older browser, I like to give them the option of turning it off....but that requires calling some queries.

Another problem though, you said it checks if the browser is older than IE 5.5, but what about other browsers? I know alot of people use Mozilla, and as I last heard Mozilla 1.0 isn't compatible with the WYSIWYG, will it also check this and bypass it?

Larz 07-02-2002 06:32 PM

If you start a thread and forget to enter a subject, your text disappears.

With the old editor, you could click the back button and the text would still be there - not with this editor.

Could you fix that, in any way?

Birdie501 07-02-2002 06:36 PM

Quote:

Originally posted by Larz
If you start a thread and forget to enter a subject, your text disappears.

With the old editor, you could click the back button and the text would still be there - not with this editor.

Could you fix that, in any way?

I think this was also with the old editor, wasn't it?

Larz 07-02-2002 06:54 PM

Nah Birdie, the old editor checks for a subject when you press submit - and stops you if there isn't one.

Only with the new editor is text lost.

Birdie501 07-02-2002 07:50 PM

@Larz

just do this:

search the function validate(theform)

and replace it with this:
sorry you have to translate back in english :)

PHP Code:

function validate(theform) {
    
set_x();
        
switchit();
    if (
vbform.message.value=="") {
        
alert("Bitte einen Nachrichtentext eingeben.");
        return 
false; }
    if (
theform.subject.value=="") {
        
alert("Bitte einen Betreff eingeben.");
        return 
false; }
    if (
postmaxchars != 0) {
        if (
theform.message.value.length $postmaxchars) {
            
alert("Deine Nachricht ist zu lang.\n\nBitte Nachricht auf $postmaxchars Zeichen reduzieren.\nMomentan sind es "+theform.message.value.length+" Zeichen.");
            return 
false; }
        else { return 
true; }
    } else { return 
true; }



Larz 07-02-2002 07:55 PM

Did you check my nationality or smth?

Es ist doch gut das ich ein bischen Deutsch sprichts, und das ich viel verstehe. :) (and have absolutely no clue about your stupid grammar :alien: )
Translated:
PHP Code:

function validate(theform) {
    
set_x();
        
switchit();
    if (
vbform.message.value=="") {
        
alert("Please fill out the message.");
        return 
false; }
    if (
theform.subject.value=="") {
        
alert("Please specify a subject.");
        return 
false; }
    if (
postmaxchars != 0) {
        if (
theform.message.value.length $postmaxchars) {
            
alert("Your message is too long.\n\nPlease limit the text to $postmaxchars characters.\nYour text is"+theform.message.value.length+" characters long.");
            return 
false; }
        else { return 
true; }
    } else { return 
true; }


Just wanna add, it works perfectly. :)

Birdie501 07-02-2002 08:02 PM

:)
But please keep in mind not to copy this to newreply_wysiwyg template because otherwise the subject field is no longer optional.

Birdie501 07-02-2002 11:12 PM

Quote:

Originally posted by FireFly
You can just replace this:
Code:

$threadengine = $DB_site->query_first("SELECT enablewysiwyg FROM user WHERE userid='$bbuserinfo[userid]'");

  if($threadengine[enablewysiwyg]){ eval("dooutput(\"".gettemplate("newthread_wysiwyg")."\");");

  } else { eval("dooutput(\"".gettemplate("newthread")."\");"); }

With:
Code:

  if($bbuserinfo['enablewysiwyg']) {
    eval('dooutput("'.gettemplate('newthread_wysiwyg').'");');
  } else {
    eval('dooutput("'.gettemplate('newthread').'");');
  }

No query needed.

Am i right that i also don't need this query:

PHP Code:

$replyengine $DB_site->query_first("SELECT enablewysiwyg FROM user WHERE userid='$bbuserinfo[userid]'");

 if(
$replyengine[enablewysiwyg] == 1) { eval("dooutput(\"".gettemplate("newreply_wysiwyg")."\");");

  } else { eval(
"dooutput(\"".gettemplate("newreply")."\");"); } 

?????

Birdie501 07-02-2002 11:55 PM

mmmh, i still have problems with the text size! if i choose another text size it is shown as it should, but after submit the text size is always very small??


All times are GMT. The time now is 09:55 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.01336 seconds
  • Memory Usage 1,768KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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