1
Aidus
Problem with Koivi editor
  • 2004/10/23 8:05

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


I can't input text. Any ideas?

2
samuels
Re: Problem with Koivi editor
  • 2004/10/23 8:17

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


I need more info.

What browser and version are you using?
What version of koivi?
What S.O?
Can you see some javascript or php error?

3
Aidus
Re: Problem with Koivi editor
  • 2004/10/23 8:25

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


Xoops 2.0.7.3 with News module 1.21
Browsers: Firefox 0.9.3
IE 6.0

File: wysiwyg_sections 1.0rc2

In firefox all seems to be ok, just can't input text.
IE shows error:

Line: 437
Char: 1
Error: Object expected
Code: 0
URL: http:/xxx/modules/news/admin/index.php?op=newarticle

4
smdcom
Re: Problem with Koivi editor

Quote:

Aidus wrote:
File: wysiwyg_sections 1.0rc2


i notice there's new version *if i;m correct*...

here.. XOOPSForge

take a look at koivieditor class v1.0 rc3.zip.

5
Aidus
Re: Problem with Koivi editor
  • 2004/10/23 8:43

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


Quote:
Koivi Editor Class

1.0 2004-10-06
koivieditor class v1.0 rc3.zip 206,430 2004-10-22 4
xk class v1rc2.zip 215,897 2004-10-08 82
Translations

1.0 2004-10-12
xk_class_v1_french.zip 3,134 2004-10-12 11
WYSIWYG Test Module

1.0 TestModule 2004-09-28
wysiwyg_sections 1.0rc2.zip 276,949 2004-10-08 47


So what I must download and then what to do with file?

6
smdcom
Re:Problem with Koivi editor

i just try koivieditor class v1.0 rc3.zip (latest one).. it's works fine with in my site.. maybe you've to try that version... download it, and overwrite files in xoops/class/wywiyg with the new one...

7
Aidus
Re:Problem with Koivi editor
  • 2004/10/23 8:52

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


Not working:(
Maybe you can write step by step how to integrate this editor in news (what did you do).

8
smdcom
Re:Problem with Koivi editor

News Module Integration (News v1.2.1)

Quote:

1º Open file news/include/storyform.inc.php

2º After line 32 (include_once XOOPS_ROOT_PATH."/class/xoopsformloader.php";) add:


include_once XOOPS_ROOT_PATH . "/class/wysiwyg/formwysiwygtextarea.php";
3º Remove or comment line 61 ($sform->addElement(new XoopsFormDhtmlTextArea(_NW_THESCOOP, 'hometext', $hometext, 15, 60, 'hometext_hidden'), true);) and add:


$sform->addElement(new XoopsFormWysiwygTextArea( _NW_THESCOOP, 'hometext', $hometext, '100%', '400px',''), true);
3º Remove or comment line 66 ($sform->addElement(new XoopsFormDhtmlTextArea(_AM_EXTEXT, 'bodytext', $bodytext, 15, 60, 'bodytext_hidden'), false);) and add:


$sform->addElement(new XoopsFormWysiwygTextArea( _AM_EXTEXT, 'bodytext', $bodytext, '100%', '400px',''), true);

9
Aidus
Re:Problem with Koivi editor
  • 2004/10/23 9:00

  • Aidus

  • Just popping in

  • Posts: 50

  • Since: 2004/5/21


Still not working. Maybe something else?

10
smdcom
Re:Problem with Koivi editor



Wysiwyg class v 1.0
Samuels, The XOOPS Project

1.Copy wysiwyg folder into your XOOPS "class" folder

2.Replace your system_imagemanager.html template with the new one.

3.Follow instructions in docs folder for implement wysiwyg class in modules.
(koivieditor class v1.0 rc3\docs)

is there any error message?

Login

Who's Online

134 user(s) are online (95 user(s) are browsing Support Forums)


Members: 0


Guests: 134


more...

Donat-O-Meter

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

Latest GitHub Commits