Page 1 of 1
Help! Error on news after using CMSMS v1.8
Posted: Wed Jul 07, 2010 12:53 pm
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.

Re: Help! Error on news after using CMSMS v1.8
Posted: Wed Jul 07, 2010 1:09 pm
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
Re: Help! Error on news after using CMSMS v1.8
Posted: Wed Jul 07, 2010 1:36 pm
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?
Re: Help! Error on news after using CMSMS v1.8
Posted: Wed Jul 07, 2010 1:46 pm
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
Re: Help! Error on news after using CMSMS v1.8
Posted: Wed Jul 07, 2010 1:49 pm
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
[RESOLVED]: Help! Error on news after using CMSMS v1.8
Posted: Wed Jul 07, 2010 2:56 pm
by cronosmachine
Thanks Ronny, very good response.
I really like this kind of response ;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 *}