<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&#39;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 href="http://drupal.org/node/708952">http://drupal.org/node/708952</a>. FCKeditor toolbar is not showing in edit mode. I&#39;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&#39;m suspecting that this is related to the changes I made in page.tpl.php. Here&#39;s the scenario.</span><br style="font-family: tahoma,sans-serif;">

<br style="font-family: tahoma,sans-serif;"><span style="font-family: tahoma,sans-serif;">I added a new region that will work as a &quot;carousel&quot; which uses the jquery and js. I&#39;ve added this jquery-1.4.1.min.js along with two other javascripts and defined a new region in <a href="http://theme.info">theme.info</a> and added the js files to its intended folders.  I tried to disabled these new addition but the problem is still the same. I don&#39;t know what I&#39;m missing here. I&#39;ve been trying to solve this for days already so any help from you guys will be very much appreciated.</span><br style="font-family: tahoma,sans-serif;">

<br style="font-family: tahoma,sans-serif;"><span style="font-family: tahoma,sans-serif;">By the way, I can see something like this when I view the source:</span><br style="font-family: tahoma,sans-serif;"><span style="font-family: tahoma,sans-serif;">var oFCK_1 = new FCKeditor( &#39;oFCK_1&#39; );</span><br style="font-family: tahoma,sans-serif;">

<span style="font-family: tahoma,sans-serif;">oFCK_1.BasePath    = &#39;/modules/fckeditor/fckeditor/&#39;;</span><br style="font-family: tahoma,sans-serif;"><br style="font-family: tahoma,sans-serif;"><span style="font-family: tahoma,sans-serif;">and a script that calls the /fckeditor/fckeditor.js</span>