Discussions
Activity
Sign In
How it works
ljuba rankovic
Activity
Discussions
2
Comments
154
How to exclude articles that are in a featured article list?
... or you could apply following logic: assign custom array for (let's say front page) playlist articles: {{ $frontPL=[] }}{{ list_playlist_articles length="5" name="Front page" }}{{ $frontPL[$gimme->current_list->inde…
Comment by
ljuba rankovic
March 2016
permalink
sections / subsections
Hi, you can check this chapter: http://sourcefabric.booktype.pro/newscoop-42-cookbook/subsections/
Comment by
ljuba rankovic
November 2015
permalink
Trying to assign theme to demo
Hi, you need to go to Configure -> Themes and in Available themes there can be several themes. You can assing desired one in Actions -> Add to publication Then assigned theme will be available in the menu you showed in the screengrab.
Comment by
ljuba rankovic
October 2015
permalink
How to create section and front page modular templates
Hi, as Sebastian said, you can prepare different layouts for sections, then assign appropriate one for every single section (that's in section settings). If you don't set it, then it will simply use default one assigned on issue level for …
Comment by
ljuba rankovic
February 2015
permalink
Blank Front Page with Liquid Theme
Just one quick thought, did you reload image renditions (definition of renditions comes from theme.xml) - sometimes that can cause errors. Reloading renditions is on configure/image rendering
Comment by
ljuba rankovic
January 2015
permalink
Help Little-Change design
Hi, try this {{ list_playlist_articles name="Front page" length="7" }} {{ if $gimme->current_list->at_beginning }} {{ include file='_tpl/img/img_202x152.tpl…
Comment by
ljuba rankovic
December 2014
permalink
Open article from another publication
Well generally link to article from both list_playlist_articles in first tab and list_articles in second tab is correct; might be that theme for second publication is not correctly setting article template. Do you have special theme for pub 2, or ju…
Comment by
ljuba rankovic
December 2014
permalink
Open article from another publication
Okay can you paste your template here? Do you use {{ url options="article" }} or {{ uri options="article" }} ? Your url still points to domain of pub 2 (which may happen when you son't use absolute paths) thus it is incorrec…
Comment by
ljuba rankovic
December 2014
permalink
Open article from another publication
Hey sorry for the late reply - yes it is possible. The question is how do you navigate - point to article from another publication; for example in list_articles list, you can add ignore_publication="true" and the list will be able to show …
Comment by
ljuba rankovic
December 2014
permalink
How to show all sections in front page of New Custodian theme
It's styling problem; you can solve it by changing this line into
Comment by
ljuba rankovic
November 2014
permalink
How to show all sections in front page of New Custodian theme
Length tells how many list items you need - you can skip length parameter if you don't want to limit the number of results. For constraints, you can either tell which sections to list (number smaller than 50, greater-equal 30 etc), or, if you …
Comment by
ljuba rankovic
November 2014
permalink
How to show all sections in front page of New Custodian theme
Hi, You will have to change the theme template _tpl/more-news.tpl (you can do it Configure/Themes, choose tab with the name of your publication and then in 'actions' dropdown choose 'edit'; open 'theme templates' tab, e…
Comment by
ljuba rankovic
November 2014
permalink
Two-level Menu
Hi, yes this may work; you will need to assign value to custom variable $currentsection before the loop with {{ assign var="currentsection" value=$gimme->default_section->number }} and of course for second-level items, put $gimme-&g…
Comment by
ljuba rankovic
November 2014
permalink
May I make in a variable of minute or hours instead of a month
Have you tried something like this:{{ "-1 hour"|camp_date_format:'%Y-%m-%d %H:%M:%S' }} According to smarty documentation, everythnig that php's strtotime() function accepts, will be accepted. Some examples in php strtotime(…
Comment by
ljuba rankovic
October 2014
permalink
Section pages show nothing after change themes on share server sites.
Maybe the problem is in different set of renditions from theme to theme (those are defined in theme.xml file) - try this: go to Configure -> Image rendering and click the button 'Reload renditions'
Comment by
ljuba rankovic
October 2014
permalink
Custom URL formation
Hello Liam, sorry for this late reply; Newscoop generates url in the way sitename.com/en(language parameter)/news(issue url_name)/politics(section url_name)/article_number/Escaped-article-name.html By some sysadmin redirection rules it is possible t…
Comment by
ljuba rankovic
September 2014
permalink
Newscoop installation error.SQLSTATE[42000]: Specified key was too long; max key length is 1000 byte
Hi,please specify which Newscoop release was used, and what is your setup/hosting plan
Comment by
ljuba rankovic
June 2014
permalink
How to get list of articles that has a given article as related
Hi Maria, try with rle="child" option {{ list_related_articles role="child" }} Not sure from which Newscoop version is this supported, I think with 4.2 and newer it should work.
Comment by
ljuba rankovic
May 2014
permalink
list_articles by keywords: no result
Hi Maria, according to this page https://wiki.sourcefabric.org/display/NsLingo/List+of+Articles you are using keyword constraint correctly, but maybe your list is in context that doesn't see that exact article. Try adding ignore_issue="tru…
Comment by
ljuba rankovic
May 2014
permalink
removing photo form article - automatic way
Hi Saša, it can be done through templates (for example, article type can have custom switch 'remove image' and if checked, image can be disabled after specified time). But it's not doable through admin interface - someone would need …
Comment by
ljuba rankovic
April 2014
permalink
[solved] PHP and variables
Hi,please see this thread http://forum.sourcefabric.org/discussion/16336/did-you-update-smarty/p1
Comment by
ljuba rankovic
March 2014
permalink
Recently Commented / Most Read
Hi,the simplest way: in template _tpl/sidebar-most.tpl, inside just replace positions of items - instead of {{ #recentlyCommented# }} {{ #mostRead# }} let it be {{ #mostRead# }} …
Comment by
ljuba rankovic
January 2014
permalink
Newscoop support!
Hey Terry,this error means that either publication is not created, or at least one issue inside it created and published. Also, one more condition has to be met: theme has to be assigned to the issue, so Newscoop knows which templates to use to show…
Comment by
ljuba rankovic
January 2014
permalink
Static pages - am I missing something
If you have let's say monthly issues - usually, site navigation is built as list of sections of the last issue. If you create new section somewhere in the one of old issues (first one, for the simplicity) it won't appear in navigation. But…
Comment by
ljuba rankovic
December 2013
permalink
Static pages - am I missing something
Hi, in Newscoop, publication structure depends entirely on you. Also type of data (article types) you're submitting to that structure. So solution for static pages is custom too. What you can do, you can still use issue 1 for these purposes, ju…
Comment by
ljuba rankovic
December 2013
permalink
Blank screen after user comment
Hi, try this: enter some section in backend and you will get listing of articles; choose 'preview' for some article, and you will get new tab/window with two frames. Then perform commenting action and check if anythnig is shown in bottom f…
Comment by
ljuba rankovic
December 2013
permalink
language selection revisited
Hi, maybe you can try with this option available for article object: translated_to() So for example you can check {{ if $gimme->article->translated_to(es) }}Spanish{{ /if }} General language switcher is usually built this way: {{ list_language…
Comment by
ljuba rankovic
December 2013
permalink
Languages...
Hi, Newscoop naturally supports multi-publication structure and also multi-linguality, so you don't need to do anything about the system files. It has to be something about the assigned theme, publication domain and aliases, publishing issues. …
Comment by
ljuba rankovic
November 2013
permalink
Languages...
Hi Rolfo, you will need to go to your theme's root folder (in Newscoop instance it will be somethnig like /themes/publication_1/theme_1/) and then in folder /_conf create file Spanish.conf. Just create the copy of English.conf and then inside n…
Comment by
ljuba rankovic
November 2013
permalink
reordering sections
Hi, no, in current version of Newscoop 4.2 it is not possible, but you can submit this request as ticket in wishlist / bugtracker application here: http://dev.sourcefabric.org/browse/CS
Comment by
ljuba rankovic
November 2013
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Stop following
About
Username
ljuba rankovic
Joined
April 2010
Visits
0
Last Active
April 2016
Roles
Member
Posts
156
Friends
Followed by 1 person
My Badges
Total Points: 95
Top Posters
Albert FR
1978
Martin Konecny
1860
Andrey Podshivalov
1526
Voisses Tech
1423
John Chewter
899
Daniel James
844
Roger Wilco
784
hoerich
627
Paul Baranowski
389
Cliff Wang
339