Hello there!
It would be nice to have one or more view filters to show more infos about the latest visitors. In my case I have a custom userprofile nodetype. So every information is stored within this nodetype. I just want to show additional infos like avatar or gender.
I don't know if it is possible but a filter like "user visits: author viewed my profile" would be great. Than I could show just more information.
Greetings
CKIDOW
Comments
Comment #1
sanduhrsI don't have the time to do so atm, sorry.
If it's just for displaying additional information in a user's profile node, then you may implement this via themeing.
You may use something like:
Also see http://drupal.org/node/11816 and #159370: user visit and user_profile.tpl.php
Comment #2
ckidowNo it should not be shown within a user's profile node... it should be shown everywhere in any tpl.php and should load several variables from the custom user's profile node like $avatar or something I added by CCK. :)
Comment #3
sanduhrsJust as I said, no time for developing it, atm.
But shurely will accept patches.
Comment #4
dropchew commented+1 subscribe for D6. Thanks
Comment #5
sanduhrsBumping version.
Comment #6
sanduhrsThe module has views integration in the latest version.