nameRemove whitespace between tags descriptionRemoves unnecessary whitespace from the HTML output\ ---\ Replaces all adjacent whitespace characters with one space where it is safe.\ This might cause errors for some scripts. So use with cause.\ search([>;\\{\\([:REGEX_ENTER:]])\\s+ replace\\1[:space:] params@syntax_help=0 regex=1 word_search=0 s_modifier=1 casesensitive=0 thorough=0 area=everywhere enable_in_title=1 enable_in_author=1 between_start= between_end= enable_in_feeds=1 enable_in_admin=0 enable_tags=1 limit_tagselect=0 tagselect=*[title,alt] meta[content] published0 ordering0 nameRemove Meta generator descriptionStrips the meta tag for generator from the output. This removes some of Joomla\'s footprint :) search\\s*<meta[^>]*name\\s*=\\s*([\'"])generator\\1[^>]*> replace params@syntax_help=0 regex=1 word_search=0 s_modifier=1 casesensitive=0 thorough=0 area=everywhere enable_in_title=1 enable_in_author=1 between_start= between_end= enable_in_feeds=1 enable_in_admin=1 enable_tags=1 limit_tagselect=0 tagselect=*[title,alt] meta[content] published0 ordering0 nameRemove empty tables descriptionRemoves empty tables and empty table rows.\ ---\ Table cells with only breaks and/or paragraph tags are also regarded empty. search\\s*((<tr( [^>]*)?>(\\s*<td( [^>]*)?>(\\s*<(p\|/p\|br\|br /)>)*\\s*</td>)+\\s*</tr>)\|(<table( [^>]*)?>\\s*(<tbody( [^>]*)?>\\s*)?(\\s*</tbody>)?\\s*</table>)) replace params@syntax_help=0 regex=1 word_search=0 s_modifier=1 casesensitive=0 thorough=1 area=everywhere enable_in_title=1 enable_in_author=1 between_start= between_end= enable_in_feeds=1 enable_in_admin=0 enable_tags=1 limit_tagselect=0 tagselect=*[title,alt] meta[content] published0 ordering0 nameCustom Remove Tag descriptionRemoves text between the remove tags.\ ---\ This can be used to temporarily hide text (without having to actually delete it).\ Tags which can be used: {remove}...{/remove} {hide}...{/hide} {delete}...{/delete} search\\{(remove\|hide\|delete)\\}.*?\\{/\\1\\} replace params@syntax_help=0 regex=1 word_search=0 s_modifier=1 casesensitive=0 thorough=0 area=body enable_in_title=1 enable_in_author=1 between_start= between_end= enable_in_feeds=1 enable_in_admin=0 enable_tags=1 limit_tagselect=0 tagselect=*[title,alt] meta[content] published0 ordering0 nameBad word filter descriptionFilters the list of bad words from your sites output.\ ---\ This filter can be useful when using some public area like a forum or Community Builder.\ \ Only full matches are filtered. So no words that have one of the bad words in it.\ \ Place all the bad words in this list you don\'t want to appear in your site. searchbadword1,badword2,swearing,swear replace*** params@syntax_help=0 regex=0 word_search=1 s_modifier=1 casesensitive=0 thorough=0 area=everywhere enable_in_title=1 enable_in_author=1 between_start= between_end= enable_in_feeds=1 enable_in_admin=0 enable_tags=0 limit_tagselect=0 tagselect=*[title,alt] meta[content] published0 ordering0 nameSmileys (Step 1) descriptionReplaces the smileys like ;) with smiley syntaxes like [:wink:].\ ---\ Supported smileys:\ :) (smile)\ :D (grin)\ ;) (wink)\ :\'( (cry\ :-o (shocked)\ :-/ (slant)\ x-( (angry)\ :( (frown)\ B-) (cool)\ :P (tongue)\ <3 (heart)\ :-\| (straightface) search:),:D,;),:\'(,:-o,:-/,x-(,:(,B-),:P,<3,&lt;3,:-\| replace[:smile:],[:grin:],[:wink:],[:cry:],[:shocked:],[:slant:],[:angry:],[:frown:],[:cool:],[:tongue:],[:heart:],[:heart:],[:straightface:] params@syntax_help=0 regex=0 word_search=0 s_modifier=1 casesensitive=1 thorough=0 area=body enable_in_title=1 enable_in_author=1 between_start= between_end= enable_in_feeds=1 enable_in_admin=0 enable_tags=0 limit_tagselect=0 tagselect=*[title,alt] meta[content] published0 ordering0 nameSmileys (Step 2) descriptionReplaces the smiley syntaxes like [:wink:] with a corresponding google image.\ ---\ Choose any of these urls to change the apperance\ plain: http://mail.google.com/mail/help/images/screenshots/chat/1.gif\ plain animated: http://www.wackyb.co.nz/im/gtalk/wb_1.gif\ rounded: http://mail.google.com/mail/im/emoticons/round/1.gif\ square: http://mail.google.com/mail/im/emoticons/square/1.gif\ \ Supported smileys:\ [:smile:],[:grin:],[:wink:],[:cry:],\ [:shocked:],[:slant:],[:angry:],[:frown:],\ [:cool:],[:tongue:],[:heart:],[:straightface:] search\\[:(smile\|grin\|wink\|cry\|shocked\|slant\|angry\|frown\|cool\|tongue\|heart\|straightface):\\] replace<img src="http://mail.google.com/mail/help/images/screenshots/chat/\\1.gif" alt="\\1" title="\\1" /> params@syntax_help=0 regex=1 word_search=0 s_modifier=1 casesensitive=1 thorough=0 area=body enable_in_title=1 enable_in_author=1 between_start= between_end= enable_in_feeds=1 enable_in_admin=0 enable_tags=0 limit_tagselect=0 tagselect=*[title,alt] meta[content] published0 ordering0 nameDate tag descriptionTag to place the current date\ ---\ You can use: {date format}\ format should be a valid php strftime() format, like:\ {date %d %B %Y} = 15 June 2010\ \ For more info on the format:\ http://www.php.net/manual/function.strftime.php search\\{date ([^\\}]+)\\} replace[[date:\\1]] params@syntax_help=1 regex=1 word_search=0 s_modifier=1 casesensitive=0 thorough=0 area=everywhere enable_in_title=1 enable_in_author=1 between_start= between_end= enable_in_feeds=1 enable_in_admin=0 enable_tags=1 limit_tagselect=0 tagselect=*[title,alt] meta[content] published0 ordering0 nameUser data descriptionTag to place basic info of the logged in user\ ---\ You can use: {user name} {user username} and {user id} search\\{user ([^\\}]+)\\} replace[[user:\\1]] params@syntax_help=1 regex=1 word_search=0 s_modifier=1 casesensitive=0 thorough=0 area=everywhere enable_in_title=1 enable_in_author=1 between_start= between_end= enable_in_feeds=1 enable_in_admin=0 enable_tags=1 limit_tagselect=0 tagselect=*[title,alt] meta[content] published0 ordering0