The News System is a fully fleged Extension, initially written for BIGACE 2.4.
Note: Since BIGACE 2.6 the “News Entry” template includes the comments include if Comments plugin is loaded
Key features:
Creating, editing and deleting of News in a new Admin Panel
Comes with Templates for “News Home” and “News Entry”
Unlimited News Categories
Permissions for creating, editing and deleting News; and for managing News Categories
Setup language and template once and then ONLY write (easy authoring for none-experienced User)
Each News has a title, teaser, image, date, content and optional categories
RSS Feed to display the latest Items
automatically inserts
RSS url in your template (if using
{metatags})
Several
Smarty TAGs to write your own templates and use News wherever you want
Download (see below) and
install the News.zip
Activate the Plugin
-
Assign the news.* Permissions to your Administrator account and to all required Usergroups (see below)
Reload the Administration, you see the new Menu entry “News” below “Menus”
Configure your News System (see below “Configuration”)
Open Administration/Menu/News and create your first “Hello World” Test News
Now open your News page (as created in “Configuration”) and enjoy your posting.
Names:
news / news.edit
news / news.create
news / news.delete
news / news.categories
Descriptions:
Allows to edit existing News entries
Allows to create News entries
Allows to delete News entries
Allows to create new Categories while editing/creating News entries
Names:
category.id: choose formerly created category
default.language: choose the language used to create your news
root.id: choose formerly created news page
rss.latest.template (optional)
template.news (optional)
unique.name.extension (optional)
unique.name.pattern (optional)
Description:
Category ID to create News Categories below. Children of this category can be selected when editing/creating News.
Language to use for creating News entries. Used by the {news} TAG and for the list of News entries in News Administration.
Menu ID, where all News will be created below.
Template used to render the News Feed. If you want to customize it, create a copy of the original template and assign it here. Otherwise leave as is.
Template Name, which is assigned to each created News.
The file extension to be used for unique URLs. Only used with activated
URL rewriting.
The unique name pattern for new items, which will be used as prefix for the News entry unique name. The pattern will be piped through stftime, so its easy possible to create a date in the unique name (for example
%Y-%m-%d/ would create News with unique URLs like
2008-04-01/Example-News.html). Only used with activated
URL rewriting. (
expert option)
The News System comes with some specialized Smarty TAGs.
Please visit their page for further information:
-
-
-
-
{news} - load a list of (categorized) News entries
-
You might be interested in these extensions as well:
Comments - to build a blog like News System