DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Administrator Manual

Remeber to include the static template.

Static Template

If this extension is used with TYPO3 6.x please enable bootstrap

Static Template

Basic Configuration

Properties

templateRootPaths.0

module.tx_ricosmcc.view.templateRootPath = string EXT:rico_smcc/Resources/Private/Backend/Templates/

Path to Template

layoutRootPath.0

module.tx_ricosmcc.view.layoutRootPath = string EXT:rico_smcc/Resources/Private/Backend/Partials/

Path to Layout

partialRootPath.0

module.tx_ricosmcc.view.partialRootPath = string EXT:rico_smcc/Resources/Private/Backend/Layouts/

Path to Partial

storagePid

module.tx_ricosmcc.persistence.storagePid = integer

PID where the crawls will be saved

crawlUrl

module.tx_ricosmcc.persistence.crawlUrl = string

Frontend URL which will be used to crawl the site

Extension Configuration

You have to setup the api data in the configuration section

ExtManager

Properties

apiSharedSecret

settings.apiSharedSecret = string

API Shared Secret (to be obtained from the Searchmetrics Suite interface "My API", to be stored)

apiKey

settings.apiKey = string

API Key (to be obtained from the Searchmetrics Suite interface "My API", to be stored)

projectID

settings.projectID = integer

Project ID (to be obtained from the Searchmetrics Suite)

bootstrapUsage

settings.bootstrap = boolean

Use own Bootstrap Lib for Output

bootstrapUrl

settings.bootstrapUrl = string https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css

Path to the Bootstrap Lib

debugMode

settings.debug = boolean

Enable debug mode. The debug mode will overwrite the postVars with staticPostVars. This makes it easier to debug the ajax requests