1
ninja
how to set the # of article in News page to 1
  • 2004/2/7 23:22

  • ninja

  • Just popping in

  • Posts: 70

  • Since: 2003/5/27


in news admin, you can select 5,10,15,...etc. I want to display 1 article on the news index page. HOw do i do that?

thanks

2
meme
Re: how to set the # of article in News page to 1
  • 2004/2/7 23:44

  • meme

  • Quite a regular

  • Posts: 271

  • Since: 2002/12/10


modules/news/xoops_version.php

line 138
change this line
$modversion['config'][1]['options'] = array('5' => 5'10' => 10'15' => 15'20' => 20'25' => 25'30' => 30);


to

$modversion['config'][1]['options'] = array('1' => 1'5' => 5'10' => 10'15' => 15'20' => 20'25' => 25'30' => 30);


then update yours news module from modules admin

or you can use
incblocks module

3
TooBaked
Re: how to set the # of article in News page to 1
  • 2004/2/16 6:35

  • TooBaked

  • Just popping in

  • Posts: 37

  • Since: 2003/2/9 5


Thanks much I would have never looked in that file

Login

Who's Online

112 user(s) are online (81 user(s) are browsing Support Forums)


Members: 0


Guests: 112


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits