パソコンQ&A

OpenPNE Smarty拡張

t_form

<form action="./" method="post">
<input type="hidden" name="m" value="pc">
<input type="hidden" name="a" value="do_h_home_search">
<input type="hidden" name="【名前】" value="【値】">

_methodpost,getpost 
_enctypefileまたはmultipartブランクmultipart/form-data
MAX_FILE_SIZEにmax(IMAGE_MAX_FILESIZE * 1024, FILE_MAX_FILESIZE * 1024)が入る。
_attrフォームの追加属性ブランク 
_form_actionフォームアクション属性値の追記クエリブランク 
mモジュール名ブランク 
aアクション名ブランク 
need_ssl_param ブランク 
t_url

./?m=pc&amp;a=page_h_message_box&amp;【名前】=【値】

_urlencodetrue or falsefalseurlencode
_absolutetrue or falsefalse絶対パスかどうか
_htmltrue or falsetruehtmlspecialchars
mモジュール名ブランク 
aアクション名ブランク 
t_url_mail

http://localhost/?m=pc&a=page_h_message_box&【名前】=【値】

_absolutetrue or falsetrue絶対パスかどうか
_htmltrue or falsefalsehtmlspecialchars
mモジュール名ブランク 
aアクション名ブランク 
t_img_url

./img.php?filename=c_11_1207120065.jpg&amp;w=76&amp;h=76&amp;m=pc
({t_img_url filename=$c_commu.image_filename w=76 h=76})
({t_img_url filename=$c_member.image_filename w=180 h=180 noimg=no_image})
./img.php?filename=skin_default_no_image_1212482275.gif&amp;w=180&amp;h=180&amp;m=pc

_htmltrue or falsetruehtmlspecialchars
_urlencodetrue or falsefalseurlencode
noimg画像ファイル名no_image画像がないときの代替画像
w画像幅ブランク画像の幅
h画像高さブランク画像の高さ
fjpg,gif,pngブランクファイル種類

別サーバーの場合、OPENPNE_IMG_URLにパスを書く。
画像キャッシュを使用する場合はOPENPNE_IMG_CACHE_PUBLIC

t_img_url_skin

({t_img_url_skin filename=content_header_1})
./skin/001/img/content_header_1.gif

このページはリンクフリーです。設定などは自己責任で…
Copy Right kikky

kikky.net