Version: 1.4.3.1
Author: Martin Vlcek / CE
Date: 2023.11.25
Category: Content&Authoring
More on: GetSimple CMS
More on: GitHub
More on: Support Forum
Download...
Plugin I18N SPECIAL PAGES (CE)
Description:
The I18N Special Pages plugin allows you to define types of pages with custom fields, customized behaviour and customized display.
Installation:
Download the plugin and unzip it to the plugins directory of your GetSimple installation. (Make sure to unzip/copy all files including the .htaccess files, which might be hidden on your computer)
For an optimum experience you should also install
- I18N
- I18N Search
- Theme Highlighter
Lorem ipsum dolor sit amet enim. Etiam ullamcorper. Suspendisse a pellentesque dui, non felis.
Together with the I18N Search plugin you can easily create (fully searchable)
- News
- Blogs
- Product lists
- etc.
Features:
- define custom fields (including default values) per page type
- define default values for slug, parent, etc.
- define a default content, e.g. to provide a standard layout of a product description
- define directly, how the page should be displayed, instead of using a template
- customize, how the page shall be displayed as search result
- sample page type templates included - page type definitions can be easily shared
- stores creation date (field 'creDate') and user (field 'user') in pages
USAGE
Go to the Plugins/Configure I18N Special Pages of your GetSimple administration and configure your special pages. You can start by using one of the supplied templates.
- you can set some default values for new pages,
- you can add custom fields and set default values for them and the content of the page. You can define which fields are indexed by I18N Search (if installed),
- you can define how to display the page together with its custom fields,
- you can define how to display the page as part of a search result (if you have I18N Search installed).
Once you have finished defining a special page type, you can create a page of this type by going to Pages/Create new Special Page.
You can list special pages either with all other pages in Pages/View all Pages or in Pages/View all Special Pages.
With I18N Search installed:
All content and all custom fields that are enabled for indexing, will be searched with a normal search.
To search for special pages, e.g. products, create a page with:
( % searchform addtags=_special_product %)
( % searchresults addtags=_special_product %)
History:
* ... * 1.4.3: php8 compatibility