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.02.15xoopsズープス

 Picoモジュールのエクストラフィールドでアップロードした画像のヘッダー情報が壊れてますと表示される場合は、画像のサイズ指定がされていない場合があります。

picoモジュールの一般設定を確認してください。


このカテゴリの人気記事



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

xoopsのUTF8の言語ファイルの名前は「ja_utf8


このカテゴリの人気記事



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

格納場所: class - smarty - plugin

検索パネルに必要なプラグイン(開発)

class/smarty/plugins/function.job_content_search.php
class/smarty/plugins/function.job_search.php
class/smarty/plugins/function.job_string_concat.php
class/smarty/plugins/function.job_string_link.php

ページネーション機能、ページ送り機能、ページャー機能、ページナビ機能追加プラグイン(開発)

class/smarty/plugins/function.job_page_navi.php

xugj様ご提供プラグイン

class/smarty/plugins/function.xugj_block.php
class/smarty/plugins/modifier.xugj_date.php

テキストを指定した文字数で丸める

class/smarty/plugins/modifier.mb_truncate.php
class/smarty/plugins/modifier.truncate.php


このカテゴリの人気記事



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

 ホームページの制作途中。
実際のデータを入力してのテストサイトを作成している。
公開前に、検索エンジンに登録されてしまっては困る
といった場合に、yahoo!やgoogle等の検索エンジンに

「登録させない、検索させない」方法です。
 

■必要なファイル
robots.txt
.htaccess
.passwd

メタ要素に下記の記述を行う。

 

■Xoopsのmeta要素の記述例
互換レンダーシステム → 一般設定 → METAタグ(ROBOTS)を No Index No Follow  に

 


■xoopsのデフォルトのrobots.txtの最上部に
Disallow: / を追加する


User-agent: *
Disallow: /
Disallow: /admin.php
Disallow: /avatar.php
Disallow: /banners.php
Disallow: /edituser.php
Disallow: /footer.php
Disallow: /header.php
Disallow: /image.php
・・・

実際に公開する前に 「Disallow: /」を消すのを忘れないように!!!

 

■.htaccessファイルでベーシック認証をかける。

AuthType Basic
AuthName "Input your ID and Password." ←日本語だと文字化けするので、英語で。
AuthUserFile /home/※※/※※/※※/.passwd ←任意のディレクトリ。ユーザがアクセスできないディレクトリが望ましい。
require valid-user
パスワードの暗号化は下記のサイトで変換をかけて。
http://www.1kara.net/knowhow/basic.php 表示されたテキストを、.passwd へコピペ。


このとき「 任意のユーザID:暗号化されたパスワード 」とする。
例:taro: $1$eKvuzPgf$/nTUGc

 



アップロード。


このカテゴリの人気記事



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

これまで、photshopでパスを使って、めくれたシャドウの形を作ってましたが、
めくれたイメージをCSSだけで実現する方法が紹介されてました。
とても便利です。
http://coliss.com/articles/build-websites/operation/css/css-tutorial-peper-curl-by-sitepointstatic.html


このカテゴリの人気記事



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

新着記事一覧

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