What does the forum take place?

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
User avatar
Oliver
BBCoder III
BBCoder III
Posts: 120
Joined: 07 Mar 2010, 11:55

What does the forum take place?

Post by Oliver »

When looking at the location of the mailing list so you can see what area users.

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>
Locked