Remove the seblod html comments 56 Postsmrits 9 years ago5Topic Hello, how can Remove the seblod html comments like: </!-- Begin: SEBLOD 3.x Document { www.seblod.com } -->I'll try to generate a PDF from content and the comments are killing my PDF :-SThanksRegards 4229 PostsKadministrator 9 years ago3Level 1 Do a string replace like the one in the new xml view of the list:echo trim( str_replace( array( '<!-- Begin: SEBLOD 3.x Document { www.seblod.com } -->', '<!-- End: SEBLOD 3.x (App Builder & CCK for Joomla!) { www.seblod.com } -->' ), '', $this->data ) ); 56 Postsmrits 9 years ago2Level 2Thanks for the Answer :-) Where can i find the xml view? I use seb_minima with own positions.Thanks 4229 PostsKadministrator 9 years ago1Level 3In components\com_cck\views\list\tmpl\xml.php 56 Postsmrits 9 years ago0Level 4OK Thank you.It's already in there but it don't works for me :-(Maybe J2.5 is the problem.i'll try it on joomla3 thanks 56 Postsmrits 9 years ago0Level 1 i found a "solution" :-S change the core file libaries/cck/rendering/document/html/html.php Line 202// $data = '<!-- Begin: SEBLOD 3.x Document { www.seblod.com } -->'. $data .'<!-- End: SEBLOD 3.x (App Builder & CCK for Joomla!) { www.seblod.com } -->';i know: "Don't change core files!!"But so far it works ;-)