No.44479 プラグインの最新コメント。
プラグインの最新コメントのところで、記事の題名は表示されるのですが、日付と投稿者名が表示されません。
テンプレートの設定/編集で修正しようとしたら、
/*各プラグイン処理内基本デザインの下に記載する日付など */
/*日付を表示しない設定になっています */
/*表示したい場合は display: none; の行を削除してください */
とあったので削除して上書き保存したのですが、結局表示はされませんでした・・・。
どなたか分かる方いましたら教えてください!!
http://itannjiteppei.blog.shinobi.jp/が自分のブログです。
よろしくお願いします。
テンプレートの設定/編集で修正しようとしたら、
/*各プラグイン処理内基本デザインの下に記載する日付など */
/*日付を表示しない設定になっています */
/*表示したい場合は display: none; の行を削除してください */
とあったので削除して上書き保存したのですが、結局表示はされませんでした・・・。
どなたか分かる方いましたら教えてください!!
http://itannjiteppei.blog.shinobi.jp/が自分のブログです。
よろしくお願いします。
投稿者:No Name Ninja 投稿時間:2010-07-14 18:43:21
投稿者 : No Name Ninja
投稿時間:2010-07-14 20:21:27
名前と日付が表示されているように見えますが?
でも変な<a>タグがありますね。
プラグインの編集の画面からHTMLの編集をした方がいいかも?
デフォルトはこんな感じです。
<!--plugin_comment-->
<div class="plugin_data">
<div class="plugin_cm<!--if_comment_res-->_with_res<!--/if_comment_res-->">
<a href="<!--$plugin_comment_link-->"><!--$plugin_comment_title--></a>
<!--if_comment_res--><img alt="" align="absMiddle" src="http://bfile.shinobi.jp/emoji/V/88.gif" /><!--/if_comment_res-->
</div>
</div>
<div class="plugin_data_date">[<!--$plugin_comment_mon-->/<!--$plugin_comment_day--> <!--$plugin_comment_name-->]
</div>
<!--/plugin_comment-->
でも変な<a>タグがありますね。
プラグインの編集の画面からHTMLの編集をした方がいいかも?
デフォルトはこんな感じです。
<!--plugin_comment-->
<div class="plugin_data">
<div class="plugin_cm<!--if_comment_res-->_with_res<!--/if_comment_res-->">
<a href="<!--$plugin_comment_link-->"><!--$plugin_comment_title--></a>
<!--if_comment_res--><img alt="" align="absMiddle" src="http://bfile.shinobi.jp/emoji/V/88.gif" /><!--/if_comment_res-->
</div>
</div>
<div class="plugin_data_date">[<!--$plugin_comment_mon-->/<!--$plugin_comment_day--> <!--$plugin_comment_name-->]
</div>
<!--/plugin_comment-->


















