Joomla! Discussion Forums



It is currently Wed Nov 25, 2009 4:55 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
Posted: Fri Jun 01, 2007 8:15 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sat Apr 21, 2007 1:38 pm
Posts: 78
Location: Dutch Antilles
Hello everybody,

I have a question.. Tiny editor wont load. In my config.php file, should it say undefined?
Can somebody please tell me?


grtz,
Muis

this is what is says,


// Some global instances, this will be filled later
var tinyMCE = null, tinyMCELang = null;


function TinyMCE_Popup() {
};

TinyMCE_Popup.prototype = {
findWin : function(w) {
var c;

// Check parents
c = w;
while (c && (c = c.parent) != null) {
if (typeof(c.tinyMCE) != "undefined")
return c;
}

// Check openers
c = w;
while (c && (c = c.opener) != null) {
if (typeof(c.tinyMCE) != "undefined")
return c;
}

// Try top
if (typeof(top.tinyMCE) != "undefined")
return top;


Last edited by Muis on Fri Jun 01, 2007 9:52 am, edited 1 time in total.

Top
   
 
Posted: Fri Jun 01, 2007 9:50 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Sat Apr 21, 2007 1:38 pm
Posts: 78
Location: Dutch Antilles
Gosh, I solved the problem in not so mysterious way...

I read most article's and I hunch my problem to JCE, I never got that working .. un-installed but the thing is nothing was wrong then.
Tiny kept working fine... before install of JCE I did have a problem with Tiny that went away after JCE install (who didnt work)
so ,yesterday suddenly it stops working... in Ie I got message undefined... in Firefox I got a list of errors and as non code expert I didn't which one to see as the problem inflicting tiny not to load.
I decided to install JCE again and it worked a little better but no buttons... just text area would load...(that didn't load at all the first installation)....
Still in trouble I installed one of you ppl favorite editor the.....FCK!! yeah yeah and it worked right away!!
I wonderd if Tiny would work now, so all the settings to Tiny (global and user)
and Tiny works again!! Wierd há?
I am a neath person or I try to be so I will go cleanup what's not needed
make my life probally impossible again but got tto try before I .... noo... not over an editor

Love what's happening here and with Joomla in general...
tx for reading my stupidious problems, it seems they solve their selfs...
hope somebody has a glue what goes wrong in confi file... thats were the problem must be right?!


Gtrz,
Muis


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group