41
samuels
Re: [EDITO] Editio 2.3 version for test
  • 2005/2/4 15:24

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


Your problem is because mozilla is loading the old koivi css files. Clear cache.

And, as I can see the version of your screenshot is not the last one.
Download 1.0.4.1 from here:
http://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1038

If you can tell me if demo site runs for you
http://www.forjandoleyendas.com/public/testsite/modules/news/submit.php



42
samuels
Re: OT Re: [mini guide] How to quickly replace all the textarea with kiovi in Xoops
  • 2005/2/4 11:57

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


You can change text direction globally changing line 84 on formwysiwygtextarea.php

$this->setDirection("ltr");

by:

$this->setDirection("rtl");

The default font will be defined by your css theme file when you submit the content.

In next versions I'll add an option to attach css files to the editor and you'll be able to control this.



43
samuels
Re: OT Re: [mini guide] How to quickly replace all the textarea with kiovi in Xoops
  • 2005/2/4 0:54

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


@tzvook
Please be more specific. Perhaps my editor is a crap but I'm working on it. For example why image management is bad? I'm always open to suggestions. Tell me what you miss, or what you hate. And if you found a bug, please let me know.

As you know Htmlarea has a huge community behind, helping, reporting bugs e.t.c.
Or see Fckeditor, normally one of the most active projects on sourceforge. Now, some xoopsers are helping me, and I'm releasing new versions regulary.
Give me one oportunity, the last will be the first lol.

@LazyBadger
Global wysiwyg replacement is really difficult to do without problems.

Some times modules use deprecated functions, or directly convert linebreaks to <br>.

Xoops editors framework project will handle with this (It will include Htmlarea, Fckeditor, TinyMce, XK e.t.c).

This hack helps me a lot (thx Herve), cause it increase the number of testers for XK, and that's what I need!!!



44
samuels
Re: [EDITO] Editio 2.3 version for test
  • 2005/2/4 0:25

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


LOL, I have enough with Koivi too.
About redirect problem, it will happen with any wysiwyg editor which uses "designmode" under gecko.

But this is the only "accepted" issue (cause I can't do anything to solve it).

For any other issue, please pm me or use the koivi bug tracker. I'm trying to do the best.

oh, I forgot.
Make sure you're using the laste version, now is 1.0.4.1



45
samuels
Re: Problem with Koivi Editor
  • 2005/2/2 22:04

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


@ta2025
Space between paragraphs depends on your theme css file.
You can add this to your css file:

p { margin-top: 0.5em; }

to reduce the space between paragraphs

@manel
For using imagemanager you must replace the original system_imagemanager.html template with mine.

A new icon will appear.
See the effect here:
http://www.forjandoleyendas.com/public/testsite/modules/news/submit.php



46
samuels
Re: Problem with Koivi Editor
  • 2005/2/2 14:04

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


I have released a new version v1.04.1 with this bug fixed.



47
samuels
Re: Problem with Koivi Editor
  • 2005/2/1 22:13

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


I found the problem but I must solve some issues before.
If you want a quick workaround
Go and edit include/js/xhtml.js

Go to line 87 an change line:
text text.replace(/n/g,"");


with
text text.replace(/n/g," ");



48
samuels
Re: Problem with Koivi Editor
  • 2005/2/1 18:57

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


Have you some link to a formatted article? I want to test it.

I tried on my test site
http://www.forjandoleyendas.com/public/testsite/modules/news/submit.php

But I can't reproduce the problem.



49
samuels
Re: table insertion with koivi editor 1.0.2 [solved]
  • 2005/2/1 1:37

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


Make sure you're using the last version.
v1.04 is avaible here:
http://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1038



50
samuels
Re: table insertion with koivi editor 1.0.2 [solved]
  • 2005/1/5 9:06

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


Mmm, I understand the problem, it's a bug I made on formwysiwygtextarea.php

If you need this now, you can open formwysiwygtextarea.php and remove the line:
if(in_array('createtable',$options));


It will be solved on 1.03.




TopTop
« 1 2 3 4 (5) 6 7 8 ... 22 »



Login

Who's Online

236 user(s) are online (138 user(s) are browsing Support Forums)


Members: 0


Guests: 236


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