Administrator - Editor width

Phoca Gallery - image gallery extension
jimstrong
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 01 Dec 2010, 18:20

Administrator - Editor width

Post by jimstrong »

Hello - First of all I'd just like to say that I'm really impressed with Phoca Gallery, but am having trouble working out how to make the editor window in the Admin area wider. At present it is only about 570px wide and is cutting off a lot of the Category Description.

I have hunted through the manual and forums and tried a lot of the css files but no luck. I think it is the .admintable class?

Thanks a lot

Jim

Image
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Administrator - Editor width

Post by Jan »

Hi, I think, you need to check the Joomla! administration CSS

or check for the string "editor" in phoca gallery administration files - if there is no set the fixed width

e.g. here:
administrator\components\com_phocagallery\views\phocagallery\tmpl\form.php

Code: Select all

echo $this->editor->display( 'description',  $this->items->description, '550', '300', '60', '20', array('pagebreak', 'readmore') ) ;
Jan
If you find Phoca extensions useful, please support the project
jimstrong
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 01 Dec 2010, 18:20

Re: Administrator - Editor width

Post by jimstrong »

Thank you very much Jan - I think the phoca css is being overridden by the Joomla Admin css - I will research more tomorrow along the lines you have suggested.

Jim
jimstrong
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 01 Dec 2010, 18:20

Re: Administrator - Editor width

Post by jimstrong »

OK - found it! It was in the form.php here:-

administrator/components/com_phocagallery/views/phocagalleryc/tmpl/form.php

Thanks again! :D

Jim
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Administrator - Editor width

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply