Adding own pages

From TITAN Wiki
Jump to: navigation, search
Sites Master - example blank page
User Master - example blank page

TITAN provides you with the ability to add unlimited number of new pages to your website.

You can add new pages to Sites Master or User Master (see more here). To add a new page, you need to connect to your server file system. You can do it via FTP or RDC. We prepared a special empty pages to make the whole process easier for you

  1. Copy-paste (multiply) files:
    • ~/sites/blueprint.aspx and ~/sites/blueprint.aspx.cs (for Sites Master)
    • ~/user/blueprint.aspx and ~/user/blueprint.aspx.cs (for User Master)
  2. Now in selected folder you should have files similar to blueprint_copy.aspx and blueprint_copy.aspx.cs.
  3. To get new page to work, you have to change:
    1. blueprint_copy.aspxyourNewPageName.aspx and blueprint_copy.aspx.csyourNewPageName.aspx.cs.
    2. Get into yourNewPageName.aspx and edit first line:
      • Info aspx.png
      • CodeFile="blueprint.aspx.cs" → CodeFile="yourNewPageName.aspx.cs"
  4. The page should be working now under the URL: http://yourdomain/sites/yourNewPageName.aspx (example for Sites Master)


See also