Giter Club home page Giter Club logo

oc-good-news-plugin's Issues

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

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

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

Property field in article

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

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

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

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

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');
  }
}

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.