1
Tanith
Question about Sections
  • 2004/12/19 21:03

  • Tanith

  • Just popping in

  • Posts: 11

  • Since: 2004/2/6 2


Hi all,

I'm working on a site using Xoops, and at the moment just using the Sections module that comes with the standard download.

Can anyone tell me what file to modify to change the bit where it says "Here you can find some cool articles that are not presented on the homepage", and to put a hard return between the images?

http://www.phantomoftheopera.com/modules/sections/

Or should I just install a better sections module...?

Thanks for any help,
Christine

2
Mithrandir
Re: Question about Sections

change the bit:
modules/sections/language/english/main.php, line 6
define("_MD_HEREUCANFIND","Here you can find some cool articles that are not presented on the homepage.");

Change the text (NOT the all-caps constant definition) to what you like.

For the hard return between images, I *think* I know where it is (never used the Sections module myself, so I am just guessing at the appropriate code)

modules/sections/index.php, line 73:
echo "<div><img src='images/$image' border='0'><br /><br />";
//change to this:
echo "<div style='clear:both;'><img src='images/$image' border='0'><br /><br />";

Not tried and not tested and may be a different code from what you mean, but let us know if it helped.

3
Tanith
Re: Question about Sections
  • 2004/12/20 0:19

  • Tanith

  • Just popping in

  • Posts: 11

  • Since: 2004/2/6 2


Thank you kindly... the hard return between the images doesn't seem to be working, so if anyone else has any hints on how to change that, I'd be glad to hear them.

Thanks again!

Login

Who's Online

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


Members: 0


Guests: 111


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