How do you get it modified so that you can see the exact topic to what they read.
I've seen one phpBB3 forum that kind of function.
look that!! viewonline.php
Thanks... If anyone knows the answer so you can get a good snippets.
How do I change the file so that the chain will see the exact message?
viewonline_body.html
Code: Select all
<!-- IF .user_row -->
<thead>
<tr>
<th class="name"><a href="{U_SORT_USERNAME}">{L_USERNAME}</a></th>
<th class="info"><a href="{U_SORT_LOCATION}">{L_FORUM_LOCATION}</a></th>
<th class="active"><a href="{U_SORT_UPDATED}">{L_LAST_UPDATED}</a></th>
</tr>