XOOPS Cube TOKAI

XOOPS Cube 東海 コミュニティ

[ パスワード紛失 ] [ 新規登録 ] User :Pass :
XOOPS Cube 検索
メインメニュー
おまけメニュー
XOOPSCube OfficialSite
AMPX関連リンク
sf.net Project
SmartSection is developed by The SmartFactory (http://www.smartfactory.ca), a division of INBOX Solutions (http://inboxinternational.com)
XCube Tips > XOOPS Cube 2.1 > Themes & Templates > Smarty > XOOPS Cube で追加されたSmarty Plug-in
XOOPS Cube で追加されたSmarty Plug-in
投稿者: Tom 掲載日: 2005-11-24 (2847 回閲覧)

xoops_user


modifier.xoops_user.php
書式:

<{$uid | xoops_user  key="キー名" }>
    uid: user id
    key: XoopsUserObject のプロパティ名 ( name , uname , url , email .....など)


xoops_user_avatarize


modifier.xoops_user_avatarize.php
UIDから、ユーザーアバターのURLを返す。
書式:

<{$uid | xoops_user_avatarize }>
    uid: user id


xoops_date_format


modifier.xoops_date_format.php
書式:

<{$time | xoops_date_format  format="フォーマット形式"}>
   time =
   format = "%b %e, %Y"


xoops_formattimestamp


modifier.xoops_formattimestamp.php
書式:

<{$time | xoops_formattimestamp format="フォーマット形式"}>
   time =
   format = "s"



xoops_input


function.xoops_input.php
書式:

<{xoops_input }>
    name = name of form 'name'
    type = "text" or other
    value = preset value
    class = html class
    size =
    maxlength =


xoops_token


function.xoops_token.php
書式:

<{xoops_token }>
    name = token name
    value = token value
    actionform = actionform object


xoops_pagenavi


function.xoops_pagenavi.php
書式:

<{xoops_pagenavi }>
    pagenavi =
    total = 
    current =
    perpage =
    url = 
    offset =


xoops_textarea


function.xoops_textarea.php
書式:

<{xoops_textarea }>
    name = name of form 'name'
    value = preset value
    class = 
    cols = 
    rows =


xoops_dhtmltarea


function.xoops_dhtmltarea.php
書式:

<{xoops_dhtmltarea }>
    name = name of form 'name'
    values = preset value
    cols = default 50
    rows = default 5

Copyright (C) 2005-2007 by XOOPS Cube TOKAI. All Rights Reserved. // Powered by XCube Legacy 2.1 - Xlab - MalaikaSystem