Page 1 of 1

News Module :: Configuration Problems

Posted: Sun Feb 11, 2007 2:50 pm
by ImmortalSon
Hey Everyone...

I'm trying to implement the News Module similar to what I have seen on another CMSMS site, but can seem to get it looking right or functioning in the way I want.  It currently works and displays below the navigation of each page on the site, but when you click on a news article, it takes you there but not in a news section.  I'm fairly confused.

I have attached two images 'current.gif' displays what I've got at the moment, 'wanted.gif' illustrates the type of thing I'd like to end up with (obviously with the colours more suited to my site).  I have also copied below the code I have currently got for the Navigation and News section in case you'd be able to tell me what I need to change.

Sorry if this is a stupid or simple question... I'm new to CMSMS.

Any help would be great,

R.

Code: Select all

   <!-- Start Content (Navigation and Content columns) -->
   <div id="content">

      <!-- Start Sidebar -->
      <div id="sidebar">

      <!-- Start Navigation -->
      <div id="menu_vert">
         <h2 class="accessibility">Navigation</h2>
         {menu template='simple_navigation.tpl' collapse='1'}
<b>.: News Section</b><br />{cms_module module=News number="1"}
      </div>
<div align="center">





</div>
      <!-- End Navigation -->
      </div>
      <!-- End Sidebar -->
[gelöscht durch Administrator]

Re: News Module :: Configuration Problems

Posted: Sun Feb 11, 2007 7:27 pm
by RonnyK
R.

if you have news embedded inside the DIV, and the CSS attached, it should be correct.

something like:

Code: Select all

      <!-- Start News -->
      <div id="news">
         <h2>News</h2>
          {news limit=3 detailpage='news'}
      </div>
      <!-- End News -->
Ronny