Topic: PyroNews module

 
User
Gravatar
Joined: 2010-04-28
Posts: 21
I have had some projects where clients wanted News module instead of the default Blog module.

I have modified the Blog module and created a News module (PyroCMS 1.3.x compatible)

Download from https://github.com/ppatons/PyroNews

To setup, edit the routes file in blog module at cms/modules/blog/config/routes.php and also edit the main routes file located at system/cms/config/routes.php

See the README for details.
 
 
Admin
Gravatar
Joined: 2009-07-16
Posts: 823
Is this just the blog module renamed?
 
 
User
Gravatar
Joined: 2011-01-31
Posts: 92
Must admit I thought the same, although some clients understand News better than Blog it's just a case of education.
 
 
User
Gravatar
Joined: 2010-04-28
Posts: 21

Chris Southam - 2011-11-23

Must admit I thought the same, although some clients understand News better than Blog it's just a case of education.



True, a few of my clients wanted news and not blog so I just renamed blog module and recreated the necessary widgets.

I did not want to redo this every time I got the request. So I figure I can just maintain a news module with similar functionality and just use it to maintain and upgrade my current sites where I deployed the news module.