Discussions
Activity
Sign In
How it works
ljuba rankovic
Activity
Discussions
2
Comments
154
Missing Demo Theme Tommy
Thanks for pointing out, link is fixed
Comment by
ljuba rankovic
November 2013
permalink
Missing "Types of Article" in 4.2.0-1 Ubu 12.04-1
Hello Said, Rodolfo, newer versions of themes have new functionality that we call Dialog (option to introduce new kind of content where two authors offer pro and contra arguments on some topic, and public is able to vote using 'debate' plu…
Comment by
ljuba rankovic
November 2013
permalink
Subscription is not working - 4.2
Thanks for reporting - we need to explore subscription behavior in 4.2, I can confirm problems.
Comment by
ljuba rankovic
October 2013
permalink
Blank page on non-English localizations
Hi, Peter is probably right - if you're using latest version of New Custodian or Rockstar, in folder _conf you will need to create file Russian.conf - just copy existing English.conf and then translate the strings inside quotes into Russian.
Comment by
ljuba rankovic
September 2013
permalink
New Custodian - How to get the article intro float below the image on frontpage
Hi,New Custodian uses grid system 1140px which has predefined classes like fourcol, eightcol etc. Top story block is placed inside eightcol container (which is the width of content area; the rest of four goes to sidebar), then further devided in two…
Comment by
ljuba rankovic
September 2013
permalink
RSS and &
hi - we use {{ $gimme->article->name|escape }} everywhere, '&' sign is properly escaped then. On 20 September 2013 10:45, mark casson < newscoop-support@lists.sourcefabric.org> wrote: > strange error using rss and &…
Comment by
ljuba rankovic
September 2013
permalink
Home links to root of website, which os not where site is stored
Links back to the homepage are built like this: Home which leads to the root of the (sub)domain. You can change these links with somethnig like Home or Home
Comment by
ljuba rankovic
August 2013
permalink
How to update site after template change
Might be that you are changing template in the theme in /unassigned folder, and this is just the storage place for themes. The working one, assigned to your publication, should be in accessible in themes management but in another tab that is called …
Comment by
ljuba rankovic
August 2013
permalink
rss feed for most read
{{ count }} is the way to manually - in template - trigger stats collecting because automatic way generates some javascript code in full_text field that then makes this field to validate as non-empty even if it is empty. List doesn't return any…
Comment by
ljuba rankovic
August 2013
permalink
rss feed for most read
Well the template is parsed to the end which means it's correct; list is not generating any results, probably statistics for article reads are not collected.There are two ways to turn on article stats (number of reads, that are used to calculat…
Comment by
ljuba rankovic
August 2013
permalink
rss feed for most read
Does it send any error? What does this template generate, only rss header or..? Can you show the source of the outputted page?
Comment by
ljuba rankovic
August 2013
permalink
rss feed for most read
Hi, your code should work, maybe two sets of constraints are the problem. Put them in one constraints. You may also try this way (example is for 2 days old news, change the numbers for 7 days) {{ assign var="twodaysback" value="`$smar…
Comment by
ljuba rankovic
August 2013
permalink
If Article Type
Hi, it would be {{ if $gimme->article->type_name == "news" }}
Comment by
ljuba rankovic
July 2013
permalink
not assigned to a publication.
Hi,you need to go to publication configuration and assign this alias to it. go to http://66.152.161.10/admin/pub/edit.php?Pub=1 (or whatever is id of your publication) and set it as default site alias. You can set several domains to work as aliases …
Comment by
ljuba rankovic
June 2013
permalink
Feature request: ignore_topic
Good idea. There is also another solution, in list constraints you can say {{ assign var="undesiredTopic" value=$gimme->topic->name }}{{ list_articles constraints="topic not $undesiredTopic }}
Comment by
ljuba rankovic
June 2013
permalink
Location template and input validation
Hi,this is nice, straightforward way of doing this; for little bit more security on url parameters, use Smarty modifiers, like this: {{ $gimme->url->get_parameter('location')|default:''|escape }}
Comment by
ljuba rankovic
June 2013
permalink
Other Template if "HOME" is clicked
Hi all, generally if you want to load specific issue to home page instead of current issue, you can modify context, for example {{ local }}{{ set_issue number="xxx" }}
Comment by
ljuba rankovic
June 2013
permalink
theme based on topics not on sections
Hi, seems that nested {{ list_subtopics }} work - just tried. Template reference (https://wiki.sourcefabric.org/display/NsLingo/List+of+Subtopics) is wrong in this case, we will fix that. Enjoy nested lists of subtopics!
Comment by
ljuba rankovic
May 2013
permalink
multiple languages
Sorry - our fault. Thanks for noticing this, will be fixed. Keep exploring and have fun with Newscoop!
Comment by
ljuba rankovic
May 2013
permalink
multiple languages
Hello,instead of this {{ $gimme->language->name }}put this {{ $gimme->language->name }}
Comment by
ljuba rankovic
May 2013
permalink
Looking for help/cost estimate of changing the masthead of Newscoop 4.1
Hello Thana,you can contact Sourcefabric directly on contact@sourcefaric.org
Comment by
ljuba rankovic
May 2013
permalink
How to make custom pages
Hi, to link to custom template you can use {{ url options="template regions.tpl" }}; it will construct the url of existing context plus tpl parameter (for example, if link is on article page, you will get somethnig like example.com/en/issu…
Comment by
ljuba rankovic
April 2013
permalink
rss image size
ok, according to feed validator http://validator.w3.org/feed/check.cgi?url=http://eastmidlandsbusinesslink.co.uk/en/static/rss this ' {{ /image }} try using this {{ image rendition="XXXXXX" }} &l…
Comment by
ljuba rankovic
April 2013
permalink
rss image size
where is the output generated by template which uses image renditions? the one you sent is still 150x100px
Comment by
ljuba rankovic
April 2013
permalink
rss image size
yes so template code seems to be ok btw to generate link to article you can change http://{{$gimme->publication->site}}/{{ $gimme->language->code }}/{{$gimme->issue->url_name}}/{{$gimme->section->url_name}}/{{$gimme->…
Comment by
ljuba rankovic
April 2013
permalink
rss image size
Hi, feed on this link http://eastmidlandsbusinesslink.co.uk/en/static/rss shows pictures when you subscribe to that feed through some rss reader (I tried with Google Reader). If you take a look at the source code of this page (on the link you sent) …
Comment by
ljuba rankovic
April 2013
permalink
cannot view new publication or previews for new publication
Hi, did you publish issue(s) in your new publication? If they are just created and not published, then this is expected behaviour.
Comment by
ljuba rankovic
April 2013
permalink
Listing all multimedia in a mixed list.
Did you try {{ assign var="multimediacounter" value=$multimediacounter+1 }} according to Smarty 3 manual (http://www.smarty.net/docs/en/language.function.assign.tpl) this should work too {{ assign "multimediacounter" $multimediac…
Comment by
ljuba rankovic
April 2013
permalink
problem with visualization of puslished articles
Hi,this theme (New Custodian) uses Feature Article Lists for frontpage content. Go here http://www.lecodelpo.info/admin/playlist and then select the list 'front page' - it is probably empty. You can move some articles from left pane to rig…
Comment by
ljuba rankovic
April 2013
permalink
problem with visualization of puslished articles
Hi, just guessing / check this: if your article type has field called for example 'full_text' or 'lead', then in template you need to specify that same field for output with somethnig like {{ $gimme->article->lead }} or…
Comment by
ljuba rankovic
April 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
Follow ljuba rankovic
About
Username
ljuba rankovic
Joined
April 2010
Visits
0
Last Active
April 2016
Roles
Member
Posts
156
Friends
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