Develop and Download Open Source Software

View smarty_dhtml_v100 - Release Notes

category(Tag) tree

file info

category(Tag)
root
file name
Extra_smarty_dhtml_v100_-_Notes
last update
2005-02-21 14:51
type
Plain Text
editor
Minahito
description
smarty_dhtml_v100 - Release Notes
language
English
translate
 配布中のモジュール YYBBS などで xoops でお馴染みの bb コード入力フォームを表示させるために必要な Smarty プラグインです。 XOOPS_ROOT_PATH の class/smarty/plugins/ の下に突っこんで下さい。
 使い方は、最低限 name を指定します。

<{xoopsdhtmltarea name=message}>

 ほかに rows cols value の指定が可能です。
 YYBBS v0.4x のテンプレート yybbs_form.html に使うには、

<textarea cols=56 rows=7 name=message wrap="soft"  style="background-color:
#F7FAFD; color:#000000;"><{$form_message}></textarea>

 を、

<{xoopsdhtmltarea cols=56 rows=7 name=message value=$form_message}>

 のようにします。

 GPL になります。というか、どうでもいいコードなので、もうどうにでもしてください……。
SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.