News Module categories

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
lazut
Forum Members
Forum Members
Posts: 15
Joined: Thu Dec 22, 2011 3:54 pm

News Module categories

Post by lazut »

hi,
I created a div named categories to show News Categories in the page as sidebar and put this code in it

{news action='browsecat' browsecattemplate='sample'}

but I can't get News Categories into the categories div ...it doesnt go there it goes all the page up right side

I couldn't find a way to put only categories into where I want
like this web page http://www.marble-institute.com/blog/
to right side

thank you for your help
janaf
Forum Members
Forum Members
Posts: 183
Joined: Sun Jan 10, 2010 7:02 pm

Re: News Module categories

Post by janaf »

Hi,

Sorry, I have tried to understand, but don't. You need to be more specific.

Which CMSMS version?
What news module?
I created a div named categories
Where / How? In the page template?
..it doesnt go there it goes all the page up right side
meaning?
Please be specific. I looked at the page but to not see a news summary. What is the name / title of it?
lazut
Forum Members
Forum Members
Posts: 15
Joined: Thu Dec 22, 2011 3:54 pm

Re: News Module categories

Post by lazut »

hi,


I am using Monsoon CMS 1.9.1. and News module 2.11 ..
I created a two column layout News page [ like div id=main content t the left and div id=newscategories at the right ] and I am trying to put Browse Categories Template Content into right column of the page ..
I put this code
<div id=newscategories>{news action='browsecat' browsecattemplate='sample'}</div> into the page ..all categories I created from the news module displayed at up right corner of the page , not displayed inside of the newscategories div..

hoping this time I explained problem better :)
thanks alot for your help
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: News Module categories

Post by Dr.CSS »

This is a HTML/CSS problem and to help we would need to see the page and something that show how it should be like an image or ?...
lazut
Forum Members
Forum Members
Posts: 15
Joined: Thu Dec 22, 2011 3:54 pm

Re: News Module categories

Post by lazut »

this is the page I am working on
http://www.qdistone.com/News/

thanks
nervino
Power Poster
Power Poster
Posts: 448
Joined: Sun Dec 28, 2008 12:15 pm
Location: Roma, Italy

Re: News Module categories

Post by nervino »

lazut wrote: I put this code
<div id=newscategories>{news action='browsecat' browsecattemplate='sample'}</div> into the page ..all categories I created from the news module displayed at up right corner of the page , not displayed inside of the newscategories div..
I can't find any <div id="newscategories"> in the page you linked
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: News Module categories

Post by staartmees »

you better upgrade your cmsms as soon as possible as your version is no longer supported an aas a safetyproblem with the Newsmodule.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: News Module categories

Post by Dr.CSS »

Your HTML doesn't validate...

</br> should be <br /> all br need a space then /

<br class="clear"> no /

A </span> with no <span>

Extra </p>

At the bottom...

<__body>
</div>
</__html>

Not supposed to have anything between...

<__body>
</__html>

Fix these and it may just work...
lazut
Forum Members
Forum Members
Posts: 15
Joined: Thu Dec 22, 2011 3:54 pm

Re: News Module categories

Post by lazut »

after your post I checked out css and html codes and finally
figure out that css properties of the categories ul list is wrong

thanks a lot
Post Reply

Return to “Layout and Design (CSS & HTML)”