Just a note to complete this thread and to update my 4) below.
Looks like you can restrict the users that are displayed in the scroll bar in the
Velocity (VM) template (i.e., insert.vm and modify.vm) at the user presentation layer.
Very nice!!! I had a bunch of "system" users that all start with "_" (e.g.,
_newuser). I just added !$user.getUserName().startsWith("_") in the appropriate if
block to eliminate all these users from the list.
Michael Dalton
--------------
Yup... It works. I did not have to make any code changes. I just moved the tables
over to the default mysql directory for the portal and wahlaaaaa...it works.
Couple of comments - things to complete installation:
1) Category fields have to be added to tables (e.g., INSERT INTO...)
2) Keep your Short Description "short" so it fits in the display.
3) User list (scroller) can probably get out of hand -- with thousands of users!!!
Needs a better way.
4) I have some users that are not real users. Will have to modify code to eliminate
them from the user list. Better way would be to have a config file with the non-users.
Michael Dalton
[EMAIL PROTECTED]
Internet Business Manager
Computing Systems Services Branch
Information Technology Directorate
IT-D3-A
Kennedy Space Center, FL 32899
(W) 321-861-2207 (F) 321-867-7133
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]