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
最新エントリー | 社内SEのウェブ制作

2010.11.19xoopsズープス

編集するファイル
■編集するテンプレート
links_submit.html
links_edit.html

■編集するファイル
xoops_trust_path/modules/links/class/links_Link.class.php
 

★link_submit.htmlの変更箇所
--最上部へ追加--
<script type="text/javascript" src="<{$smarty.const.XOOPS_URL}>/common/fckeditor/fckeditor.js"></script>
<script type="text/javascript"><!--
function fckeditor_exec() {
var oFCKeditor = new FCKeditor("desc", "100%", "500", "Default");
oFCKeditor.BasePath = "<{$smarty.const.XOOPS_URL}>/common/fckeditor/";
oFCKeditor.ReplaceTextarea();
}
//--></script>

--変更--

<{xoopsdhtmltarea name="desc" cols="50" rows="7" value=$desc pre_style="display:none;" post_style="display:none;"}>
から
<textarea id="desc" name="desc"><{$desc}></textarea><script>fckeditor_exec();</script>

★link_edit.htmlの変更箇所
--最上部へ追加--
<script type="text/javascript" src="<{$smarty.const.XOOPS_URL}>/common/fckeditor/fckeditor.js"></script>
<script type="text/javascript"><!--
function fckeditor_exec() {
var oFCKeditor = new FCKeditor("desc", "100%", "500", "Default");
oFCKeditor.BasePath = "<{$smarty.const.XOOPS_URL}>/common/fckeditor/";
oFCKeditor.ReplaceTextarea();
}
//--></script>

--変更--

  <{xoopsdhtmltarea name="desc" cols="50" rows="7" pre_style="display:none;" post_style="display:none;" value=$link.description}>
から
<textarea id="desc" name="desc"><{$link.description}></textarea><script>fckeditor_exec();</script>


xoops_trust_path/modules/links/class/links_Link.class.php の変更 } else {
$description = $myts->makeTareaData4Show($row['description'],0); から
$description = $myts->displayTarea($row['description'], 1, 1, 1, 1, 0);

 


このカテゴリの人気記事



  • コメント (0)
  • トラックバック (0)
  • 閲覧 (18765)
2010.11.13xoopsズープス

searchモジュールはlanguagesファイルに ja_utf8ファイルが必要


このカテゴリの人気記事



  • コメント (0)
  • トラックバック (0)
  • 閲覧 (15782)
2010.11.13日々思うこと

デメリットをメリットに ハッピーサプライズ


このカテゴリの人気記事



  • コメント (0)
  • トラックバック (0)
  • 閲覧 (16486)
2010.11.05ECCUBE覚書

user_data > packages > default > css >  import.css


このカテゴリの人気記事



  • コメント (0)
  • トラックバック (0)
  • 閲覧 (19010)
2010.11.01Dreamweaver

「レイアウト」ボタンをクリックし、左右に分割のチェックをはずす。


このカテゴリの人気記事



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

新着記事一覧

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