About NVE Contact Management System
NVE content management system is a software system that provides website authoring, collaboration, and administration tools designed to allow users with little or no knowledge of web programming languages or markup languages to create and manage website content with relative ease.
The system uses a content repository/database to store page content, metadata, and other information assets that might be needed by the system.
The presentation layer (template engine) displays the content to website visitors based on a set of templates you choose.
Administration is done through a browser-based control panel.
The NVE-CMS allows non-technical users to make changes to a website with little or no training.
What are Addons |
|
Addons are individually written components that run within the content management system
IE! Forums, Blogs, Photo Albums or any other ASP application you want or need for your website. Example: the User Menu is a user account logon addon that allows your website users to create thier own account for your website.
When the website user logs on to there account thier account ID is stored in a cookie named account and holds the value accid.
So if you created a forum addon and wanted to use the website users id you would verify
request.cookies("account")("accid") Addons can use there own script pages, menus, javascript, style sheets and database tables
Minimum Required files
|
|
Last Update:Friday, May 17, 2013 | |
What Are Plugins |
|
Plugins are include files IE! javascript or css includes that do a particular function
Example:
|
|
Last Update:Wednesday, February 20, 2013 |