Topic: recently viewed
Hello,
how can i show the recently viewed members in account_home?
Thanks
You are not logged in.
Hello,
how can i show the recently viewed members in account_home?
Thanks
try to put this into your account_home.tpl:
{members:visitors_id=session.member_id}
Thanks,
but this show members, who visited my own profile.
I mean, i like to see last members, wich i visited.
Is this possiple?
Is it possible?
I hope somebody understand me. I mean this like in a shop, where you can see, wish last articles you visited.
So the member can jump back to someone while search in members.
Thanks
+1
We already have Who viewed me.
It will also be a good feature to have Who i viewed in that logged in session.
Last edited by olabisi (2012-04-08 12:25:39)
Great idea, will do such mod in the near future.
well even if it can be done should restrict to like 10 profiles.
show them on the side of the website for example. if you view 100 profiles it will not look pretty ![]()
Ok, fix was really simple.
Though I didn't test it live should work just fine.
This is slightly modified ext.members.php of vldP v.2.7
It can now take new param visited_id similar to visitors_id
http://www.vldcrowd.com/media/uploads/f
uujurx.zip
Example usage code to be put into your sidebar.tpl:
<!-- IF loggedin -->
{members:limit="6",visited_id=session.member_id,orderby="visitdate",orderdir="desc",template="ext.members_online.tpl"}
<!-- ENDIF -->Hello radioact,
thanks for your solution.
I will try it in next time and let you know when i get problems.
Guni