BeBot - An Anarchy Online and Age Of Conan chat automaton

General => Feedback and Suggestions => Topic started by: Poonjab on June 10, 2009, 07:20:00 pm

Title: Possible to add a line break between news items?
Post by: Poonjab on June 10, 2009, 07:20:00 pm
I'm no coder and don't know a whole lot about PHP, but I'm wondering what it would take to get an extra line break "<br>" between news items when someone goes to read news items I've put on the bot?

Right now if I have more than one news item, they are clumped together and it makes it kind of hard to read or realize they are two separate news items.
Title: Re: Possible to add a line break between news items?
Post by: Sudoka on June 10, 2009, 08:34:28 pm
In modules/News.php on line 210, change it to :

Code: [Select]
$inside .= "\n&nbsp;\n";
that should fix it  :)
Title: Re: Possible to add a line break between news items?
Post by: Temar on June 11, 2009, 12:29:00 am
a \n or <br> will work
altho it looks fine for me (AO)
wat game?
Title: Re: Possible to add a line break between news items?
Post by: Poonjab on June 11, 2009, 05:46:22 am
a \n or <br> will work
altho it looks fine for me (AO)
wat game?

Sorry I should have mentioned it is AoC.
Title: Re: Possible to add a line break between news items?
Post by: Poonjab on June 11, 2009, 07:12:15 am
In modules/News.php on line 210, change it to :

Code: [Select]
$inside .= "\n&nbsp;\n";
that should fix it  :)

That seems to have done the trick.  Thanks so much.
SimplePortal 2.3.7 © 2008-2024, SimplePortal