Page 1 of 1
News Module categories
Posted: Thu Dec 22, 2011 4:16 pm
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
Re: News Module categories
Posted: Sun Dec 25, 2011 8:39 pm
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?
Re: News Module categories
Posted: Wed Dec 28, 2011 4:22 am
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
Re: News Module categories
Posted: Wed Dec 28, 2011 5:13 pm
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 ?...
Re: News Module categories
Posted: Thu Dec 29, 2011 4:07 am
by lazut
this is the page I am working on
http://www.qdistone.com/News/
thanks
Re: News Module categories
Posted: Thu Dec 29, 2011 12:28 pm
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
Re: News Module categories
Posted: Thu Dec 29, 2011 2:21 pm
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.
Re: News Module categories
Posted: Thu Dec 29, 2011 5:10 pm
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...
Re: News Module categories
Posted: Thu Jan 12, 2012 9:39 pm
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