Strict Standards: Non-static method Protector::getInstance() should not be called statically in /home/suehirogari/suehirogari.com/xoops_trust_path/modules/protector/include/precheck_functions.php on line 12

Strict Standards: Non-static method XCube_Root::getSingleton() should not be called statically in /home/suehirogari/suehirogari.com/public_html/include/common.php on line 18

Deprecated: Non-static method XCube_Root::getSingleton() should not be called statically, assuming $this from incompatible context in /home/suehirogari/suehirogari.com/public_html/modules/user/preload/Primary/Primary.class.php on line 13
bulletinモジュールのオプションのデフォルトの設定を変更する方法 | 社内SEのウェブ制作

2012.01.06xoopsズープス

bulletinモジュールのオプションのデフォルトの設定を変更する方法

FCKエディタを利用する場合、
「HTMLを利用する」「改行を自動挿入する」のチェックのつけはずしが
ひつようになります。
(HTMLを利用するにチェックを入れて、改行を自動挿入するのチェックをはずす)

そこで、新規作成時のデフォルトの状態で、
FCKエディタに適した状態にするには、

xoops_trust_path → modules → bulletin → class → bulletin.php
の28行あたりの以下の部分を

        $this->initVar("html", XOBJ_DTYPE_INT, 0, false);
        $this->initVar("smiley", XOBJ_DTYPE_INT, 1, false);
        $this->initVar("br", XOBJ_DTYPE_INT, 1, false);

 

        $this->initVar("html", XOBJ_DTYPE_INT, 1, false);
        $this->initVar("smiley", XOBJ_DTYPE_INT, 1, false);
        $this->initVar("br", XOBJ_DTYPE_INT, 0, false);

に変更すると実現できます。


このカテゴリの人気記事



  • コメント (0)
  • トラックバック (0)
  • 閲覧 (20056)

トラックバック

トラックバックpingアドレス http://www.suehirogari.com/modules/blog/tb.php/344

コメントの投稿

コメント投稿に関するルール : コメントは全て承認が必要
新着記事一覧

キーワードでサイト内を検索
人気のエントリ