Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Format <txp:comment_remember> output
Presently, the tag <txp:comment_remember> outputs code this way:
<input type=“checkbox” name=“forget” value=“1” id=“forget” class=“checkbox” /> <label for=“forget”>Forget</label> <input type=“hidden” name=“checkbox_type” value=“forget” /> my personal information
Note the use of the <label> tag around the word “Forget”.
For design reasons, I’d like to eliminate the <label> tag from the output code. If this requires a hack of TXP source, then so be it. Does anyone know how to go about this?
Thanks,
theturninggate
UPDATE:
I figured it out. I opened /textpattern/publish/comments.php and changed the two instances of ‘label’ to ‘span’. Worked like a charm. :)
Last edited by theturninggate (2008-08-12 16:56:03)
Offline
Pages: 1