This plug-in allows you to manage news on your AbleCommerce store. The news articles can be divided into different categories for organized access and display. They can have different statuses like Draft, Reviewed, Ready and Published. News articles can also be set to expire after a certain expiry date. They can be searched and sorted based on their creation date, last modified date, published date or expiry date. Admin users can preview the news that are not yet published. On the store side you can display news in various ways, for example, latest news, news by category, all news, or details of a particular news item.
You can get the News Desk Plug-in from here.
Image 1 on the left side shows the default page of “News Desk”. In the screen-shot it is displaying eight news items belonging to three different categories.
You can go the the NewsDesk main page using the new navigation item ‘Add-Ons’ in your top navigation in merchant admin.
Image 2 on left side shows three News Categories named BBC News, CNN News and CNET News. On the right side of the screen you can see an “Add Category Panel”. From this panel you can add new news categories.
Image 3 on the left side shows the page from where you can create news items. You have to select the category the news items is to be placed in. You can set the expiry date and news status along with news summary and content.
Image 4 on left side shows the latest news items on the store side. The ConLib control used to display this is ‘LatestNews’ control. You can use this control anywhere on your store where you want the latest news displayed. There are various properties of this control that you can use to control its display. You can also make use of the CSS to change its look and feel completely.
Image 5 on the left is displaying news in a categorized manner in your store. The ConLib control used to display news in this manner is ‘NewsCategories’. There are various properties of this control that you can use to control its display. You can also make use of the CSS to change its look and feel completely.
Image 6 shows the news details page. This page contains the details of a particular news that you have clicked. The ConLib control used to display this is ‘NewsDetails’ control.
Image 7 shows the news items of “CNN News” Category. The ConLib control used to display this is ‘CategoryNews’ control. You can use this control anywhere on your store where you want to display news of a particular category.
Search News Image shows a search news box on the left side of above image. When you want to search a perticular news, you have to write the search keyword in search news box and click on search button. The news that contained this keyword will be listed on the right side as shown in the image.
Search News Paging image shows paging when the news items exceeds to the specified limit. The default page size is 3.
To install the News Desk Plug-in get the latest version from here. The zip file you get will contain the following files and folders
For installation you need to follow the instructions given below.
On your store, you can make use of the features made available by NewsDesk by using the ConLib controls provided by NewsDesk.
To display latest news you can use the [[ConLib:NewsDesk\LatestNews]] control in your scriptlets.
1 | [[ConLib:NewsDesk\LatestNews Caption="Latest News" MaxItems="5" MaxDaysOld="30"]] |
NOTE: Only the published and non-expired news items are displayed on the store.
To display news by categories you can use the [[ConLib:NewsDesk\NewsCategories]] control in your scriptlets.
1 | [[ConLib:NewsDesk\NewsCategories Caption="News" ShowCaption="true" ShowEmptyCategories="false" ShowNewsItems="true" ShowNewsItemSummary="true" MaxNewsItemsPerCategory="0" ]] |
To display details of a news item, use [[ConLib:NewsDesk\NewsDetails]] control in your scriptlets.[[ConLib:NewsDesk\NewsDetails NewsItemId="0" ShowTitle="true" ShowSummary="false" ShowDescription="true" ShowDate"true" DateToDisplay="PUBLISHED" ShowRelatedLinks="true" ]]
To display news items of a particular category you can use the [[ConLib:NewsDesk\ CategoryNews]] control in your scriptlets.
1 | [[ConLib:NewsDesk\CategoryNews NewsCategoryId="5" ShowNewsItemSummary="true " ShowNewsItemDetails="false"]] |
To display search box for news items, [[ConLib:NewsDesk\SearchNews]] can be used control in your scriptlets.
1 | [[ConLib:NewsDesk\SearchNews Caption="Search News"]] |
Good idea. Will consider this for next update.
Is the source available for this control in case I need to make modifications?
We haven’t considered selling the source. The aspects of licensing terms and our ability to enforce them without additional investment is a concern.
For customizations, unless you need some changes at the database level, you could probably do most of it without access to the back-end code.
For more complicated requirements, you can contact us for customization and we will be happy to make the modifications for you at a discounted rate.
11:17 pm
This would be more useful if it let you include an image and automatically generated a thumbnail for that image for the list view.