|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ltwCalendar
Terrific calendar! Got one problem, though. When viewing events, line feeds are lost. So if I insert a new line in the TEXTAREA input, everything gets strung together on one line when I pull it up in the viewer. Any suggestions?
|
|
#2
|
|||
|
|||
|
RE: ltwCalendar
I figured it out.
In both function DisplayEvent and function DisplayDay in ltw_classes.php, replace this line ---> echo $row["description"] . "<BR>n"; with ---> echo nl2br($row["description"]) . "<BR>n"; and it works like a champ! |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > ltwCalendar |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|