Installation

Target group: Administrators

Installation process - step by step

In this installation guide, we will override some values and make our blog more individual. Some steps are already described in the Quick Installation.

  1. Import and install the extension
- via the extension manager
  • or using composer
#. Create the following pages
  • See Quick Installation
  • Optional: add an RSS page (standard page) which will contain the RSS plugin
  • Optional: add a page (standard page) for subscribing to new blog posts
Recommended page structure
#. Include static TypoScript template

This can be done on your root-page or in an extension template for a specific page. Minimum requirement: T3Extblog: Default Setup (needed). Do NOT include T3Extblog: RSS setup! We will need this elsewhere.

Include static
#. Add plugins to the pages
  • See Quick Installation
  • Optional: add the RSS plugin to your RSS page
  • Optional: add the blog subscription form plugin to the previously created page
#. Configure settings in the constant editor module:
Constant editor backend module

Or use TypoScript:

  1. Start to configure your Blog. This is an TypoScript example:
plugin.tx_t3extblog {
	settings {
		blogsystem {
			posts {
				paginate {
					insertAbove = 1
					maximumNumberOfLinks = 1
				}
			}
			comments {
				allowedUntil = +5 years
				approvedByDefault = 1
				subscribeForComments = 0
			}
		}
	}
}
module.tx_t3extblog < plugin.tx_t3extblog
Copied!

See Configuration for all possible settings.

Next Steps

  1. Setup the RSS page TypoScript: RSS setup
  2. Configure speaking URLs (optional): Speaking URL configuration
  3. Copy all templates, configure the paths in TS and start adjusting the HTML markup to your needs
  4. Start blogging: Users manual.