Go to main content

Textpattern administration

The back end of Textpattern is where administrators, and other users having sufficient privileges, build site architecture, configure behaviour, develop content, and create presentation (excluding what might need done via the web or database servers).

Contents

Login location

The usual back-end login location for a new install of Textpattern is at example.com/textpattern. If you install Textpattern in a subdirectory, the login location would reflect that extra level (e.g. example.com/subdirectory/textpattern). See Textpattern security if you’re worried about the login location being common knowledge.

Core administration regions and panels

The administration side is organized into three primary regions: Content, Presentation, and Admin. Each region has a set of working panels, one of which serves as the default for when the primary region link is selected.

Content

The Content region of the administration side has seven panels out-of-the-box. The Write panel is the default.

Table 1. Content panels list.
Panel name What the panel provides you
Write (default) Article editing fields and controls.
Articles A table listing of all articles, and the ability to open one in full-edit mode in context of the Write panel.
Images A table listing of all images uploaded and functionality to manage them.
Files A table listing of all files uploaded and functionality to manage them.
Links A table listing of all links uploaded and functionality to manage them.
Categories Functionality to create and manage topic categories for articles, images, links, and files.
Comments A table of all article comments received and functionality to manage them.

Presentation

The Presentation region has five panels out-of-the-box. The Pages panel is the default.

Table 2. Presentation panels list.
Panel name What the panel provides you
Themes A table of existing themes and functionality to create, use, and share them.
Sections A table listing of sections and functionality to create and manage them.
Pages A list of HTML page templates and functionality to create and manage them. The default page displays by default.
Forms A list of forms by type (Textpattern forms, not web forms for submitting data) and functionality to create and manage them. The default form in the Article type is displayed by default.
Styles A list of CSS style files and functionality to create and manage them. The default style displays by default.

Admin

The Admin region of the administration side has seven panels out-of-the-box, of which the Users panel is the default.

Table 3. Admin panels list.
Panel name What the panel provides you
Diagnostics Feedback messages and data displays to troubleshoot system problems.
Preferences All configurable settings to make your site function correctly and as desired.
Languages A list of language packs and the ability to update them.
Users A table listing of all user accounts and the functionality to manage them.
Plugins A table listing of installed plugins, and functionality to manage them.
Visitor logs A display of all site traffic.

Examples of plugins that add additional panel options to the Admin region include smd_faux_role and wet_snitch.

Extended administration regions

There are also two extended regions (not out-of-the-box), Home and Extensions, which appear to the higher user roles if any plugins that make use of them are installed. These regions are not core features, but are worth describing here because they become part of the administration’s navigation when relevant.

Home (Start)

The Home region is associated with dashboard development for multi-user websites. If you’re not building a multi-user website, you will not be concerned with this, and even then you may not need the plugins that make this region appear.

Extensions

The Extensions region is one you may see in the main menu of the back end eventually because several good plugins make use of it.

Changing default login panel

The default administration-side landing location changes once you initially set your language preferences. You’ll find yourself landing on the Write panel from that point on, which is the default panel under the Content region.

You can change the default landing panel to whichever one you want using the Default panel preference under the Admin area of the Preferences panel.

If you notice any kind of problem with this page's construction or content (outdated information, typos, broken links, or whatever), open an issue to have it sorted. Or have a go at it yourself. :)