The answer is that it cant be done. The advanced, typical or demo configuration of htmlarea has priority over the defaultPageTSconfig-values.
So if you have many web-sites in your installation you have to keep the tsconfig of all rootpages updated or hack htmlarea every time a new version comes. Perhaps not an ideal solution. "Tomas Havner" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > The following code works perfectly in the tsconfig of a rootpage > > RTE { > default { > contentCSS = fileadmin/template/lucss/rte.css > showTagFreeClasses = 1 > hideButtons = class, textstylelabel, textstyle, formatblock, subscript, > superscript > toolbarOrder = bar, blockstylelabel, blockstyle, bar, bold, italic, > underline, bar, left, center, right, justifyfull, bar, orderedlist, > unorderedlist, outdent, indent, bar, insertcharacter, link, image, table, > bar, findreplace, bar, chMode, inserttag, removeformat, bar, copy, cut, > paste, bar, undo, redo, linebreak, toggleborders, bar, tableproperties, > bar, rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit, > bar, columninsertbefore, columninsertafter, columndelete, columnsplit, > bar, cellproperties, cellinsertbefore, cellinsertafter, celldelete, > cellsplit, cellm > classesParagraph = newIconList3pil, newIconList3pdf, newIconList3doc, > newIconList3xls, newIconList3ppt, newIconList3dat > allowedClasses = newIconList3pil, newIconList3pdf, newIconList3doc, > newIconList3xls, newIconList3ppt, newIconList3dat > proc { > allowedClasses = newIconList3pil, newIconList3pdf, newIconList3doc, > newIconList3xls, newIconList3ppt, newIconList3dat > } > disableRightClick = 1 > } > } > > But since i have something like 30 websites in my installation i dont want > to the code in every rootpage. > > But when i put the same code inside > $TYPO3_CONF_VARS['BE']['defaultPageTSconfig']= in localconf.php it doesnt > work. > > What am i doing wrong? Is there a better way to do this. I dont want to > hack the sourcecode of htmlarea. > > Regards > > Tomas > _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
