Top panel menu documentation
List of pages composing the menu
The root of the children pages that compose the menu is Content (CustomExtension.TopPanelMenu.Content.WebHome). Every children page should be created on this location and using specific name (with their title custumized).
Below the listing of the pages composing the menu:
- Links with the page name followed by (Title of the page) and their content: the pages naming is important.
(Appear in yellow and large characters, pages that are incorrectly named and must be renamed and / or moved without redirection.)
- Note: prefixes names of pages to use are: Tab - xx (Title to modify) -> Col - xx -> Listitem - xx (Title to modify) . xx is a number to sort the menu items.
- Tab-001 (Getting Started)
- Col-01 (Col-01)
- Listitem-01 (Guides, Formatting, Syntax)
- Listitem-02 (Useful Macros)
- Col-02 (Col-02)
- Listitem-01 (Official Documentation)
- Col-01 (Col-01)
- Tab-01 (Categories (Open Editing and Creations))
- Col-01 (Col-01)
- Listitem-01 (Race)
- Listitem-02 (Crime)
- Listitem-03 (Media, Propaganda, and Conditioning)
- Col-02 (Col-02)
- Listitem-01 (White Decline)
- Listitem-02 (Dating & Social Media)
- Listitem-03 (Discrimination)
- Listitem-04 (Islam)
- Col-04 (Col-04)
- Listitem-01 (Immigration and Politics)
- Listitem-02 (Science and Research)
- Listitem-03 (Jews)
- Col-05 (Col-05)
- Listitem-001 (Israel, Palestine, and the Middle East)
- Listitem-01 (Education and Society)
- Listitem-02 (History)
- Listitem-03 (Entertainment)
- Col-01 (Col-01)
- Tab-021 (Resources and Groups)
- Col-01 (Col-01)
- Listitem-01 (Platforms)
- Listitem-02 (Other Pro White Groups)
- Col-02 (Col-02)
- Listitem-01 (Collections)
- Listitem-02 (Blogs and Contributions)
- Col-01 (Col-01)
- Tab-04 (.)
- Col-01 (Col-01)
- Listitem-01 (Testing)
- Listitem-02 ( Appearance & Interface)
- Listitem-03 (Templates and Imports)
- Col-02 (Col-02)
- Listitem-01 (Search and Indexing)
- Listitem-02 (Tools)
- Col-03 (Col-03)
- Listitem-01 (Core Admin and Permissions)
- Listitem-02 (Logging)
- Listitem-03 (Shortcuts)
- Col-04 (Col-04)
- Listitem-01 (You Nosey Fucker Get out of Here)
- Col-01 (Col-01)
Expandable menu structure
The deployable menu is composed of
- tabs (Tab-xx)
The expanded menu when clicking on a tab displays:
- one or more columns (Col-xx)
- and 1 to several links (or text) groups: (Listitem-xx)
All code is in Content and the children pages contain the list of shortcuts (Listitem-xx).
To add a tab in menu (Tab-xx), you have to create a children page, in CustomExtension.TopPanelMenu.Content.WebHome location, named "Tab-xx" (xx is usually a number to sort tabs) and the page title, the tab label to displayed.
To add a column (Col-xx) in the expanded menu, you have to create a children page, in "CustomExtension.TopPanelMenu.Content.Tab-xx.WebHome" location, named "Col-xx" (xx to sort columns). The title does not matter here eg CustomExtension.TopPanelMenu.Content.Tab-01.Col-01.WebHome
To add a shortcut group ( Listitem-xx ), simply create a children page of "CustomExtension.TopPanelMenu.Content.Tab-xx.Col-xx.WebHome" with the name "Listitem-xx" ( xx to sort groups) and the page title, the title of the links group, eg CustomExtension.TopPanelMenu.Content.Tab-01.Col-01.Listitem-01.WebHome Links are added to this page as a bulleted list.
There aren't terminal page.
To delete a links group, a column or a tab, simply delete the page concerned and its childrens pages.
It is possible to move a group of links, a column or a tab, just move the page and its childrens pages (uncheck redirection) taking care to move it to the correct location ( tree: Content-> Tab- xx-> Col-xx-> Listitem-xx ) and name the page correctly: Tab-xx, Col-xx, Listitem-xx
To navigate in the different pages to create / modify the menu, it is wise to use the breadcrumb.