About This Code
Brief Description:
OpenNTF website content template
Category:
Design Elements
Notes Version:
R5.x, R6.x
Last Modified:
17 Dec 2002
OpenNTF Disclaimer
All of the program code and information presented in the OpenNTF.org Code Bin are provided "as-is", and should be used at your own risk. OpenNTF.org make no express or implied warranty about anything in the Code Bin, and OpenNTF.org will not be responsible or liable for any damage caused by the use or misuse of anything from this site. OpenNTF.org makes no guarantees about anything. Please thoroughly test all of the knowledge and code you find here before you attempt to use them in your production environment.
Code / Description
This is the content management db we use for OpenNTF content. Its very basic - no page versioning, no approval workflow, etc - just a basic tool to store content and use as a portal
Usage / Example
Read the About/Using documents in the database
Code Attachments
Comments
Posted by Frank Bradshaw on 04/20/2003 03:06:32 PMThank you
This was exactly what I've been looking for in a portal.
The ability to give my users a front page to look at and then click on a link to access some of
their most used databases.
I have a question.
Some of are databases are easy as they url is static.
what would I need to do to get each user to click on a link to access their mail?
The URL for their mail is unique to their name so a static URL wouldn't work.
It would have to check the directory and pull their mail file info.
I'm not a developer so I'm a bit lost on this.
Any help?