Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis 5.5 Calypso supports 2 factor authentication login with e-mail or SMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Modules
»
How to make more than 10 Frontpage's boxes with intro ? (SOLVED)
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to make more than 10 Frontpage's boxes with intro ? (SOLVED) (Read 4709 times)
Sunlight
Jr. Member
Posts: 87
How to make more than 10 Frontpage's boxes with intro ? (SOLVED)
«
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.
«
Last Edit: August 29, 2009, 03:48:57 by Sunlight
»
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: How to augment the number of Frontpage's "boxes" with text to more than 10 ?
«
Reply #1 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>
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Sunlight
Jr. Member
Posts: 87
How to make more than 10 Frontpage's boxes with intro ? (SOLVED)
«
Reply #2 on:
August 29, 2009, 03:51:07 »
It worked fine !
Thanks, Datahell, and congratulations for your concision and clarity.
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Modules
»
How to make more than 10 Frontpage's boxes with intro ? (SOLVED)