ページへ戻る
印刷
xugj_date で NEW 表示
をテンプレートにして作成 ::
xoops123
xpwiki
:XOOPSでWebサイトを作ろう/カスタマイズ/xugj_date で NEW 表示 をテンプレートにして作成
開始行:
TITLE:xugj_date で NEW 表示
うちのサイトでは、XUGJ の 「[[Smarty小ネタ:http://www.xug...
ネタもとを参考にして、テーマの images フォルダに new01.gi...
当初、ネタもとの記事をそのまま適用したところ、NEW画像が記...
style.css に下記内容を追加
span.new1 {
display:block;
width:27px;
height:10px;
background-image:url(images/new01.gif);
background-repeat: no-repeat;
text-indent:-9999px;
float:left;
}
span.new2 {
display:block;
width:30px;
height:11px;
background-image:url(images/new02.gif);
background-repeat: no-repeat;
text-indent:-9999px;
float:left;
}
d3forum の forum_block_list_posts.html を次のように編集・...
<ol style=”padding:3px;margin:0;”>
<{foreach item=post from=$block.posts}>
<li style=”margin:1px;”><a href=”<{$block.mod_url}>/ind...
<{/foreach}>
</ol>
<{* $post.forum_id, $post.forum_title *}>
を
<ol style=”padding:3px;margin:0;”>
<{foreach item=post from=$block.posts}>
<li style=”margin:1px;”><a href=”<{$block.mod_url}>/inde...
<{/foreach}>
</ol>
<{* $post.forum_id, $post.forum_title *}>
に変更。
終了行:
TITLE:xugj_date で NEW 表示
うちのサイトでは、XUGJ の 「[[Smarty小ネタ:http://www.xug...
ネタもとを参考にして、テーマの images フォルダに new01.gi...
当初、ネタもとの記事をそのまま適用したところ、NEW画像が記...
style.css に下記内容を追加
span.new1 {
display:block;
width:27px;
height:10px;
background-image:url(images/new01.gif);
background-repeat: no-repeat;
text-indent:-9999px;
float:left;
}
span.new2 {
display:block;
width:30px;
height:11px;
background-image:url(images/new02.gif);
background-repeat: no-repeat;
text-indent:-9999px;
float:left;
}
d3forum の forum_block_list_posts.html を次のように編集・...
<ol style=”padding:3px;margin:0;”>
<{foreach item=post from=$block.posts}>
<li style=”margin:1px;”><a href=”<{$block.mod_url}>/ind...
<{/foreach}>
</ol>
<{* $post.forum_id, $post.forum_title *}>
を
<ol style=”padding:3px;margin:0;”>
<{foreach item=post from=$block.posts}>
<li style=”margin:1px;”><a href=”<{$block.mod_url}>/inde...
<{/foreach}>
</ol>
<{* $post.forum_id, $post.forum_title *}>
に変更。
ページ名: