Yes it does! And that's a good idea too!
So the files named "user_list.htm" and "user_profile.htm" need to be edited (for those that can't find where this should go).
And rather than doing another <#if ! logged> clause, I changed to an <#else> for the message, which is also more "generic" to fit either file:
<#if logged>
.
. . . existing code is here ...
.
<#else>
Sorry, you must be logged in to see Member information!
</#if>
[originally posted on jforum.net by GatorBait3]