3
thanks @ladon
i am use this
<{if $xoops_isuser == true}>
<div style="text-align: center; padding: 3px; margin:3px;">
<br>
<a target="_blank" href="<{$xoops_url}>/modules/faq/index.php?cat_id=1#q10"> <{$lang_notice}>a>br>
<{$commentsnav}>
div>
<div style="margin:3px; padding: 3px;">
<{if $comment_mode == "flat"}>
<{include file="db:system_comments_flat.html"}>
<{elseif $comment_mode == "thread"}>
<{include file="db:system_comments_thread.html"}>
<{elseif $comment_mode == "nest"}>
<{include file="db:system_comments_nest.html"}>
<{/if}>
div>
<{/if}>
<{include file='db:system_notification_select.html'}>
but how i show any message visitor
sample:"comments not showing user, please login and see comments"
thanks.