Monday 21 February 2005 9:08:05 am
I want a page named "My Account" (for registered users) witn links to "my information", "change password", "my bookmarks", "my drafts", etc. So I've created a folder "my account" and an override for it (myaccount.tpl). Also I've created an included template for user menu (user_menu.tpl). In these templates I fetch current user and I concat userID on links, but it not work. The caching mecanism don't refresh current user, so the userID is for the user that generates cache page, not for actual current user. What is wrong? How can I solve this problem?
Thanks in advance, Adolfo Barragán
|