Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuring the Latest News page

Expand

To add ‘Latest news’ as a menu option on the customer portal, first an administrator will have to make the page visible

  • Navigate to ‘Configuration > Portals'

Image Modified

  • Click on the name of any customer portal to start configuring that portal

Image Modified

  • Tick ‘Show latest news in Customer Portal' to enable the latest news functionality. This will add an option to the menu in the customer portal called ‘Latest News’

Image Modified

...

Customising the Latest News page

...

Administrators can modify the default code for the news ticker or list, administrators can use the following parameters

News Slider

Expand
  • limit - Number of items to show, maximum is 20 and if the provided number is greater than 20 it will be set to 20 internally. Default: 10

  • speed - How fast the news will scroll. Default: 4

  • ticker - Show only ticker news. If set to false will show the latest news. Default: true

Info

Example Usage

{news_slider limit=5 speed=4 ticker=false}

News List

Expand
  • limit - Number of items to show on the initial page load and how many are loaded when the bottom of the list is reached, maximum is 20 and if the provided number is greater than 20 it will be set to 20 internally. Default: 10

  • ticker - Show only ticker news. If set to false will show the latest news. Default: true

Info

Example Usage

{news_list limit=8 ticker=false}