News Module :: Configuration Problems
Posted: Sun Feb 11, 2007 2:50 pm
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.
[gelöscht durch Administrator]
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 -->