11
ta2025
Re: Problem with Koivi Editor
  • 2005/2/3 2:43

  • ta2025

  • Just popping in

  • Posts: 28

  • Since: 2005/1/17


You are right, samuels, I could tweak the {P} class in the style.css, but that would affect everything. SOME sites that have embedded

's render with HUGE gaps between paragragh and every subsequent edit, makes the gaps larger and larger.



12
ta2025
Re: Newbb dynamic menu
  • 2005/2/3 2:35

  • ta2025

  • Just popping in

  • Posts: 28

  • Since: 2005/1/17


I've now tried a couple dozen themes and I have added the magic <{$xoops_module_header}> in all of them right in from of and I have NO cache of any kind...

Some themes display the dropdowns correctly, some dont.

Please advise.

This is a case of the user trying everything the developer says to try, still seeing a problem and waiting for the next response...

Thanks!



13
ta2025
Re: Newbb dynamic menu
  • 2005/2/2 19:05

  • ta2025

  • Just popping in

  • Posts: 28

  • Since: 2005/1/17


I have inserted the <{$xoops_module_header}>


in the header of theme.html, sometimes before the javascript and sometimes after, right before the . NONE of my modules are cached.

However, many of my themes STILL drop down the Menu Options dropdown.

Any Ideas?



14
ta2025
Re: Problem with Koivi Editor
  • 2005/2/2 15:12

  • ta2025

  • Just popping in

  • Posts: 28

  • Since: 2005/1/17


I've noticed another small issue.

It might be theme-related, but

...some text ....

generates a large amount of space between paragraphs.

I'm trying to correct for it by converting the initial

into a "" and the trailing

into

(which is what

is in its simplest form).




15
ta2025
Re: Problem with Koivi Editor
  • 2005/2/2 0:10

  • ta2025

  • Just popping in

  • Posts: 28

  • Since: 2005/1/17


I found it!

After some digging, I found you have to replace "\r" also.

so, the entire function looks like...

function XK_removeLineBreaks(text)
{
        
//delete useless n and t
        
text text.replace(/r/g," ");
        
text text.replace(/n/g," ");
        
text text.replace(/t/gi,"");
        return 
text;
};


I added the non-breaking space just to make sure...



16
ta2025
Re: Problem with Koivi Editor
  • 2005/2/1 23:49

  • ta2025

  • Just popping in

  • Posts: 28

  • Since: 2005/1/17


That by itself, didn't fix it...

is there another location?

Example....

http://cyphereal.net/forums/modules/newbb/viewtopic.php?topic_id=372&start=0



17
ta2025
Re: Problem with Koivi Editor
  • 2005/2/1 23:41

  • ta2025

  • Just popping in

  • Posts: 28

  • Since: 2005/1/17


THANKS!

I'm impressed with the speed!



18
ta2025
Re: Problem with Koivi Editor
  • 2005/2/1 20:45

  • ta2025

  • Just popping in

  • Posts: 28

  • Since: 2005/1/17


Here is another. I even switched to HTML mode and edited some undesirable formatting first.

It looked great up until the moment I posted it...

http://cyphereal.net/forums/modules/newbb/viewtopic.php?topic_id=368&start=0



19
ta2025
Re: Problem with Koivi Editor
  • 2005/2/1 20:25

  • ta2025

  • Just popping in

  • Posts: 28

  • Since: 2005/1/17


Thank you LB... I'm new to Xoops...



20
ta2025
Re: Problem with Koivi Editor
  • 2005/2/1 20:23

  • ta2025

  • Just popping in

  • Posts: 28

  • Since: 2005/1/17






TopTop
« 1 (2) 3 »



Login

Who's Online

181 user(s) are online (89 user(s) are browsing Support Forums)


Members: 0


Guests: 181


more...

Donat-O-Meter

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

Latest GitHub Commits