Last Visited 'x' minutes ago

Mr. Duck

Seasoned Veteran
Joined
Jul 29, 2010
Messages
2,643
Reaction score
0
FP$
256
how do i get it so when someones viewing a profile it says
Last Visited: x minutes ago
???
 
Try this code:

Code:
<dt>{L_VISITED}:</dt> <dd>{VISITED}</dd>

Not sure if it's what you want.
 
Put it in the profile template, not sure where I never use phpBB.
 
I believe you mean how to format the time to appear like that right? Well if so you need to set it in the ACP I believe it's under the general configuration tab.
 
You also need to change the time setting in your UCP. Changing it in the acp only changes it for guests and members that sign up after.
 
You would need to run a query in phpmyadmin to do that. It is not worth the trouble really. If members want it, they can change to that format.
 
Back
Top Bottom