Plugins 2.x

News / Blog

News / Blog News / Blog

Create news / blog without writing a single line of code.

Download

Version 2.00
Works withImpressPages 2.1 and greater
Updated2012-06-08
DeveloperImpressPages
Downloads2088

Description

Create news and/or blog section on your website without writing a single line of code. This plugin will add a new tab on administration panel where you can create articles and group them as you like. Integration into website is very straightforward. Just add News / Blog widget anywhere you like on your website.

 

Features:

  • grouping
  • pagination
  • news list including first widget of article or just title and description

 

User Guide.pdf

 

Screenshots

News list News administration

Write a comment

You must be logged in to comment.

Comments (10)

Jacobo Lopez

Jacobo Lopez

i beleive the link is broken.

Mangirdas

Mangirdas

Use this code to generate links to all existing news groups:
<?php
global $site;
$zones = $site->getZones();
foreach($zones as $key => $zone){
if ($zone->getAssociatedModuleGroup() == 'standard' && $zone->getAssociatedModule() == 'news_blog') {
echo '<a href="'.$site->generateUrl(null, $zone->getName()).'">'.$this->esc($zone->getTitle()).'</a>';
}
}
?>

Doug

Doug

I cant seem to get this to work - I drag and drop the module on page and it disappears until I mouse over it - I see the news blog link in admin but nothing I type in there shows up on the widget on the page

Assuming I can get it working
Is it possible for users to leave comments on this

Mangirdas

Mangirdas

Did you add some news in "News / Blog" tab?

Nishant Kumar

Nishant Kumar

It is really a great plugin for any site but there is an issue with this plugin. I uninstalled plugin from my IP 2.6 installation and the menu management was broken.

There is a fix for this described here

http://www.impresspages.org/cms/answers/721/news-blog-plugin-bug-on-2-0

Just removed the news_blog zone from ZONES and it worked again.
I don't know whether it is a bug or may be it works the same way.

God Bless Team IP

Lengyel Péter

Lengyel Péter

Hello! Is it able to put social share buttons to any news?

Mangirdas

Mangirdas

They are not embedded by default, but you can add them by changing the template.

Mikle

Mikle

The Blog plugin does not contain author and date fields. How I can add it?

Mangirdas

Mangirdas

Here is the answer: http://www.impresspages.org/cms/answers/1121/news-plugin-date-posted