iris lines designs

802 257 7391
info@irislines.com

JoomlaSolutions - and other discoveries

A place to keep track of and share CMS and CSS solutions

Apr 24
2010

Ignite Gallery 2.5 - category descriptions stripped of all html tags

Posted by: barb

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:

Code: 
$description = $category->gallery_description;
$document->setDescription( substr( JFilterOutput::cleanText($description), 0, 200 )  );


irislines.com ©2010 photo by Rich Kaszeta