Difference between revisions of "Adding own pages"

From TITAN Wiki
Jump to: navigation, search
m
(Tag: visualeditor)
m
Line 1: Line 1:
  
TITAN provides you with the ability to add unlimited number of new pages to your website.        
+
TITAN provides you with the ability to add unlimited number of new pages to your website.
 
+
       
 +
[[File:Info_sites.png|thumb|Sites Master - example blank page]]
 +
[[File:Info_user.png|thumb|User Master - example blank page]]
 
You can add new pages to ''Sites Master'' or ''User Master'' (see more [[Changing default theme|here]]). To add a new page, you need to connect to your server file system. You can do it via [[How_to_use_FTP_Client|FTP]] or RDC. We prepared a special empty pages to make the whole process easier for you         
 
You can add new pages to ''Sites Master'' or ''User Master'' (see more [[Changing default theme|here]]). To add a new page, you need to connect to your server file system. You can do it via [[How_to_use_FTP_Client|FTP]] or RDC. We prepared a special empty pages to make the whole process easier for you         
  
Line 16: Line 18:
 
# The page should be working now under the URL: ''<nowiki>http://yourdomain/sites/yourNewPageName.aspx</nowiki>'' (example for Sites Master)
 
# The page should be working now under the URL: ''<nowiki>http://yourdomain/sites/yourNewPageName.aspx</nowiki>'' (example for Sites Master)
  
<gallery>
 
Info_sites.png|New page '''Home Page'''
 
Info_user.png|New page '''User Panel'''
 
 
</gallery>
 
  
 
== See also ==
 
== See also ==
 
* [[Custom static pages]]
 
* [[Custom static pages]]
 
* [[Custom homepage]]
 
* [[Custom homepage]]

Revision as of 17:01, 15 September 2017

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

Sites Master - example blank page
User Master - example blank page

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)
    • OR
    • ~/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