Message Text |
Hi,
I have comments "subject", "message", and I added a field "commentlanguage" whre users can select the language, the comment is written in. What I want to achieve is that only comments in the useres selected language are shown. In detailscomment.tpl I found the following code:
<table {STANDARDTABLE}>
<!-- BEGIN POST -->
<!-- BEGIN REGULAR -->
[INSERTFILE=postbit]
<!-- END REGULAR -->
<!-- END POST -->
</table>
How can I achieve, that this section does only show comments with e.g "commentlanguage={VISITORLANGUAGE}"?
Cheers,
Chris |