Re.xugj_date で NEW 表示

対象モジュール XOOPSでWordpress、徒然日記
件名 xugj_date で NEW 表示
要旨  XUGJ の Smarty小ネタ や XUGJ_date を作ろう  を参考に、当サイトのフォーラム 「投稿一覧」 ブロック(2009/02/21現在、左ブロックを下のブロックとして表示中)の日付表示を省略して、画像...

投稿ツリー


このトピックの投稿一覧へ

marine

なし Re.xugj_date で NEW 表示

msg# 1
depth:
0
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2009/2/21 21:47
marine  管理人   投稿数: 410

ご訪問帳のテンプレート mytbbs_block_recent.html について

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<ul>
<{foreach item=obj from=$objects}>
<li>
<a href="<{$THIS_MODULE_URL} rel="nofollow">/index.php?
action=view&amp;id=<{$obj->getShow('id')}>">
<{$obj->getShow('title')}></a> - <{if $obj->getShow('uid')}>
<{$obj->getShow('uid')|xoops_user:uname}><{else}><{$obj->
getShow('name')}><{/if}>
<{$obj->getShow('date')|xoops_formattimestamp:'y.m.d H:i'}>
</li>
<{/foreach}>
</ul>
 
<{if $xoops_isadmin}>
<div style="font-size: 8pt; text-align: right;">[
<a href="<{$xoops_url} rel="nofollow">/modules/legacy/admin/index.php?
action=BlockEdit&amp;bid=<{$bid}>"><{$smarty.const._EDIT}>
</a> ]</div><{/if}>

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<ul>
<{foreach item=obj from=$objects}>
<li>
<{$obj->getShow('date')|xugj_date:""}>
<a href="<{$THIS_MODULE_URL} rel="nofollow">/index.php?
action=view&amp;id=<{$obj->getShow('id')}>">
<{$obj->getShow('title')}></a> - <{if $obj->getShow('uid')}>
<{$obj->getShow('uid')|xoops_user:uname}>
<{else}><{$obj->getShow('name')}><{/if}>
</li>
<{/foreach}>
</ul>
 
<{if $xoops_isadmin}><div style="font-size: 8pt; text-align: right;">[
<a href="<{$xoops_url} rel="nofollow">/modules/legacy/admin/index.php?
action=BlockEdit&amp;bid=<{$bid}>"><{$smarty.const._EDIT}>
</a> ]</div><{/if}>

に変更しました。

この投稿に返信する

題名
ゲスト名
投稿本文

  条件検索へ