28
           
            
                
     
    
    Quote:
Can anybody else check your News version and XOOPS 2.5.5 Beta for the issue reported by Peekay: 
Quote:
"TinyEditor only loading in the 'Scoop' part of the News module and not in the 'Extended Text' part. "
It's not a bug of Xoops or TinyMCE
It's depend to the browser
Sometimes they accept 2 instanciation of TyniMCE
(one for scoop and a second one for extend text)
sometimes they don't 
why?
cosmic ray is a good explication
my correction put the 2 fieldnames on one 
tinyMCE.init({
theme:'advanced',
.....
elements:'hometext,bodytext', 
....
});