
The anc_hide plugin allows you to comment out areas of a page or form opaquely; using the anc_comment tag instead of HTML comments around a block of code will hide it from the rendered output.
After downloading the plugin file, browse to your Textpattern site’s administrative interface, click the admin
tab, then click plugins
. Click the Browse
button, locate the file on your computer, then click the Install
button.
The plugin should now appear in your list of installed plugins. Be sure it is enabled before you try to use it. Look under the Active column of the plugin list. If you see the word No
next to the anc_hide plugin, click it to change it to Yes
.
<txp:anc_hide><h1>Test</h1>
<p>This is some code I want to hide from the browser.</p>
</txp:anc_hide>
©2005 by Andy Chase
This plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.