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)

Schorsch 07-08-2002 05:08 PM

I have still one question:

is there a chance that I can use more fonts ? If yes how can I realize that ?

thanks,
Schorsch

eiSecure 07-08-2002 06:05 PM

The fonts included are the basic fonts that every system would have.

If you add more fonts, there will be compatibility problems. However, if you want to add more fonts, just add the new font's name as a new entry in the font drop-down.:)

Schorsch 07-08-2002 06:19 PM

thanks eiSecure, I'll try it!!

regards,
Schorsch

vdinh 07-09-2002 08:00 PM

Hi friend,
Your hack is extremely cool ... I have wished for this for a long time :) ...

I have a small problem which I would like to ask you to see if there is a way to do this :

My site uses Unicode ... therefore, for the original textarea of the NEWTHREAD - NEWREPLY template, I did add in the call for a particular javascript. Hence, it looks like:
Quote:

<textarea color="#FFFFFF" name="message" rows="20" cols="$textareacols" wrap="virtual" tabindex="2" onChange=getActiveText(this) onclick=getActiveText(this) onkeyup="initTyper(this);">$message</textarea><br>
<smallfont><script language="JavaScript1.2" src="../js/vietuni.js" type='text/javascript'></script> ..........
Since your hack uses iframe instead of textarea for the message, is there a way for me to maintain the call for that particular script (for example, using onkeyup="initTyper(this)) ...

Thanks for your help :squareeyed:

Schorsch 07-11-2002 12:07 AM

I found an error:

the smilies I see on the left side are working without problems, BUT when I click on "Get More" and the smilie popup appears, the smilies in this popup aren't working any more!!

How can I fix that ??

thanks,
Schorsch

ZiRu$ 07-12-2002 04:42 PM

i installed it, ran the queries.....I'm using IE6.0 and I cant see it

Schorsch 07-12-2002 04:59 PM

did u activate it in your user cp ???

memobug 07-12-2002 10:28 PM

I have a couple Q's after seeing it.

1) How do you insert images (not attachements just the regular stuff in [img] tags. Do you post first then change it?

2) I was a little surprised when I hit preview. Maybe there is no alternative, but you have a nice editor here, it seems the preview should be WYSWIG too. Maybe preview is the wrong word.

Regards,

Matt

eiSecure 07-12-2002 10:31 PM

You insert images using the [img] tags.

memobug 07-12-2002 10:51 PM

Why not make it wyswig and insert them with a popup box? and show them in the display Is it too hard?

Just wondering!

eiSecure 07-12-2002 11:03 PM

The basic functionality for that is already implemented, but because it does not limit images to only ones on the internet, we did not enable it, since vB doesn't currently support multiple attachments.

memobug 07-13-2002 12:05 AM

Who's talking about attachments? I am talking about images!

Have you ever used G-TForum's WYSIWYG editor? You can resize and align images left right or center, click on 'em and drag em around in a post Click link and make them an anchor for a link or whatever.
https://vborg.vbsupport.ru/external/2002/07/3.gif

I should hope if a WYSIWIG feature is going to be incorporated in VB3 that it would work at least as well. I like vB and use vB but its editor is prehistoric and frankly this one is marginal if it doesn't support images well. Let's leave the question of attachments aside, shall we?

Regards,

Matt

eiSecure 07-13-2002 12:59 AM

I would think as well that vB3 will have that support. However, if you're looking for that in this hack, you're at the wrong place, and for now, you're using the wrong forum.

If you want that editor, use that forum. If not, then live with the current one in vB2 for another 2 months until vB3 beta comes out.

This hack is just a small improvement over the existing reply box to make it easier for the user to do basic formatting. It is not designed to be a WYSIWYG CMS front-end.

If that is what you want, then go and buy a commercial ActiveX that supports it. Otherwise, live with the current feature set or like I said, switch to that forum.

We are all very busy people, and it cannot be expected that we constantly update our hacks and cram in every single feature that is requested. I for one have a life outside of a computer, and it is my intention to pursue it at the expense of becoming a drone and live lifelessly debugging and improving a hack that does not generate any income or compensation for me.

Regards,

Alex

Schorsch 07-13-2002 03:46 AM

any ideas about that problem ?

Quote:

I found an error:

the smilies I see on the left side are working without problems, BUT when I click on "Get More" and the smilie popup appears, the smilies in this popup aren't working any more!!

How can I fix that ??
Thank You very much :)

Schorsch

Alex 07-13-2002 04:23 AM

This hack requires to alter table user for one more field. Will this cause trouble when updating vbulletin at a later time?

eiSecure 07-13-2002 02:17 PM

When upgrading, it should not cause any DB problems.

Birdie501 07-16-2002 07:31 AM

i have some problems and dont find any solution??

If i make a newreply and type e.g. test
the message will be shown as:

<PRE>test</PRE>

what is that PRE???

Help please!

zman 07-16-2002 10:36 PM

Hi, great hack. Please figure out a way to include the aspell spell checker into this as that is a major loss to the forum when you already have it installed and try to move people to this. Again thanks for a great hack :)

Erwin 07-17-2002 01:44 AM

Clark Kent, how goes the JS work in trying to keep the buttons down after clicking? ;)

Velocd 07-17-2002 04:52 AM

Quote:

Originally posted by Birdie501
i have some problems and dont find any solution??

If i make a newreply and type e.g. test
the message will be shown as:

<PRE>test</PRE>

what is that PRE???

Help please!

<pre> stands for preformatted text. It's like you can use invisible keys within the <pre></pre> tags and they will show up.

I know that was alittle vague, but here is an example. The {} stands for a key pressed (such as the space bar):

So inputting this:
Code:

<pre>{space}{space}{space}hello{space}hello{return}</pre>
Will output in the post as this:
Code:

  hello hello
hello

I hope I'm clear ^^;

And that picture of the image WYSIWYG looked pretty cool. But I'm sure VB3 will be far more advanced than just that :)

Velocd 07-17-2002 05:04 AM

This hack has also became very complicated with add-ons and bug fixes scattered throughout the thread, it almost seems like time to re-compile all these add-ons together, optimizing them for best performance, then releasing Version 1.1 (or 2) :D

Unless it is better to wait for VB3........

eiSecure 07-17-2002 02:04 PM

Well, I would love to put out another update, but I'm tremendousely busy this month... I've got client work to do, and lots of other stuff in my life to take care of.

...by the time I get enough time, vB3 will be out already...

MalaK_3araby 07-28-2002 10:39 AM

I have this installed and it worked after a huge struggle when i disabled "oImg = sImgTag<i>;".

How do i get the contents to change dir=rtl or at least get them aligned right by default?

svoec 08-07-2002 12:21 PM

hey guys, I thought the smiley issue was fixed??

I just installed, and everything went smooth, except for that little bug smiley bug

I also had one other question, when you edit posts, should you see the VB code??? or the wysiwyg stuff ??

Thanks!
GREAT HACK!!!

Erwin 08-07-2002 10:21 PM

Quote:

Originally posted by svoec
hey guys, I thought the smiley issue was fixed??

I just installed, and everything went smooth, except for that little bug smiley bug

I also had one other question, when you edit posts, should you see the VB code??? or the wysiwyg stuff ??

Thanks!
GREAT HACK!!!

The smilie issue IS fixed. You cannot used a hacked vbcode.js - upload a stock unhacked vbcode.js, rename it vbcode3.js, and change the template to point to it.

When you edit posts, it will be WYSIWYG.

svoec 08-09-2002 12:31 AM

well, when i post this ...(with the wysiwyg editor)

wow .. this rocks!!!!



  • cool
  • cooler
  • coolest!


hummmm....

and i hit edit, I see this
PHP Code:

 wow .. this [B][size=7][color=seagreen]rocks[/color]!!!![/size][/B

  

[
color=lightseagreen][list] [*]cool [*]cooler [*]coolest! [/list][/color

hummmm.... 

Is this correct ??

Thanks!

svoec 08-09-2002 12:40 AM

oh yea.. the issue with my smiles is... (sorry, I should have given better detail)

it works fine when you click on any of the smiles listed on the normal edit page, but if you hit the more button, it wont post the smileys into the text.

I am using a stock vbcode.js, and the stock vbcode2.js that came with the hack, but I haven't changed any of the templates (wasn't in the instructions ???)

scottct1 08-12-2002 07:28 PM

Quote:

Originally posted by Erwin


The smilie issue IS fixed. You cannot used a hacked vbcode.js - upload a stock unhacked vbcode.js, rename it vbcode3.js, and change the template to point to it.

When you edit posts, it will be WYSIWYG.

Where do I get an unhacked vbcode.js? I have both of them from this thread. (the one in the origional zip file and the second in the vbcode2.zip file also found in this thread)

I can insert smiles from the smile box but I can not click on the smiles in the Get More Box, when I do click on a smile in the get more box it does nothing.

Also my spell checker I can get to check the spelling however when I click on Insert in post it does nothing as well.

I believe both are the same issue.

Can anyone help?

scottct1 08-13-2002 02:24 PM

Bump. Anyone.... Someone..... Please? :)

Sadie Frost 08-13-2002 03:49 PM

Can't you get an unhacked copy from the vbulletin download? :)

Dark Shogun 09-12-2002 08:20 PM

I installed the hack on my forum at: http://www.thatfinalfantasysite.com/testvb but the wysiwyg fields don't show up in the editpost, newreply, and newthread. I am running vb 2.2.7. HELP Please.

Dark Shogun

eiSecure 09-13-2002 02:45 AM

You need to turn on WYSIWYG in your usercp.:)

Dark Shogun 09-13-2002 05:30 PM

Ok it is working but is it supposed to double space everything?

Example:
I type:

Blah blah blah blah blah
Blah blah blah blah blah

But the wysiwyg editor puts:
While typing and in the post itself.

Blah blah blah blah blah

Blah blah blah blah blah

Dark Shogun

PS. Is the wysiwyg editor supposed to look like the attached?

eiSecure 09-13-2002 09:22 PM

Yes, it does. It works exactly like the vB3 WYSIWYG editor.

Dark Shogun 09-14-2002 01:10 AM

Is there a way to make it so it doesn't double space? Thats the only problem right now that I have seen so far.

Dark Shogun

eiSecure 09-14-2002 01:18 AM

No, there is not. The iFrame control natively acts that way.

Dark Shogun 09-14-2002 01:26 AM

oh ok. Thanks.

Dark Shogun

Dark Shogun 09-14-2002 01:49 AM

This is the last problem I could find. When you make a new thread the submit buttons say: Submit Reply and Preview Reply instread of Submit New Thread and Preview Post. Do you know how I change then back?

Dark Shogun

PS. I have some other hacks in like vbmood and sticky option and 1 more that I forgot the name of and when a person uses the WYSIWYG editor those fields are gone in the new thread, new reply, and edit post. BUT when you change back to the default editor they are back. Do you know how I can get them to work together?

Dark Shogun 09-14-2002 01:51 AM

Oops. Forgot the screenshot.

Dark Shogun

Mike11212 09-26-2002 04:55 AM

Is there anyway to add the free spell checker hack to this hack?


All times are GMT. The time now is 09:15 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.01445 seconds
  • Memory Usage 1,826KB
  • 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
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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