Terningen
Terningen er webmasterens interface til at
- Oprette og slette sider på serveren;
- Manipulere indholdet af sider og navigationsmenu
- Opsætte og ændre site konfiguration og layout
- Uploade filer til serveren
- Omdøbe filer på servere
- Slette filer fra serveren
- Give eller begrænse adgang til brugere og admins
- Opdatere og holde systemet ajour
Med andre ord:
Alt hvad en webmaster behøver for at drive et moderne websted fra hans eller hendes browser!
Naviger terningen
Terningen kan roteres ved hjælp af
- en mus
(eller et andet pegeredskab;; track ball; pen; etc.);
- pil-tasterne på dit tastatur;
- dine fingre på en trykfølsom skærm (mobil; tablet; etc).
Alternativ: Admin båndet
You can also choose to display the black and white Admin Ribbon on the front page when you are logged in as an admin. The ribbon holds the same functions as the Admin Cube.
You can activate the ribbon from the front facing side of the Admin Cube as soon as you have created your first page.
Admins terning forklaret
Toggling the Ribbon - Cube interfaces
All about Toggling the Admin Ribbon
Templates
All about templates
Images
All about Images
Pages
The pages are created; edited and deleted from the page form. From here you get access to the WYSIWYG editor and some metadata controlling user access restrictions and the header associated with the page. You can also read the database id of the page; when the page was created and modified and who made the last updates to the page from the metadata. You can create as many pages as you like.
After installation the page table is empty so you need to add at least one page to change the domain landing page default content.
The navigation menu is handled from the menu form. The menu items are surrounded by icons for adding submenu items; deleting items or modifying items and changing the order in which the items are displayed. Furthermore the form has a button for adding a top level menu item. You can create as many menu items; submenu items and submenu levels as you want or screen resolution allows.
After installation the menu is empty except for two items that links to the index page and the login page.
The headers are handled from the Header form. From here you get access to the WYSIWYG editor and some metadata that display the database id of the header; when the header was created and modified and who made the last updates to the header. You can create as many headers as you like and you can associate as many pages to one header as you like but each page can only be associated with one header.
After installation the header table is empty except for one header (description: default; database id #1). You should modify the default header but do not delete it! It is the header used by the system as the default header: If no other header is specified in the page metadata the default header is used. So your site needs at least one (the default) header to function properly.
If you do not want you site to display any header at all you can do this:
a. Leave the default header empty;
b. Modify the file /index.aspx (using the built-in text editor "/admTextEditor.aspx"):
- Line 24: <asp:TextBox ID="TextBoxSearch"...>
Change the style attribute from
style="z-index: 10002;"
to
style="margin-top: -XXpx; z-index: 10002;">
in order to move the search field below the menu.
- Line 25: <asp:ImageButton ID="ImgBtnSearch"...>
Change the style attribute from
style="vertical-align:middle; z-index: 10002;"
to
<div style="margin-top:-XXpx; vertical-align: middle; z-index: 10002;">
in order to eliminate the top margin thus moving the menu to the very top.
Important:
The XX value moves the search field and search icon up and down with the XX pixels.
The value can only take positive or negative integers.
c. Save the file.
Styles
All about styles
Users
All about users
Files & Folders
All about files & Folders
System Maintenance
All about Maintaining your n-gen.net CMS
Source Code manipulation
All about Source Code