黑客

如何在 XOOPS 2.2.2 中启用 Koivi Wysiwyg 编辑器

Rha7dotCom  2005-09-26 01:59 10926 阅读量   22 评论 

==== 黑客方法 ====================================
在 /modules/system/blocks/system_blocks.php
大约在第 56 行,你会找到以下行

$form->addElement(new XoopsFormDhtmlTextArea(_MB_SYSTEM_CONTENT, 'options[0]', htmlspecialchars($ts->stripSlashesGPC($options[0]), ENT_QUOTES), 15, 60));


将其修改为

$theEditor = new XoopsFormWysiwygTextArea(array());
$theEditor->setName('options[0]');
$form->addElement($theEditor);


================================================

基本上就是这样。

祝你好运!

加布里埃尔·梅迪纳
管理员
Rha7.Com 网站开发和设计
评分 0/5
评分: 0/5 (0 票)
投票已被禁用!


Login

Who's Online

272 user(s) are online (21 user(s) are browsing Publisher)


Members: 0


Guests: 272


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

Categories