Changing width of content area ?

Phoca Guestbook - creating guestbooks in Joomla! CMS
babylon
Phoca Member
Phoca Member
Posts: 43
Joined: 08 Apr 2008, 17:08
Location: Netherlands

Hello Jan,

Post by babylon »

Hello Jan,

i changed my easy guestbook into yours but i noticed the content area is 2 centimeters to wide.
where can i make that area smaller ?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48689
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

you can change the w

Post by Jan »

you can change the width of table in which is stored the tinymce editor or tinymce editor width in html:

components\com_phocaguestbook\views\phocaguestbook\tmpl\default.php

row : 217

editor:
components\com_phocaguestbook\views\phocaguestbook\view.html.php

row 123

Jan
If you find Phoca extensions useful, please support the project
babylon
Phoca Member
Phoca Member
Posts: 43
Joined: 08 Apr 2008, 17:08
Location: Netherlands

HUH ?com

Post by babylon »

HUH ?

components\com_phocaguestbook\views\phocaguestbook\tmpl\default.php
row : 217

That doesnt exist Jan !

This is my dir:
/public_html/components/com_phocaguestbook/views/phocaguestbook/

the last one is empty.


And this..

editor:
components\com_phocaguestbook\views\phocaguestbook\view.html.php
row 123

File does exist but row 123 doesnt..,and i dont see any code to change any width at all...
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48689
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

First download the l

Post by Jan »

First download the latest version (the code can be around the rows + - )

the code on row 123 is:
$editor = PhocaguestbookHelper::displayTextArea('content', $formdata->content ,
'400px', '200px', '100', '100', false );


the folder tmpl and default.php must exists - it is in the same folder as view.html.php...

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