move into the context of the visitor’s contact node |
|
| see visitor, zena 1.0 | |
This tag lets you move into the context of the visitor’s Contact
node.
The visitor’s Contact
node can be used to link to favorites, current tasks, etc. It’s a just regular “Contact” node that is linked to a specific User. Example (works if there is a “favorites” relation defined for Contact):
<ul do='visitor_node' do='favorites'> <li do='each' do='link'/> </ul>
“visitor_node” is exactly the same as doing:
<ul do='visitor.node'>... or <ul do='visitor' do='node'>...
But it can be easier to use as a raw zafu tag:
<r:visitor_node>... instead of <r:visitor do='node'>...