<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
liza chua ha scritto:
<blockquote
 cite="mid:AANLkTilMRhogapzHIiTaHzmxf-278rs5ZFeLCCHrD-s1@mail.gmail.com"
 type="cite"><span style="font-family: tahoma,sans-serif;">Hi! again
Drupal Experts. I just hope that you could again spare time to provide
me any tips or solutions with this problem of mine. </span><br
 style="font-family: tahoma,sans-serif;">
  <span style="font-family: tahoma,sans-serif;">I'm still learning
Drupal. </span><br style="font-family: tahoma,sans-serif;">
  <br style="font-family: tahoma,sans-serif;">
  <span style="font-family: tahoma,sans-serif;">Hi! My problem is
somewhat related to     <a moz-do-not-send="true"
 href="http://drupal.org/node/708952">http://drupal.org/node/708952</a>.
FCKeditor toolbar is not showing in edit mode. I've already tried all
the fixes stated in the TROUBLESHOOTING.txt and scoured all forums I
could find but none seems to work. I maybe missing something but when I
changed my theme to Garland, FCKEditor works perfectly as before. But
the strange thing is that FECKeditor used to work before in our custom
theme. I'm suspecting that this is related to the changes I made in
page.tpl.php. Here's the scenario.</span><br
 style="font-family: tahoma,sans-serif;">
</blockquote>
Hi, your code contains $head (need to be write before $scripts) and
$closure ? <br>
If you add your css and JS with theme.info and drupal_add_css/js() try
this: get garland/page.tpl.php and copy this in your theme directory.
Now edit a node and see if FCKeditor start. If it start try to see the
differences between garland/page.tpl.php and your page.tpl.php.<br>
<br>
<blockquote
 cite="mid:AANLkTilMRhogapzHIiTaHzmxf-278rs5ZFeLCCHrD-s1@mail.gmail.com"
 type="cite"><br style="font-family: tahoma,sans-serif;">
  <span style="font-family: tahoma,sans-serif;">I added a new region
that will work as a "carousel" which uses the jquery and js. I've added
this jquery-1.4.1.min.js</span></blockquote>
1.4.1 ??? Is FCKeditor ok for this version ? And other Drupal modules
like views ? <br>
<br>
Have you tried to use the jquery version that is included in the
standard drupal package (I think 1.2.6)? <br>
<br>
M.<br>
<pre class="moz-signature" cols="72">-- 
Michel 'ZioBudda' Morelli                       <a class="moz-txt-link-abbreviated" href="mailto:michel@ziobuddalabs.it">michel@ziobuddalabs.it</a>
Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax)
Telefono: 0200619074
Telefono Cell: +39-3939890025 --  Fax: +39-0291390660

<a class="moz-txt-link-freetext" href="http://www.ziobudda.net">http://www.ziobudda.net</a>                         ICQ: 58351764  
<a class="moz-txt-link-freetext" href="http://www.ziobuddalabs.it">http://www.ziobuddalabs.it</a>                      Skype: zio_budda
<a class="moz-txt-link-freetext" href="http://www.ziodrupal.net">http://www.ziodrupal.net</a>                               MSN: <a class="moz-txt-link-abbreviated" href="mailto:michel@ziobuddalabs.it">michel@ziobuddalabs.it</a>                   
                                                JABBER: <a class="moz-txt-link-abbreviated" href="mailto:michel@ziobuddalabs.it">michel@ziobuddalabs.it</a>
</pre>
</body>
</html>