Hi!
The aim: After log in an agent sees a "welcome" message and a link to his/hers listing.
The way:
1.open a text/html module at any page you like.
2. Use the advanced setting module (text/html) to enable tokens use.
3. Set up the roles module (text/html) to view only by subscribers.
4. Paste this code into the module (on a source mode.)
5. Replace "YOUR_DOMAIN" with your domain name. Replace XXX with the property agent actual tab id.
Hello [User: FirstName]!:
< a href ="http://your_domain.com/tabid/XXXX/agentType/ViewSearch/PropertyAgentID/[User:Userid]/default.aspx >
Your listing < / a >
You can use that method to create other dynamic query links.
good luck!
P.S if we could enable tokens with "content rotator" module it was cool! |