If there's no owner, it'll show the current viewer's info. Use <IF {LINKOWNERID}> to test.
If you actually want the viewer, never use {MEMBER anywhere -- always {THISMEMBER. At some point I'll turn off the {MEMBER fallback which is only there for backwards compatibility with ancient versions.
Comments on Variables problem in details page
Member
Usergroup: Customer
Joined: Feb 08, 2007
Location: France
Total Topics: 20
Total Comments: 40
Hello Paul,
I have a problem in the details page.
In wrapper.tpl I added variables to display on every page informations about the person connected
example :
Some variables as {MEMBERNAME} and {MEMBERID} display informations about the person who proposed the website and not about the member connected.
I don't know since when I had this problem, but I think since version 5 with the display of blocks: Membership Status, Biographical Information, ...
Someone has the same problem?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
If there's no owner, it'll show the current viewer's info. Use <IF {LINKOWNERID}> to test.
If you actually want the viewer, never use {MEMBER anywhere -- always {THISMEMBER. At some point I'll turn off the {MEMBER fallback which is only there for backwards compatibility with ancient versions.
Member
Usergroup: Customer
Joined: Feb 08, 2007
Location: France
Total Topics: 20
Total Comments: 40
Thank you very much Paul
It work well width {THISMEMBER