good afternoon EE’eers,
first of all, let me state that I have gone thru the docs and tried to find an answer, but I could not come up with a valid solution.
the problem is as follows: I have a section called “handouts”. The actual handouts that are to be made available via that section are personalized to the end user and I would like to have a generic URL available for all users, say domain.com/handouts/
the idea: a user goes to domain.com and logs in, then clicks on “handouts” and is presented with his (or her) very own handout. no special deep links, no extras, just a smart template that takes the member_id / member_group_id / group_id of the user and outputs the content of the template based on that.
now, I know that I could do this by hard-coding the content inside the index template of the “handouts” group, but that somehow defeats the purpose of a CMS, so I am hoping that someone has a better solution, I’d really appreciate that 😊