What is an RSS Feed?its RSS FeedAll Feeds
Profile

Home . Ministries . ITS . CMSOverview . CMSNewModule

Login


EducationMinisterialFinancial ServicesCamp MiVoden

Module Development

CMS Modules extend the base functionality of the CMS. Examples include RSS Feeds, Webuser Profile, and Media Player.

  1. Edit engine_redirector.asp fowards to have the module respond on an appropriate www.uccsda.org/name. keep the name simple, and non-conflicting with webservices (page names) that already exist.
  2. create an appropriate engine_modulename.asp file
  3. if the module needs accompanying tools, like Javascript , place them in the /!nclude/tools folder.
  4. if the page needs conditional javascript and css, edit webpage_functions.asp:Function DrawConditionalJSPostProcess()

note: the module will need to call the draw masthead() function, drawfooter() function, and give an appropriate breadcrumb. review user_login.asp as an example.