You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
Claritum allows administrators configure a latest news page which will be presented to customers when they login to the customer portal. Administrators can add separate news articles per portal so specific customer users will see a specific set of news.
The latest news is displayed to the customer as a list of all of the most recent news articles published. Administrators can also setup a ticker where selected news articles will scroll across a section of the page.
Administrators can also customise other existing pages on the customer portal to incorporate the latest news functionality.
Configuring the Latest News page
Click here to expand...
To add ‘Latest news’ as a menu option on the customer portal, first an administrator will have to make the page visible
Customising the Latest News page
Click here to expand...
Administrators can customize the look and feel of the latest news page to match their own style
The code for a news ticker or a list of new articles is already setup by default. If you are editing the page you can either keep both options or remove the code for either option that you don't require. You can use the WYSIWYG editor to add your own branding, images or text and format them as required
Adding Latest News Articles
Click here to expand...
Administrators will need to add their own news articles for them to appear on the latest news page. Administrators can add separate news articles per portal so customer users will only see news relevant to them
Advanced usage
Administrators can modify the default code for the news ticker or list, administrators can use the following parameters
News Slider
Click here to 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
News List