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
xoopsズープスカテゴリのエントリ | 社内SEのウェブ制作

2012.01.09xoopsズープス

FCKエディタでの編集画面を、実際のページに近づけるため(実際のスタイルシートを読み込ませる)には、fckconfig.js を書き換えます。

------------------------------------------------------------------------------------------
fckconfig.js
http://demo.2bcool.net/news+index.page+article+storyid+33.htm
------------------------------------------------------------------------------------------

また、FCKエディタの「スタイル、フォーマット、フォント、サイズ」を編集するには、fckstyles.xmlを編集します。

------------------------------------------------------------------------------------------
fckstyles.xml
http://demo.2bcool.net/news+index.page+article+storyid+33.htm
------------------------------------------------------------------------------------------

を変更します。


このカテゴリの人気記事



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

Picoモジュールのエクストラフィールを利用して、画像を24個表示させたかったのですが、
20まではアップ、および表示が正常に出来るのでが、21枚目の画像がアップロードできません。

同じフィールド名で使用できるID数は20個という制限があるようです。


このカテゴリの人気記事



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

<{* admin controllers *}>
<{capture name="controllers"}>
 

<{if $content.can_edit}>
<a href="<{$mod_url}>/index.php?page=contentmanager&amp;content_id=<{$content.id}>">[<{$smarty.const._MD_PICO_LINK_EDITCONTENT}>]</a>
<{/if}>

<{if $xoops_isadmin}>
<a href="<{$mod_url}>/admin/index.php?page=contents&amp;cat_id=<{$category.id}>">[<{$smarty.const._MD_PICO_LINK_BATCHCONTENTS}>]</a>
<{/if}>


<{if $category.isadminormod}>
<a href="<{$mod_url}>/index.php?page=categorymanager&amp;cat_id=<{$category.id}>">[<{$smarty.const._MD_PICO_LINK_EDITCATEGORY}>]</a>
<{/if}>
   
<{if $category.can_makesubcategory}>
<a href="<{$mod_url}>/index.php?page=makecategory&amp;pid=<{$category.id}>">[<{$smarty.const._MD_PICO_LINK_MAKESUBCATEGORY}>]</a>
<{/if}>


<{if $category.can_post}>
<a href="<{$mod_url}>/index.php?page=makecontent&amp;cat_id=<{$category.id}>&amp;ret=mc<{$category.id}>">[<{$smarty.const._MD_PICO_LINK_MAKECONTENT}>]</a>
<{/if}>

<{/capture}>


このカテゴリの人気記事



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

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)
  • 閲覧 (20157)
2012.01.06xoopsズープス

upload_max_filesize 30M → 500M
max_execution_time 30秒 → 120秒
max_input_time 30秒 → 240秒



Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, **@**.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


このカテゴリの人気記事



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

新着記事一覧

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