Help! Error on news after using CMSMS v1.8

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
cronosmachine
Forum Members
Forum Members
Posts: 23
Joined: Thu Jun 17, 2010 12:48 am

Help! Error on news after using CMSMS v1.8

Post by cronosmachine »

I guys,
I really do not understand i had fresh installed xampp+cmsms 1.8.
I created all 1 by 1 manually all including, content pages, modules, tags and news.
Take me a lot of time yes, it will be great if CMSMS can export out all content pages by selecting what we want to export.
After finished, somehow on news show up "category news link" which driving me nuts.
The strange is when change to different templates or stylesheets won't effect, still there.
It exactly inside news menu, i don't know how to fix this.
Anybody has same issue? Before this, when I using old (xampp+cmsms 1.7.1) was no such thing.
Image
Last edited by cronosmachine on Wed Jul 07, 2010 12:56 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Help! Error on news after using CMSMS v1.8

Post by RonnyK »

Do you have a link?

Did you use the default templates that come with the installation? As there is an accessibility stylesheet there that makes some bullets not visible..

Ronny
cronosmachine
Forum Members
Forum Members
Posts: 23
Joined: Thu Jun 17, 2010 12:48 am

Re: Help! Error on news after using CMSMS v1.8

Post by cronosmachine »

RonnyK wrote: Do you have a link?

Did you use the default templates that come with the installation? As there is an accessibility stylesheet there that makes some bullets not visible..

Ronny
Yeah, is default template that come with the installation. Accessibility stylesheet? Is this new menu come with v1.8?
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Help! Error on news after using CMSMS v1.8

Post by RonnyK »

OK, I now see it...

It would have helped though if you pointed to the specific templates ;) As in the default template for the homepage, the bullet isnt there...

Ronny
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Help! Error on news after using CMSMS v1.8

Post by RonnyK »

If you dont want the clickable list of categories (which isnt styled, hence the bullet), just go to

Content -> News -> Summary Template

and remove the top part:
{* This section shows a clickable list of your News categories. *}

{foreach from=$cats item=node}
{if $node.depth > $node.prevdepth}
{repeat string="" times=$node.depth-$node.prevdepth}
{elseif $node.depth " times=$node.prevdepth-$node.depth}

{elseif $node.index > 0}
{/if}

{if $node.count > 0}
{$node.news_category_name}{else}{$node.news_category_name} {/if}
{/foreach}
{repeat string="" times=$node.depth-1}


{* this displays the category name if you're browsing by category *}
{if $category_name}
{$category_name}
{/if}

{* if you don't want category browsing on your summary page, remove this line and everything above it *}
out of this template.

Ronny
cronosmachine
Forum Members
Forum Members
Posts: 23
Joined: Thu Jun 17, 2010 12:48 am

[RESOLVED]: Help! Error on news after using CMSMS v1.8

Post by cronosmachine »

Thanks Ronny, very good response.
I really like this kind of response  ;D :D
I just put comment on it, and it work.

{foreach from=$cats item=node}
{if $node.depth > $node.prevdepth}
{repeat string="" times=$node.depth-$node.prevdepth}
{elseif $node.depth " times=$node.prevdepth-$node.depth}

{elseif $node.index > 0}
{/if}

{if $node.count > 0}
{$node.news_category_name}{else}{$node.news_category_name} {/if}
{/foreach}
{repeat string="" times=$node.depth-1}

-->
{* this displays the category name if you're browsing by category *}
{if $category_name}
{$category_name}
{/if}

{* if you don't want category browsing on your summary page, remove this line and everything above it *}
Post Reply

Return to “Modules/Add-Ons”