Re: probleme de permission tinyeditor/smartsection | Titre du sujet : Re: probleme de permission tinyeditor/smartsection par frankblack sur 06/12/2006 22:22:03
Here is an UGLY hack for your problem, really ugly - blush...
First problem for admin: do not put too many tools in one row. Better spread over the three toolbar-rows.
Second problem: not tinyeditor is to blame, but smartsection? There are too long description on the left side. Here is a small trick I made. I changed the language file admin.php a bit. Note that the language define must be used on the side with the editor.
Change this:
define("_AM_SSECTION_AVAILABLE_PAGE_WRAP", "Available pages to wrap");
to this:
define("_AM_SSECTION_AVAILABLE_PAGE_WRAP", "<style type='text/css'>td.head { width: 250px; }</style>Available pages to wrap");
uglyuglyugly! 
Above code is only an example for the admin side writing articles.
P.S.: oops! The entry in the bugtracker made your problem clearer to me. I answered there already. HTH
|
|