|
Apr 24
2010
|
Ignite Gallery 2.5 - category descriptions stripped of all html tagsPosted by: barb on Apr 24, 2010 Tagged in: Joomla , Ignite Gallery
|
|
Fix posted by Matt on ignite's support forum:
Edit components/com_igallery/views/igcategory/view.html.php change line 189:
- Code:
$document->setDescription( substr( JFilterOutput::cleanText($category->gallery_description), 0, 200 ) );
so it is now these 2 lines:

