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.

Reference

plugin.tx_pitsrssnews.settings :

feedURL

Property

feedURL

Data type

string

Description

Option to set RSS news URL

includeJSlib

Property

includeJSlib

Data type

boolean

Description

If this option is set to 0, it does not include jQuery library file from the extension.

plugin.tx_pitsrssnews.settings.includeJSlib = 0

Default

1

newsCount

Property

newsCount

Data type

number

Description

Enter the number of news items to be displayed (It must be greater than 0). This is mandatory. You must enter a news item count here.

cropTitle

Property

cropTitle

Data type

number

Description

If you want to crop the title characters, please enter the number of characters. (It must be greater than 0)

cropDesc

Property

cropDesc

Data type

number

Description

If you want to crop the description, enter the number of characters here (It must be greater than 0).

rssfeedHead

Property

rssfeedHead

Data type

boolean

Description

For displaying RSS feed headers, set this option to 1.

plugin.tx_pitsrssnews.settings.rssfeedHead = 1

newsDivider

Property

newsDivider

Data type

boolean

Description

If you want to seperate news items using a ruler, set this option to 1.

plugin.tx_pitsrssnews.settings.newsDivider = 1

autoplay

Property

autoplay

Data type

boolean

Description

For auto scrolling of news items, set this option to 1.

plugin.tx_pitsrssnews.settings.autoplay = 1

defaultCSS

Property

defaultCSS

Data type

boolean

Description

To disable default css style from loading, set this option to 0.

plugin.tx_pitsrssnews.settings.defaultCSS = 0

Default

1

Autoscrolling of this extension uses “jcarousellite” jQuery plugin.