Search found 17 matches

by Matio
Tue Jul 06, 2010 8:21 pm
Forum: Modules/Add-Ons
Topic: Detail news view not working
Replies: 11
Views: 2969

Re: Detail news view not working

I tried reinstalling the news (uninstall and install again) and everything was deleted. So I imported SQL dump to get back to where I was. Still no success  :'(
by Matio
Tue Jul 06, 2010 7:10 pm
Forum: Modules/Add-Ons
Topic: Detail news view not working
Replies: 11
Views: 2969

Re: Detail news view not working

Thank you for this information Rolph!

I guess I could reinstall the module, but I have like 300 news right now. I'm going to try to reinstall it and then use SQL dump for the news_module table.
by Matio
Tue Jul 06, 2010 5:57 pm
Forum: Modules/Add-Ons
Topic: Detail news view not working
Replies: 11
Views: 2969

Re: Detail news view not working

1) This tag 'count_news_comments' is my User defined tag for counting comments. 2) Your suggested link does exactly the same thing, I have just tried it. Anyway, thanks for help. I also tried turing off "mod_rewrite" and then I'm able to access the detail page, but I don't get pretty URL t...
by Matio
Tue Jul 06, 2010 4:50 pm
Forum: Modules/Add-Ons
Topic: Detail news view not working
Replies: 11
Views: 2969

Re: Detail news view not working

Dr.CSS: I didn't call detailpage in my news tag initially. It doesn't work with or without the detailpage attribute. ajprog: I created one template with {content} tag in it, and then I created lot of pages, where I put content (images, text, HTML tags) or at this home page, I'm calling {news} tag. S...
by Matio
Tue Jul 06, 2010 3:43 pm
Forum: Modules/Add-Ons
Topic: Detail news view not working
Replies: 11
Views: 2969

Re: Detail news view not working

Ok here is my summary template: {foreach from=$items item=entry} <div class="NewsSummary"> <div class="oddelovac"> <h3>{$entry->titlelink}</h3></div> <div class="news-footer"><strong>Pridal:</strong> {$entry->author}  | {$entry->postdate|cms_date_format:"%d. %m %Y,...
by Matio
Tue Jul 06, 2010 9:44 am
Forum: Modules/Add-Ons
Topic: Detail news view not working
Replies: 11
Views: 2969

Re: Detail news view not working

Yes, in the template I'm using, I have it like this:

Code: Select all

header
.
.
{content}
.
.
footer
And than I have page called "home", where I'm calling the news tag.
by Matio
Mon Jul 05, 2010 9:29 pm
Forum: Modules/Add-Ons
Topic: Detail news view not working
Replies: 11
Views: 2969

Detail news view not working

Hi, I have problem with showing details of news. When I click on the title of the news it's not showing the details, instead I'm only redirected to the returnid site (so basically where I was before). I can see, that the URL has been generated well - like this: http://www.site.com/news/296/15/News-p...
by Matio
Tue Feb 09, 2010 11:35 pm
Forum: Modules/Add-Ons
Topic: CGFeedMaker does not work
Replies: 15
Views: 3365

Re: CGFeedMaker does not work

Default template, that one with {news assign="junk"}

Weird thing is, that with hierarchy turned on, the feed works...
by Matio
Tue Feb 09, 2010 10:54 pm
Forum: Modules/Add-Ons
Topic: CGFeedMaker does not work
Replies: 15
Views: 3365

Re: CGFeedMaker does not work

Source shows only rendering times:

Code: Select all

<!-- 0,093034 / 9 / 12728696 / 13042592 -->
by Matio
Tue Feb 09, 2010 10:48 pm
Forum: Modules/Add-Ons
Topic: CGFeedMaker does not work
Replies: 15
Views: 3365

Re: CGFeedMaker does not work

I tried extension "rss" and no extension too, but feed is still empty.
by Matio
Tue Feb 09, 2010 7:21 pm
Forum: Modules/Add-Ons
Topic: CGFeedMaker does not work
Replies: 15
Views: 3365

Re: CGFeedMaker does not work

The feed itself works fine for me, when I have Hierachy allowed in my config.php. But when I turn off hierarchy, the generated feed is blank.
by Matio
Tue Feb 09, 2010 2:30 pm
Forum: Modules/Add-Ons
Topic: CGFeedMaker does not work
Replies: 15
Views: 3365

Re: CGFeedMaker does not work

I have the same problem.
by Matio
Fri Aug 14, 2009 11:09 am
Forum: Modules/Add-Ons
Topic: Relative paths in RSS feed.
Replies: 2
Views: 909

Re: Relative paths in RSS feed.

That's actually the thing that I want to avoid.
by Matio
Thu Aug 13, 2009 11:29 am
Forum: Modules/Add-Ons
Topic: Relative paths in RSS feed.
Replies: 2
Views: 909

Relative paths in RSS feed.

Hi! I'm using Calguys Feed Maker to generate RSS feed for my news. It works fine, but if I don't strip HTML tags from the output (which is what I want) links in news are broken. It's because I'm using pretty URLs and path to my feed is site.com/feeds/news . So my problem is, that I'm using relative ...
by Matio
Fri May 02, 2008 7:29 am
Forum: CMSMS Core
Topic: [SOLVED] Backslashes in News
Replies: 4
Views: 1894

Re: Backslashes in News

Thank you, nivekiam. That works perfectly.

Go to advanced search