1 (edited by KANekT 2014-06-04 12:35:49)

Topic: News

News

Unlimited number of news
Pagination. As the site and in the admin
The ability to set different title, h1 and name News
Reducing the big news in the general news feed {cut}
Display the latest news and most browsing
2 State news: published and draft
Sort news by admin: date, number, hits

Shortcode news
<ul>{news list="last" count=3}</ul>
<ul>{news list="views" count=3}</ul>
<ul>{news list="block" count=3}</ul>

Best views
<ul><?php echo News::views(5);?></ul>

Last news
<ul><?php echo News::last(3);?></ul>

Last news block
<ul><?php echo News::block(5);?></ul>

https://github.com/downloads/KANekT/monstra/rss.1.0.zip
https://github.com/downloads/KANekT/mon … .1.0.0.zip

DownLoad: News

If you fing bug - open issue in https://github.com/KANekT/Monstra.News/issues

@copyright Copyright (C) KANekT @ http://kanekt.ru
@license http://creativecommons.org/licenses/by-nc/4.0/
Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)

For Commertcial use For 1 Site - 9.99 €

Site | GitHub | Create forums / solutions based on PunBB / Monstra / OGMA

Plug-ins are distributed Creative Commons Attribution-NonCommercial 4.0

Re: News

Update. Add tags.

DownLoad: News

For work you must first install: Dev 1.3.4

Site | GitHub | Create forums / solutions based on PunBB / Monstra / OGMA

Plug-ins are distributed Creative Commons Attribution-NonCommercial 4.0

Re: News

News 2.0 testing...
Will initially sell 1 license ($ 0.99) - 1 site. In the future, I can change the license.

Demo:

http://news.kanekt.tk/
user
user

Site | GitHub | Create forums / solutions based on PunBB / Monstra / OGMA

Plug-ins are distributed Creative Commons Attribution-NonCommercial 4.0

4 2013-12-21 11:56:29

Re: News

New version 2.0.5

 *  @copyright Copyright (C) KANekT @ http://kanekt.ru
 *  @license http://creativecommons.org/licenses/by-nc/4.0/
 *  Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)

DownLoad: News

Site | GitHub | Create forums / solutions based on PunBB / Monstra / OGMA

Plug-ins are distributed Creative Commons Attribution-NonCommercial 4.0

Re: News

If you fing bug - open issue in https://github.com/KANekT/Monstra.News/issues

Site | GitHub | Create forums / solutions based on PunBB / Monstra / OGMA

Plug-ins are distributed Creative Commons Attribution-NonCommercial 4.0

Re: News

News Beta for Monstra 2.4

https://github.com/KANekT/Monstra.News/ … /tag/2.1.b

Site | GitHub | Create forums / solutions based on PunBB / Monstra / OGMA

Plug-ins are distributed Creative Commons Attribution-NonCommercial 4.0

Re: News

How to display a short list of the latest news in the sidebar in this form: date, img, news title, short news?

8 2014-06-02 21:30:51

Re: News

One moment
on page site.com/news and site.com/news/article does not code

<?php $pages1 = Page::children('vazhno'); ?>
<?php foreach($pages1 as $page1) { ?>
  <li><a href="<?php echo Site::url().'vazhno/'.$page1['slug']; ?>"><?php echo $page1['title']; ?></a></li>
<?php } ?>

after this code elements of template are not displayed

Re: News

This is plugin News! NOT Page's

Site | GitHub | Create forums / solutions based on PunBB / Monstra / OGMA

Plug-ins are distributed Creative Commons Attribution-NonCommercial 4.0

10 2014-06-03 09:19:04

Re: News

In breadcrumbs double divider

Re: News

If you fing bug - open issue in https://github.com/KANekT/Monstra.News/issues with images error. I'm not support this plugin in this topic.

Site | GitHub | Create forums / solutions based on PunBB / Monstra / OGMA

Plug-ins are distributed Creative Commons Attribution-NonCommercial 4.0

Re: News

Ok

Re: News

New version 3.0.0

Site | GitHub | Create forums / solutions based on PunBB / Monstra / OGMA

Plug-ins are distributed Creative Commons Attribution-NonCommercial 4.0

Re: News

Hi,

Nice plugin.
Here is the french translation, if you want: http://www.mediafire.com/view/7vufbd0bt … r.lang.php

Thanks.

15 2015-05-30 10:17:36

Re: News

wonderfull work KANekT wink

http://monstracreative.com - themes, plugins and snippets for monstra cms

:: ATTENTION ::
Need help? Login at your account at: http://monstracreative.com/users/login. -> You have a excellent support center at our website! wink

wormsunited's Website

Re: News

need help for how to set up template for news site

i have following url:

news/something

i made a template for news item but i can't do template for news index

when i click to news i go to te main site(home)