Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
change display of comment remember
Hi,
how can I change the output of comment_remember to radiobuttons instead of the checkbox?
Can anyone tell me?
Diagnosis:
Version Textpattern: 4.0.3 (r1188)
PHP-Version: 4.4.1
Hosting: all-inkl.com
Offline
#2 2006-02-19 06:40:43
- neomatrix
- Member
- From: Sofia, Bulgaria
- Registered: 2005-08-21
- Posts: 23
Re: change display of comment remember
I would like to know the same thing.
And do you know how to edit the text in the label? I want it to say “Remember the above info?”, instead of just “Remember”.
Offline
#3 2006-02-19 08:12:46
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: change display of comment remember
neomatrix, do you have a program like phpMyAdmin or Rob’s plugin? If so, use it to run the following query (you’ll need to adjust it if you’re using table prefixes):
<notextile><code>UPDATE txp_lang SET `data` = ‘Remember the above info?’ WHERE `name` = ‘remember’;</code></notextile>
BZ, : unfortunately, that will require a hack to the file /textpattern/publish/comment.php. Using a radio doesn’t make sense though, since you only ever get shown one option – “remember”, or if you’ve already chosen “remember”, then you get shown “forget”.
Last edited by Mary (2006-02-19 08:13:31)
Offline
Re: change display of comment remember
ok, that makes sense. thanks!
Diagnosis:
Version Textpattern: 4.0.3 (r1188)
PHP-Version: 4.4.1
Hosting: all-inkl.com
Offline
#5 2006-02-20 01:39:23
- neomatrix
- Member
- From: Sofia, Bulgaria
- Registered: 2005-08-21
- Posts: 23
Re: change display of comment remember
Thanks mary chi!
Offline
Pages: 1