problem with editor

Have a programming question regarding your component, plug-in, extension or core hacks? Have an interesting tidbit, FAQ or programming tip you’d like to share? This is the place for you.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Post Reply
vivekprakas
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Sun Jul 29, 2007 6:21 pm

problem with editor

Post by vivekprakas » Wed Dec 05, 2007 2:03 pm

Hi
I tried having two editors in single page.

When i click on insert image in the 2nd editor, the images are getting inserted in the first editor, same case with page break, read more also.

Pls help

-Vivek

User avatar
Pentacle
Joomla! Intern
Joomla! Intern
Posts: 61
Joined: Wed Oct 25, 2006 12:34 pm
Location: Turkey

Re: problem with editor

Post by Pentacle » Wed Dec 05, 2007 9:06 pm

Can you please enter the code you use for showing editors here?

I think you're using same id's for both editors.
My Joomla! 1.5 extensions - http://joomla.ercan.us
Progress is made by lazy men looking for easier ways to do things.

vivekprakas
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Sun Jul 29, 2007 6:21 pm

Re: problem with editor

Post by vivekprakas » Wed Dec 05, 2007 10:17 pm

      Quicktake:
     
        echo $editor->display('quicktake', $row->quicktake, '100%', '150', '40', '5');
?>
     
   
   
      Review:
     
        echo $editor->display('review', $row->review, '100%', '250', '40', '10');
?>
     

vivekprakas
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Sun Jul 29, 2007 6:21 pm

Re: problem with editor

Post by vivekprakas » Wed Dec 05, 2007 10:28 pm

I tried the same thing with the same code using the latest nightly build.

Now im not able to add images using the insert image option.

-Vivek


Post Reply