Moje kniha o CMS Drupal
Poslední komentáře
- 5 months 3 weeks ago
- 5 months 3 weeks ago
- 8 months ago
- 8 months 4 weeks ago
- 8 months 4 weeks ago
- 9 months ago
- 1 year ago
- 1 year ago
- 1 year ago
- 1 year 1 month ago
Nové diskuze
- (3 weeks zpět)
- (3 weeks 4 days zpět)
- (7 months 2 weeks zpět)
- (9 months zpět)
- (1 year 6 months zpět)
- (1 year 6 months zpět)
- (1 year 10 months zpět)
- (1 year 10 months zpět)

Zdravím. V aktuální verzi modulu je vhodné před fckconfig.js upřednostnit fckeditor.config.js. Najděte definice nástrojových lišt a v té, kterou jste si v amdinistraci Drupalu zapnul, doplňte tlačítko Templates. Vypadat to může třeba takto:
FCKConfig.ToolbarSets["DrupalFull"] = [
['Source'],
['Cut','Copy','Paste','PasteText','PasteWord', 'Templates'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
//as of FCKeditor 2.5 you can use also 'Blockquote' button
//['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'],
['JustifyLeft','JustifyCenter','JustifyRight'],
['Link','Unlink','Anchor'],
['Image','Flash','Table','Rule','SpecialChar'],
//uncomment this line to enable teaser break and page break buttons
//['Image','Flash','Table','Rule','SpecialChar','DrupalBreak','DrupalPageBreak'],
'/',
['FontFormat','FontName','FontSize'],
['TextColor','BGColor']
] ;
Obrázky na ExtraHardware.cz jsou řešeny pomocí modulu Node Images, totéž je možné řešit i modulem Image, resp., jeho součástí Attach Images.