1
ut01927
Problems with CBB and Wysiwyg editor (i get html codes)
  • 2006/9/8 12:09

  • ut01927

  • Just popping in

  • Posts: 6

  • Since: 2006/9/8 1


Hi! Everyone;

I really have two problems with CBB 3.04 or 3.05

1) The Kiovi editor does not appear in the box of selection, and i dont know why. It's in de xoopseditor folder in the Framework.

2) The most important problem;
when I install, the TinyEditor and I modify file formdhtmltextarea to turn it the editor by defect in XOOPS 2.015, In all the modules that I have installed it works well with the exception of the CBB. In the CBB I obtain codes HTML, for example;

HI



Therefore, can somebody help me in these subjects?

Thx

2
frankblack
Re: Problems with CBB and Wysiwyg editor (i get html codes)
  • 2006/9/8 14:09

  • frankblack

  • Just can't stay away

  • Posts: 830

  • Since: 2005/6/13


I think you have to allow HTML for the forums.

Just out of curiousity: I never checked this until now. Are html-tags displayed like in cbb when you view pm's?

If yes you have to modify the readpmsg.php a bit:

Search for this:
echo $pm_arr[0]->getVar("msg_text") . "";


and replace with this:
$myts =& MyTextSanitizer::getInstance();
$message_body $myts->undoHtmlSpecialChars($pm_arr[0]->getVar("msg_text"));
echo 
$message_body "";


This code should work theoretically, so don't shoot me if not.

3
ut01927
Re: Problems with CBB and Wysiwyg editor (i get html codes)
  • 2006/9/8 16:58

  • ut01927

  • Just popping in

  • Posts: 6

  • Since: 2006/9/8 1


Thanks for your quick answer frankblack;

I dont use PM, but anyway I have check your suggestion with negative results.

I don't know which i can do. I'm really desperate.

Thx a lot for all

4
Peekay
Re: Problems with CBB and Wysiwyg editor (i get html codes)
  • 2006/9/8 17:58

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


I use CBB 1.16a and cannot upgrade to XOOPS 2.0.14 because for some reason the DHTML editor turns xoopscode to HTML when a post is previewed. In XOOPS 2.0.13.2 it's fine.

Something changed I think with 2.0.14 with forms/DHTML etc. and not all modules are now compatible.
A thread is for life. Not just for Christmas.

5
ut01927
Re: Problems with CBB and Wysiwyg editor (i get html codes)
  • 2006/9/8 20:30

  • ut01927

  • Just popping in

  • Posts: 6

  • Since: 2006/9/8 1


I have found the problem, thx a lot.
In CBB when you Add a Forum, there is a tag:

Allow HTML: Yes or No

Always i put "NO" and then not work.
Put the Tag in YES and all working great.

Thx a lot

PD
Sorry for my English

Login

Who's Online

441 user(s) are online (52 user(s) are browsing Support Forums)


Members: 0


Guests: 441


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits