Forum OpenACS Q&A: How to Add a Welcome Message Using User Info

How can add the User's Name to the home page welcome message? I currently have  a website which was developed using OpenACS and would like to know if this is something  I can add myself through the WSIWYG.
Collapse
Posted by Randy O'Meara on
Ricardo,

Take a look at www/login-status.tcl & .adp on any recent oacs distribution. It does what you're asking... it displays the user's name or an indication that the user is not logged in.

/Randy

Collapse
Posted by Ricardo Sanchez on
Thanks!