Elxis CMS Forum

Extensions => Modules => Topic started by: Sunlight on August 28, 2009, 12:12:59

Title: How to make more than 10 Frontpage's boxes with intro ? (SOLVED)
Post by: Sunlight on August 28, 2009, 12:12:59
Currently, Frontpage limits the number of publications inside "Boxes" with a short introduction to only 10.

There is no obvious way to augment the number of these "boxes" with intro. text into more than 10, (fex. 12, 14, 16, 18, 20, 22, 24, etc).

=> Can anyone help to find any efficient way to overcome this too narrow limitation ?


Thanks in advance for a prompt and clear reply, if possible.
Title: Re: How to augment the number of Frontpage's "boxes" with text to more than 10 ?
Post by: datahell on August 28, 2009, 22:59:54
Open file modules/mod_frontpage.xml
Find parameter num_intro on line 86. Add more options to the selection box.

<option value="0">0</option>
<option value="1">1</option>
<option value="2">2</option>
.......
<option value="10">10</option>
<option value="15">15</option>
<option value="20">20</option>
<option value="30">30</option>
Title: How to make more than 10 Frontpage's boxes with intro ? (SOLVED)
Post by: Sunlight on August 29, 2009, 03:51:07
It worked fine !

Thanks, Datahell, and congratulations for your concision and clarity.