Discussions
Activity
Sign In
How it works
Paweł Mikołajczuk
Activity
Discussions
6
Comments
66
Newscoop's Article Multiple approvement
we don't have that feature now.
Comment by
Paweł Mikołajczuk
April 2015
permalink
Where are the language files located? - Question moved to correct forum.
Hey, you can translate Newscoop here: https://www.transifex.com/projects/p/newscoop/translate/
Comment by
Paweł Mikołajczuk
April 2015
permalink
Newscoop empty admin pages
Do you have enabled any database caching? Like memcached or redis? This should solve your issue. https://www.dropbox.com/s/kq2k0exnmtofory/Zrzut ekranu 2015-03-24 19.53.03.png?dl=0
Comment by
Paweł Mikołajczuk
March 2015
permalink
Where are the 4.2.4 language files located (for translation)?
Hey, unfortunately we changes translations system in 4.3.x release. To translate all string to your release please use our transifex: https://www.transifex.com/projects/p/newscoop/
Comment by
Paweł Mikołajczuk
January 2015
permalink
Preview not working
@Pedro, reach us on support chanell (http://www.hipchat.com/gsAwAbVyW) we will try help you.
Comment by
Paweł Mikołajczuk
January 2015
permalink
Netscoop-4.3.1 can't import *-master themes loaded from github.
Onur, most of thmes already have prepared packages to download and import themes into newscoop. You can find them on releases tab on github. We are working to add releases to every our theme soon.
Comment by
Paweł Mikołajczuk
January 2015
permalink
Multiple Alias with different themes.
@Sebastian Olsson - good trick! That should work.
Comment by
Paweł Mikołajczuk
October 2014
permalink
Making Open Source more open.
Hey Jonas, we will add comments or posts and rss chanell per project.
Comment by
Paweł Mikołajczuk
September 2014
permalink
topics hierarchy overlap on topic deletion
Hey, can you test it on our latest 4.3 alpha? Installation notes are here: https://github.com/sourcefabric/Newscoop/blob/master/newscoop/docs/INSTALL.md https://dev.sourcefabric.org/browse/CS-4752 - looks like it can be fixed already.
Comment by
Paweł Mikołajczuk
August 2014
permalink
404 redirects not working - MAJOR problem (related to zero values in Ratings table)
@Said R - if you have some time than you can check/play a little with latest 4.3 alpha. Just fork our master branch and follow install notes - https://github.com/sourcefabric/Newscoop/blob/master/newscoop/docs/INSTALL.md. Any issue report…
Comment by
Paweł Mikołajczuk
August 2014
permalink
404 redirects not working - MAJOR problem (related to zero values in Ratings table)
Hey, 404 thing is on table now - we are looking for solution (4.2.4 will come). About paywall and 4.2.3 - it can be used but only with limited functionality (without admin panel and configuration) - my advise is to wait for first 4.3 RC (where all …
Comment by
Paweł Mikołajczuk
June 2014
permalink
theme template not executing
do you have templates caching enabled?
Comment by
Paweł Mikołajczuk
April 2014
permalink
Cannot see Articles on Homepage or in Sections
Can you confirm that issue is published? And what template are you using?
Comment by
Paweł Mikołajczuk
April 2014
permalink
[solved] PHP and variables
@Nalyk Calmis maybe it was caching. For future try to clear newscoop/cache/ directory after code changes. Btw. using php in smarty is really bad idea.
Comment by
Paweł Mikołajczuk
March 2014
permalink
[solved] PHP and variables
Hey, CamTemplate looks ok, what you have in your apache error log when you hit backend (and you get white page)?
Comment by
Paweł Mikołajczuk
March 2014
permalink
Backup & Restore Does Not Work
Hey, it will be fixed in 4.2.2. For now you can try replace newscoop/bin/newscoop-restore file with this latest 4.2 branch version: https://raw.github.com/sourcefabric/Newscoop/9b08da64b7209c50b8399e6159db2c460c87a2ec/newscoop/bin/newscoop-restore
Comment by
Paweł Mikołajczuk
March 2014
permalink
Incorrect path to yml file
Hey, thia will be fixed in 4.3. For now you can update library/Newscoop/Gimme/PropertyMatcher.php with https://github.com/sourcefabric/Newscoop/blob/959f52689916bc55528a30ac72563824d18e9dc6/newscoop/library/Newscoop/Gimme/PropertyMatcher.php
Comment by
Paweł Mikołajczuk
March 2014
permalink
[solved] PHP and variables
Hey, please show us gist with your current CampTemplate.php.
Comment by
Paweł Mikołajczuk
March 2014
permalink
Did you update Smarty?
Hey, we don't use BC and php tags are disabled by default. You can enable it manualy with smarty security_settings.
Comment by
Paweł Mikołajczuk
February 2014
permalink
Subscription is not working - 4.2
hhunor - plugins installation only with mouse wil be avaiable in 4,3 (first alpha release soon).
Comment by
Paweł Mikołajczuk
February 2014
permalink
Persistent connect?
We use Doctrine2 as our dbal and orm. From what i know it don't use persistent connections with mysql. Nice reading here: http://stackoverflow.com/questions/3332074/what-are-the-disadvantages-of-using-persistent-connection-in-pdo
Comment by
Paweł Mikołajczuk
February 2014
permalink
Subscription is not working - 4.2
Hey, like you can see in readme (https://github.com/newscoop/plugin-NewscoopPaywallBundle) $ php application/console plugins:install "newscoop/newscoop-paywall-bundle" --env=prod
Comment by
Paweł Mikołajczuk
February 2014
permalink
Subscription is not working - 4.2
Hey, for subscription in 4.2 we have plugin - https://github.com/newscoop/plugin-NewscoopPaywallBundle Docs with sample usage are here: https://github.com/newscoop/plugin-NewscoopPaywallBundle/blob/master/Resources/doc/sample.md. Ask here …
Comment by
Paweł Mikołajczuk
February 2014
permalink
Path to Smarty cache?
Hey, here: https://github.com/sourcefabric/Newscoop/blob/v4.2/newscoop/template_engine/classes/CampTemplate.php#L73 But i would not try to change it. For what you need it?
Comment by
Paweł Mikołajczuk
January 2014
permalink
how to post news to newscoop from a client application
You need wait for 4.3 release with write api.
Comment by
Paweł Mikołajczuk
January 2014
permalink
bug on Article deletion - newscoop 4.2
Hey, it should be fixed with 4.2.1 release (https://github.com/sourcefabric/Newscoop/releases/tag/v4.2.1)
Comment by
Paweł Mikołajczuk
January 2014
permalink
Article Rendition from API
This was converted into jira issue - http://dev.sourcefabric.org/browse/CS-4909. Thanks for help, we will fix it with 4.3 (or maybe with 4.2.2).
Comment by
Paweł Mikołajczuk
January 2014
permalink
Image renditions and memory
Converted into ticket (http://dev.sourcefabric.org/browse/CS-4908) thanks for this info. If you are developer then i can say that any Pull request is welcome!
Comment by
Paweł Mikołajczuk
January 2014
permalink
Gimme API - Issue
Yeah, it will be on 4.2 but link works good.
Comment by
Paweł Mikołajczuk
May 2013
permalink
How do I integrate Dada mail and Newscoop?
Hey, i think that will be possible after release 4.2 Newscoop version (with brand new plugins system).
Comment by
Paweł Mikołajczuk
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 Paweł Mikołajczuk
About
Username
Paweł Mikołajczuk
Joined
July 2012
Visits
0
Last Active
July 2018
Roles
Member, Sourcefabric Team
Posts
72
Friends
Followed by 1 person
My Badges
Total Points: 70
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