Topic: Recent Profile Visitors
Hello,
i didn't find a right solution to view thumbnails for account visitors in "My page" .
How is the code to put in account_home.tpl?
This is the code to view the latest login visitors:
<div class="o_title">
<h3>{lang:"core","home_latest_visitors"}</h3>
</div> {members:limit=5,photos=1,orderby="lastvisit",members:group_id="2",cache_time=0,cache_name="latestvisitors"}</div>
But i want this in account_home.tpl and show the latest profile visitors.
And group_id="2" don't work. I see the admin.
Thamks for your help.