coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: bit bit spears on March 21, 2004, 06:42:08 PM

Title: how can i make a <br> in album description?
Post by: bit bit spears on March 21, 2004, 06:42:08 PM
I want to have something like this

American Music Awards
'br'
The Date

It won't let me make a new line-its all on one, and it screws up the tables....?

does anyone have an idea?
Title: how can i make a <br> in album description?
Post by: Nibbler on March 21, 2004, 11:02:53 PM
Take a look in functions.inc.php, at the function bb_decode($text). You can add your own bbcode eg.


$text = str_replace("[br]", '</br>', $text);


and use
 for your new lines.
Title: how can i make a <br> in album description?
Post by: bit bit spears on March 21, 2004, 11:59:23 PM
thanks SOOOOOOO MUCH for your help

i really appreciate you taking your time to help me :lol:
 :wink: i was afraid it wouldn't get answered