- 28 Jun 2022
- 2 Minutes to read
- DarkLight
Creating Custom Pages
- Updated on 28 Jun 2022
- 2 Minutes to read
- DarkLight
You can create static and dynamic custom pages directly from the template files editor on the Admin Panel.
Pick the static custom page tutorial if you have no experience in web development and want to create a page using our built-in editor.
Pick the dynamic custom page tutorial if you want to build a custom page using React, HTML, and CSS.
Creating a Static Custom Page
Static custom pages are ideal if you want to display simple information on your User Portal and you have little to no web development experience.
For example, a page dedicated to your team with their photo and a bio or a page dedicated to the values and rules of your space
Log in to dashboard.nexudus.com if you aren't already.
Click on Pages & components.
Click Add file.
Name the file adding .htm at the end of the name.
Press Enter on your keyboard.
Your custom page's record pops up.
Now that you created your page, you'll need to tweak a few of its settings and add your content.
Check out the custom page fields table.
Add a Title for your custom page.
Edit the Permalink for your custom page.
Add your custom page's content in the Contents field.
Click Select file if you want to include an Image between the page's title and its content.
Enable the This page is active toggle.
Select Public in the Visibility section.
Click the Save button.
Your page is now published on your User Portal under the Community menu.
Creating a Dynamic Custom Page
Dynamic custom pages are ideal if you want an interactive page on your User Portal and you have a solid web development experience.
For example, a page where customers can select from different options and be taken to a different page based on what the option they selected.
- HTML/CSS
- JSON
- React
Log in to dashboard.nexudus.com if you aren't already.
Click on Pages & components.
Click Add file.
Name your file and add .js, .jsx, .htm or .css at the end of the file name.
Your custom page's record pops up.
Now that you created your page, you can start adding your code to the file. You can easily save your edits by clicking on the Save button at the bottom of the page.
The page is active by default, but you can easily disable it by clicking on the File details tab in the top right corner of the page.
Custom Page Fields
All the custom page fields available are listed below.
Field name | Details |
---|---|
Name | Name of your file in the Website template editor. |
Title | Name of the page on your User Portal. |
Permalink | Suffix added at the end of your User Portal URL that leads to your custom page. For example, if your domain is coworking.com and your permalink is ourteam, the URL of your custom page will be https://coworking.com/pages/ourteam. |
Contents | Content of your custom page as it will be displayed on your User Portal. |
Image | Image added between you custom page's Title and Contents. |
This page is active | Toggle that defines whether or not your custom page is currently active on your User Portal. |
Visibility | Defines who can access your custom page from your User Portal. |