Website Builder

Create your own community website entirely within Sonoran CMS!

To access the website builder, navigate to Administration Panel > Website Builder

Page Editing

To start editing a page, either add a new page or click on an existing page in the page to open up the page editor.

View Your Page

Once your page is created and saved, you can add it to the toolbar or copy the URL to access it.

On public pages you can copy the URL after going to a page and share it with anybody, they don't even have to be part of the Sonoran CMS community!

To add sections to your web page, simply drag and drop your desired section type in from the left hand side. The following section types are available to use:

Basic Information

From the website builder's toolbar you can change the page's title, path slug, and privacy setting. Additionally, you're able to add new sections, and change the preview size of the editor to visualize different size settings.

The device preview feature allows you to choose from a list of devices, or set your own custom resolution to give you further control over designing your community's website with mobile responsiveness in mind!

Section-Specific Styling

Sections are containers for elements that exist within a webpage. You can add multiple sections and resize / move them however you'd like.

You can customize the margin and background styling of specific sections.

Margin refers to the space outside an section. It can be used to create space between sections on a page or to push elements away from the edges of the page. In your page editor, you can change margin options for different areas, such as top, bottom, left and right.

You can also dynamically resize and position sections by clicking any of the boxes around the edges and dragging them to your desired position.

There is also a button at the top of the section that allows you to click and drag to move the section:

Element Sizes, Alignment and Background

You can also control the size of individual elements using the same method above, and you can click and drag to move any element wherever you'd like.

Elements will also snap to center lines within their respective section to assist with positioning.

In the top right corner of the button element above, you can see an orange lock icon. This means that this element is locked to the section its in. To move an element to another section, you can click this button to unlock the element, drag it to the section you desire, and then re-lock it.

Buttons

If you wish to add buttons to your page, you can add a button or button group section to your page. Each button has several settings that define how the button looks like and acts. Each button can be direct users to external websites, custom forms and custom pages.

Button elements can have individual styles and button group elements can have all group styles.

You can customize by clicking on it. The styling of a button is set in the Styles tab, the target link a button leads to is set in the Target tab.

For Button Group elements, you can add as many target links as you need, and re-order or delete them using the controls on the top right of each entry.

Privatized Pages

Only Private Pages will have customizable permissions in the Department Editor

Pages can now be privatized and require permissions to view. When editing a page, you can select whether the page is public (and can thus be viewed by anyone in the community) or private.

If it's set to Private, you can use the dropdown to the right to select what ranks are allowed to view this page.

Default / Landing Page

Sonoran CMS allows you to easily customize the landing page/dashboard for your community, this page is the first page your members will see from signing into your community. This allows the full customization of a custom page for your landing page.

To set a Custom Page as your homepage, navigate to the main page for the Website Builder and look under the section titled Website Pages. Locate the page you wish to use as your homepage and press the grey home button, this will turn it orange and set it as the landing page.

Custom Page Paths

Custom Pages can now have a custom path to the page, this path will append to the Sonoran CMS URL. If you're using a custom domain it'll detect that and provide the proper URL.

Page SEO

Clicking on the cog on the right side of the Page Title box will open the SEO panel. Here you can set a custom image and description for the website's page. These will show in embeds, such as when you paste the link in Discord.

If you have a Standard subscription or higher, the "Sonoran CMS" branding in the title will be removed.

Please be aware that Discord will locally cache the embed info - so updates may not show right away.

Additionally, there are third party sites such as HEY META that can be used to check your page's "meta" tags and show it, without caching like Discord would. After you've saved the page, you can use this to verify that the image and description display how you want.

Custom Domain

Sonoran CMS allows you to display your community website on your own domain!

Toolbar

Sonoran CMS allows you to customize the top toolbar with buttons to link your users to whatever your community needs.

HTML Elements Limits

HTML elements get sanitized before they're saved, displayed or manipulated.

  • Allowed Tags: A wide range of HTML tags for different purposes including:

    • Structural elements like header, footer, main, nav, section.

    • Text formatting tags such as h1 through h6, strong, em, b, i.

    • List elements like ul, ol, li.

    • Table components including table, th, td, thead, tbody, tfoot.

    • Media embedding tags img and iframe.

    • Inline elements like span, br, mark, small.

    • Text semantic tags such as time, code, var, samp.

  • Attributes:

    • Allows style universally.

    • For a: href, name, target.

    • For img: src, srcset, alt, title, width, height, loading.

    • For iframe: src, height, width, name.

  • Styles:

    • Basic layout and visual styling such as width, height, border, padding, margin, background, display, opacity, overflow and visibility.

    • Specific regex patterns are set for color, text-align, and font-size to control text styling and coloring with precise formats.

Last updated