if_comment_url

もしもコメント登録時にURLが登録されていたら

<!--if_comment_url-->■■■<!--/if_comment_url-->

解説

コメント処理の中で「投稿されたコメントにURLが登録されていたら」と言う条件を設定します。
URLが登録されている場合にどうするか、を設定出来ます。

<!–comment–>の中で利用します。

サンプル

コメント:<!--comment-->
No.<a href="<!--$comment_edit_link-->"><!--$comment_no-->
</a>
<!--$comment_title-->
投稿者:<!--if_comment_mail-->
<a href="mailto:<!--$comment_mail-->">
<!--/if_comment_mail-->
<!--$comment_name--><!--if_comment_mail-->
</a>
<!--/if_comment_mail-->
<!--if_comment_url-->
URL:<!--$comment_url-->
<!--/if_comment_url-->
本文:<!--$comment_text-->
投稿日時:
<!--$comment_year-->年
<!--$comment_mon-->月
<!--$comment_day-->日
(<!--$comment_youbi-->)
<!--$comment_hour-->時
<!--$comment_min-->分
<!--$comment_sec-->秒
<!--/comment-->