Leppy
Newbie   Posts: 2 Registered: 10/14/2003 Status: Offline
|
posted on 10/14/2003 at 03:12 PM |
I've noticed some posts of people using some commands that aren't in the
included documentation. Are these only available in the commercial version
or is there a current list of commands and their functions somewhere
here?
Either way I'd like to know what kind of command I'd have to use to display
the "Welcome USERNAME" function ONLY when a person is logged in... In
otherwords I don't want it to say "Welcome GUEST" or anything at all for
that matter untill the person is logged in. Is this possible? Is this a
stupid question? |
| |
| |
Shawn
Administrator   Posts: 4570 Registered: 10/7/2002 Status: Online
|
posted on 10/15/2003 at 08:05 AM |
This is a good question. If you are using AT-Lite, then open the
commands.php or and remove the user-welcome command for "anonymous".
Or you can copy the user-welcom command for "logged-in" and call it
logged-in-welcome and use that instead.
The new command.php have different sections for commands that apply to
different types of users.
all, anonymous, logged-in, admin
-Shawn
|
| |
Leppy
Newbie   Posts: 2 Registered: 10/14/2003 Status: Offline
|
posted on 10/15/2003 at 11:34 AM |
very good!... And quite easy to do, thank you much! |
| |