FCKeditor in short description

offlamer

No avatar

2007-10-21 12:59

Hi everyone,

How to add FCKeditor in short description ?

» Quick.Cms v1.x

cgan

Avatar: cgan

2007-10-21 22:41

offlamer, You'll find a description under documentation/tips

offlamer

No avatar

2007-10-22 10:16

There is only how to add FCKeditor in full description of pages, but not in short descriptions.

wewior (OpenSolution)

Avatar: wewior

2007-10-23 08:25

it should be similar like full description but you need to add to file actions_admin/pages.php for example

$sHtmlEditor2 = htmlEditor ( 'sDescriptionShort', '150', '600', $aData['sDescriptionShort'] ) ;
and then replace in templates/admin/pages_form.tpl line:
<textarea name="sDescriptionShort" cols="90" rows="5">$aData[sDescriptionShort]</textarea>
to:
$sHtmlEditor2

offlamer

No avatar

2007-10-23 13:47

Thanks

culda_a

Avatar: culda_a

2008-09-08 10:35

how to do this for version 3.1 ??
i did not found the file pages.php in folder actions_admin/

Makaron

Avatar: Makaron

2008-09-08 11:12

Did You read that: http://opensolution.org/Quick.Cart/docs/?id=tips#how_to_upload_wysiwyg_editor_-_fckeditor?

culda_a

Avatar: culda_a

2008-09-08 13:31

well I think I did not explain exactly what I want... I want to have FCKeditor to short description also ... now I have the default editor and to long description I have the FCKeditor... the settings that is show in Tips , is about how to enlarge the space where you write... but how can I add the fckeditor to short description

culda_a

Avatar: culda_a

2008-09-08 13:38

ok I found how it is .... it was 2 lines in &#8220;plugins/edit/htmleditor.php&#8221; of: return $oTpl->tbHtml( 'edit.tpl', 'TINY' );

hmmm sorry to be so ......

GP Cars

Avatar: GP Cars

2008-10-16 13:05

I have the same problem. I am using Quick.Cart v3.1 Ext. What do I have to change so the FCK editor will appear in both the full description window as in the short description window

Thanks

Quick.Cart v3.1

Back to top
about us | contact