Page 1 of 1
News Module with 2 columns
Posted: Mon Dec 18, 2006 9:04 am
by aleix
Hi everybody,
Anybody knows how to modify the News Module to let me show the news of the same category in 2 columns??
Thanks!
Re: News Module with 2 columns
Posted: Mon Dec 18, 2006 1:12 pm
by Dr.CSS
Do you mean like 1>5 then 5>9... go to Extensions > Modules and click the word News or Help for the parameters used in the News Module...
Re: News Module with 2 columns
Posted: Tue Dec 19, 2006 11:47 am
by aleix
I have arleady seen the different parameters you can give to the News Module, but there isn't a parameter to shoe the news in 2 columns...
like this:
New 1New 2New 3New 4
This is what I want...
Anymore ideas?
Re: News Module with 2 columns
Posted: Tue Dec 19, 2006 11:52 am
by Dr.CSS
Nope no parameter for that, you will have to put them in diff. div's or mess with the templates...
Re: News Module with 2 columns
Posted: Mon Dec 25, 2006 11:38 am
by nils73
What you want to do can be achieved by using HTML and CSS. You can either display it as a List (UL or OL) or as a table with two columns ... feel free to modify the templates so that they meet your requirements. All you need to do is have a look at the Smarty-Syntax (see
http://smarty.php.net) and apply it to your template. Most things can be done by using Smarty - especially when it comes to output of code.
Regards,
Re: News Module with 2 columns
Posted: Thu Dec 28, 2006 11:52 pm
by okparrothead
Also, from what I understand, you can't have 1>5 6>10 of only one category.
I'd like to have the summary list of only one category without the first article (category="health" start="2") but haven't been able to make that work.
Peace
Re: News Module with 2 columns
Posted: Wed Jan 03, 2007 12:14 pm
by aleix
Perfect, finally I used UL, and I made a list in 2 columns.
The only I had to do is give a width to the UL, and then give half-width to every of the LI...
It worked!
Thanks a lot!
Re: News Module with 2 columns
Posted: Thu Mar 22, 2007 8:08 pm
by raduen
Hallo
an you put a sample ?
