Giter Club home page Giter Club logo

oc-good-news-plugin's Introduction

Good News

Build Status Coverage Status MaintainabilityCrowdin SemVer License: GPL v3

Simple blogging plugin for October CMS developed by LOVATA.

Good News Banner

Overview

Good News is a simple and easy-to-use blogging plugin. It's provided free of charge and includes the following set of features:

  • Managing posts
  • Managing categories
  • Adding categories list to the site navigation
  • Adding latest posts block to the page
  • Adding filtered category block to the page

Please note, the architecture of the plugin allows extending the existing methods, fields and other data without interfering with original source code!

The development of Good News plugin is guided by the similar philosophies of October CMS and Unix like operating systems, where the main focus is to create simple microarchitecture solutions that communicate with each other through smart APIs.

One one hand, this approach allows keeping performance, security, and functionality of the code to a high standard. On the other hand, it provides a clean and smooth back-end UI/UX that isn't over-bloated with the features.

Installation

Regardless of the installation type you choose, you must install Toolbox plugin, which is a required dependency for Shopaholic.

Artisan

Using the Laravel’s CLI is the fastest way to get started. Just run the following commands in a project’s root directory:

php artisan plugin:install lovata.toolbox
php artisan plugin:install lovata.goodnews

Documentation

The complete official documentation of the ecosystem can be found here.

Quality standards

We ensure the high quality of our plugins and provide you with full support. All of our plugins have extensive documentation. The quality of our plugins goes through rigorous testing, we have launched automated testing for all of our plugins. Our code conforms with the best writing and structuring practices. All this guarantees the stable work of our plugins after they are updated with new functionality and ensures their smooth integration.

Get involved

If you're interested in the improvement of this project you can help in the following ways:

  • bug reporting and new feature requesting by creating issues on plugin GitHub page;
  • contribution to a project following these instructions;
  • localization to your language using Crowdin service.

Let us know if you have any other questions, ideas or suggestions! Just drop a line at [email protected].

License

© 2019, LOVATA Group, LLC under GNU GPL v3.

Developed by Andrey Kharanenka.

oc-good-news-plugin's People

Contributors

allekslar avatar dinwid avatar flusherdock1 avatar igor-tv avatar kharanenka avatar lautsevich avatar sergeitoroptsev avatar wobqqq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

oc-good-news-plugin's Issues

Pagination slug

Hello.
For pagination, in my template file I have...

url = "/blog/:page?"
layout = "default"
title = "Blog"

And my pagination links are rendered like blog/1, blog/2, etc. But the pages are not recognised.
I need to set the links like this: blog/?page=1, blog/?page=2, etc.
Seems to be here...

public function getPageFromRequest()
    {
        $iPage = (int) trim(Input::get('page'));
        //Check page value
        if ($iPage < 1) {
            $iPage = 1;
        }

        return $iPage;
    }

this works $iPage = (int) trim($this->param('page'));

Thank-you

Please add method list newest

Currently you can't filter by the newest post.
Please add that method.

published()
It applies a filter by publishing status and publish the date for the elements of a collection.

Thank you

Property field in article

Adding properties for the article (as in the Buddies plugin) will provide endless possibilities for rendering news.

cant change the url depending of the website languaje slug

Hi, im having issues with this plugin, i have rainlab translation and it seems like this plugin supports it when changing title, description and other fiends, but it does not seem to support multiple urls depending of the languaje url like,
websiteurl.com/title <--- default languaje english
websiteurl.com/es/titulo
websiteurl.com/de/titel

i hope this issue can be solved

Ссылка на полный текст статьи

Пробежался по вашим примерам в документации, но так и не понял как вывести ссылку на полный текст статьи , например, из заголовка в превью.

Get article title for page onEnd

Hello.
In the Rainlab/Blog plugin we can do something like below to update the page title dynamically.
Is there an equivalent example for extracting this data for the current page article?
Thank-you

function onEnd()
{
  if (isset($this['post'])) {
    $this->page->title = $this->post->title;
    $this->page->description = $this->post->excerpt;
  }
  else {
    return $this->controller->run('/404');
  }
}

Plugin dosen't work with components

Hi, Im newbabes in October and I like this plugin but i have problem to show by components the article list and others part of output. What doing I badly?
by Otto

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.