Page 1 of 1
Administrator - Editor width
Posted: 01 Dec 2010, 18:31
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

Re: Administrator - Editor width
Posted: 01 Dec 2010, 20:43
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
Re: Administrator - Editor width
Posted: 01 Dec 2010, 21:36
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
Re: Administrator - Editor width
Posted: 01 Dec 2010, 22:08
by jimstrong
OK - found it! It was in the form.php here:-
administrator/components/com_phocagallery/views/phocagalleryc/tmpl/form.php
Thanks again!
Jim
Re: Administrator - Editor width
Posted: 06 Dec 2010, 23:23
by Jan
Ok