1

Topic: recently viewed

Hello,

how can i show the recently viewed members in account_home?

Thanks

2

Re: recently viewed

try to put this into your account_home.tpl:

{members:visitors_id=session.member_id}

www.vldMagic.com - first choice customizations help desk
www.vldCrowd.com/radioact - my profile at vldCrowd

3

Re: recently viewed

Thanks,

but this show members, who visited my own profile.

I mean, i like to see last members, wich i visited.

Is this possiple?

4

Re: recently viewed

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

5

Re: recently viewed

+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)

6

Re: recently viewed

Great idea, will do such mod in the near future.

www.vldMagic.com - first choice customizations help desk
www.vldCrowd.com/radioact - my profile at vldCrowd

7

Re: recently viewed

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 big_smile

8

Re: recently viewed

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 -->
www.vldMagic.com - first choice customizations help desk
www.vldCrowd.com/radioact - my profile at vldCrowd

9

Re: recently viewed

Hello radioact,

thanks for your solution.
I will try it in next time and let you know when i get problems.

Guni