• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: News - oberste Links weg
PostPosted: Sun Jun 19, 2011 1:06 pm 
Offline
Forum Members
Forum Members

Joined: Sun Jun 05, 2011 5:56 pm
Posts: 22
Hallo

Ich hab einen News-Artikel eröffnet.

Aber zu oberst gibt es einen automatischen Link, den ich nicht brauche. Wie krieg ich den weg?

Und wie passt sich die Seite nach unten an, wenn News vorhanden sind? momentan ist das News-Feld wie über der Seite.

http://www.creapics.ch

Vielen Dank für Eure Hilfe.


Attachments:
Bildschirmfoto 2011-06-19 um 15.02.45.png
Bildschirmfoto 2011-06-19 um 15.02.45.png [ 47.95 KiB | Viewed 1121 times ]
Top
 Profile  
 
 Post subject: Re: News - oberste Links weg
PostPosted: Mon Jun 20, 2011 11:00 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Tue Aug 12, 2008 9:30 pm
Posts: 1984
Location: Feldkirchen in Kärnten, Austria
In deinem News Summary template gibt es diesen teil:
Code:
<ul class="list1">
{foreach from=$cats item=node}
{if $node.depth > $node.prevdepth}
{repeat string="<ul>" times=$node.depth-$node.prevdepth}
{elseif $node.depth < $node.prevdepth}
{repeat string="</li></ul>" times=$node.prevdepth-$node.depth}
</li>
{elseif $node.index > 0}</li>
{/if}
<li{if $node.index == 0} class="firstnewscat"{/if}>
{if $node.count > 0}
   <a href="{$node.url}">{$node.news_category_name}</a>{else}<span>{$node.news_category_name} </span>{/if}
{/foreach}
{repeat string="</li></ul>" times=$node.depth-1}</li>
</ul>


Solltest Du die Verlinkung entfernen wollen dann entferne einfach folgendes:
<a href="{$node.url}">{$node.news_category_name}</a>

Möchtest Du überhaupt keine Kategorie liste anzeigen dann entferne einfach denn kompletten code wie oben angeführt.

_________________
CMSMS Blog - I do this!
Forge profile
Github profile
Twitter
=============================================
Support CMSMS


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
A2 Hosting