Page 1 of 1
Hello Jan,
Posted: 09 Apr 2008, 11:46
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 ?
you can change the w
Posted: 09 Apr 2008, 12:09
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
HUH ?com
Posted: 09 Apr 2008, 16:19
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...
First download the l
Posted: 09 Apr 2008, 17:08
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