The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
function to remove the tags - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11) +--- Thread: function to remove the tags (/showthread.php?tid=7133) |
function to remove the tags - Oleg06 - 2015-03-10 Can you think of any function to remove the tags ul and li from searchresults.php I18N Search? RE: function to remove the tags - shawn_a - 2015-03-10 I think you can use a custom components and output however you want in code. Or you can do strip_tags($output) RE: function to remove the tags - Oleg06 - 2015-03-10 I'm trying to learn bootsrap, prevent unnecessary tags, components do not help. I could remove them from the plugin code, but if the user wants to update the plugin, all messed up. |