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 ?
Changing width of content area ?
- Jan
- Phoca Hero
- Posts: 48689
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
you can change the w
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
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
-
- Phoca Member
- Posts: 43
- Joined: 08 Apr 2008, 17:08
- Location: Netherlands
HUH ?com
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...
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...
- Jan
- Phoca Hero
- Posts: 48689
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
First download the l
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
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