Home
 
Discussion
 
Player
 
High scores
 
Levels
 
Tools
Homelands  | Tropical  | Reef  | Forest  | Mountains  | Jungle  | Fruity  | Farmlands
Forum: Requests

     Automatic [br] in forum
     
View previous topic::View next topic
AuthorMessage
Finlandasarkila

Single Player
ari.sarkilahtigmail.com

Tue Apr 13, 2004 7:20 am   Post subject: Automatic [br] in forum Not logged in.

Wil, could you do an automatic replace of endlines in the forum? I'm too lazy to use the BR (opera doesn't handle the javascript inserts properly. It always inserts the emoticons or "tags" in the end and not where the cursor is. I tried to look into this but Opera just didn't support some of the classes/methods you used and I didn't find any replacing classes/methods that could do the similar thing.)

Anyway it would be just something like this:
str_replace(chr(10),"<br>",$_POST["message"]);