Worked great. Thanks again. Using:
$output .="<li><a href='[~".$web_UserLoginHomeID."~]' class='calrsslink'>Your Page</a></li>"
Not there when it’s not supposed to be, there when it is. Wonderful.
Ultimately, it would be ideal, I’d imagine, for many users of WebLoginPE, if all users could optionally be directed to a single page and then the content presented (probably in chunks) was triggered by their user name. However, even creating a page for each user (for low volume) is pretty user friendly for the client.
In my case I’m linking to customized surveys using phpQuestionnaire (the id of the questionnaire being triggered by a TV). I’m not sure how to have a list of user names that can be bound to a particular TV, such as when it’s user Y the id of the survey is 10, when x the survey id is 11, etc. A very generic way of doing this, user name to a set of TVs if necessary would be very powerful. I’d imagine you’d have to get an array of user names from the manager (and only of course, be able to assign content in the manager) and then somehow bind them to various template variables.