Module build can be run Standalone and can be plugged in bigger Applications. It will need Coldfusion 8 to run these modules. Module can be run standalone and tested. The database is used MS-Access so it should be compatible with all databases even if they get Get shifted to another Applications.
Here are some of few features of the Applications.
Bill Board Manager:
Billboard Manager allows you to manage and display content including news items, ads, or important messages in a billboard on your website:
· Easily add a new billboard item through any standard web browser
· Add a thumbnail image to your billboard item
· Use built-in WYSIWYG editor to add pictures, links, Flash, and other design elements to your billboard item.
· Add item name, description, category, and related link
· Deactivate item without deleting it
· Pre-configured Access database
· Automatically updates order with each item added
· SEO for the Bill Board Manager.
· Manage Admin
· Manage Mail Accounts
· Add/Edit Attachments
· Upload Images/Any Document File to the Board Item
· Fully Advanced captcha Login Module for Admin (if needs to run standalone).
Just edit the style.css to match the styles with your website!
Settings You need to Edit in Application.cfc Files of This Application:
Find the value below in bother Admin folder Application.cfc and main Application.cfc
<cfset request.relativePath = "BillBoardManager/">
Change it according to your settings, like if you have another folder like BillBoardManager write BillBoardManager there.
Find these Two Fields:
<cfset request.defaultLink = "http://localhost/BillBoardManager/">
<cfset request.absoluteDIR = "c:inetpubwwwrootBillBoardManager">
Change them according to your settings
Cheers
|