1
jimbofoxman
TinyD and TinyEditor?

I checked at GIJOE's site, but he wasn't sure.

Has anyone impleted TinyEditor with TinyD Content Module? If so, how?

2
nachenko
Re: TinyD and TinyEditor?
  • 2007/6/5 14:22

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


I did.

In admin/index.php file, about line 443, look for this:

Quote:
if( ! $spaw_flag ) {
if( empty( $_GET['useplain'] ) ) {


Then replace the line that puts DHTML editor by this:

Quote:
if( ! $spaw_flag ) {
if( empty( $_GET['useplain'] ) ) {
include XOOPS_ROOT_PATH.'/class/xoopseditor/tinyeditor/formtinyeditortextarea.php';
$t_area = new XoopsFormTinyeditorTextArea (array ('caption'=> _TC_CONTENT , 'name'=> 'message', 'value'=> $message, 'width'=> '550px' , 'height'=> $body_tarea_height )) ;

} else {


Of course, check TinyEditor module is properly installed.

Login

Who's Online

399 user(s) are online (73 user(s) are browsing Support Forums)


Members: 0


Guests: 399


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits