__section__ default __description__ __title__ __page__ search __lang__ en_US __name__ commentsearch __template__ [% USE Slash %]
This search covers the name, email, subject and contents of comments that are posted.
[% IF comments %]
[% x = start ? start : 1 %]
[% FOREACH comment=comments %]
[% user_email = Slash.db.getUser(comment.8, ['fakeemail', 'nickname']) %]
[% IF comment.10 %]
[% comment.10 %]
[% ELSE %]
[% x %]
[% END %]
[% comment.5 %]
by [% user_email.nickname %] on [% Slash.timeCalc(comment.7) %]
attached to
[% comment.3 %]
posted on [% Slash.timeCalc(comment.6) %]
[% x = x + 1 %]
[% END %]
[% PROCESS pagination %]
[% ELSE %]
No Matches Found for your query
[% END %]
__seclev__ 100