forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: Ulenka on October 31, 2012, 10:42:57 am

Title: BB-code in album description
Post by: Ulenka on October 31, 2012, 10:42:57 am
I added album description on thumbnails.php like this http://forum.coppermine-gallery.net/index.php/topic,67900.0.html
Please, help to added bb-code (or html) in this description. Now bb-code doesn't work here.
Title: Re: BB-code in album description
Post by: Αndré on October 31, 2012, 03:13:49 pm
Find
Code: [Select]
$CURRENT_ALBUM_DATA['description']and replace with
Code: [Select]
bb_decode($CURRENT_ALBUM_DATA['description'])
Title: Re: BB-code in album description
Post by: Ulenka on October 31, 2012, 03:24:38 pm
Αndré, thank you very much! You are so pretty! :-*
Title: Re: BB-code in album description
Post by: Αndré on October 31, 2012, 03:33:37 pm
Please
tag your answer as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.