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 <P></P>'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 </HEAD> 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 </HEAD>. 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 <P> ...some text .... </P> generates a large amount of space between paragraphs.

I'm trying to correct for it by converting the initial <P> into a "" and the trailing </P> into <BR><BR> (which is what <P> 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,"&nbsp;");
        
text text.replace(/n/g,"&nbsp;");
        
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


I'm afraid this one got even goofier...

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

Here is the original...

http://news.yahoo.com/news?tmpl=story&cid=564&u=/nm/environment_climate_dc&printer=1




TopTop
« 1 (2) 3 »



Login

Who's Online

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


Members: 0


Guests: 237


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