1

Topic: Last visited:

Hi all,

I'm customizing the search_results.tpl file and going through the lib.search.php file it seems that all member data allready are being extracted, so is there an easy way to include the members.lastvisited to the search results? The results are already sorted by this field, right .. so can I call it in search_results.tpl or du I have to work with it in lib.search.php?

Any suggestions?

Daniel

2

Re: Last visited:

In search_result.tpl I do this in the area where all the other <dt> ect. is:
<dt>Last visit</dt>
<dd>{member_last_visit}</dd>

Is it something like this you are asking for?

- From the beginning I was intelligent, but since I learn something every day, I'm sure I'll end up wise as well -

3

Re: Last visited:

Hi Freja!

Thanks a bunch!
Exactly what I needed smile