Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-03-13 00:08:16

Frdrrrddy
New Member
Registered: 2006-03-12
Posts: 5

Editing comment_remember-tag

Hi,

I hope this is an easy question. Nevertheless I have failed completely in finding the answer, so I’m asking here.

The comment_remember-tag has a checkbox and the words ‘remember’ and ‘forget’ in it. Since my site is in Dutch I want to change those words. But where? I spent half my evening searching. (Well, at least an hour…)

And in addition, if I come across something like this again, are more tags excluded from easy editing? And why is that?

Thx!

Offline

#2 2006-03-13 01:01:41

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: Editing comment_remember-tag

Did you install the dutch language file and set your backend to dutch in prefs?, that’ll do .

rgrds

Last edited by marios (2006-03-13 01:02:11)


⌃ ⇧ < ⌃ ⇧ >

Offline

#3 2006-03-13 01:18:58

Frdrrrddy
New Member
Registered: 2006-03-12
Posts: 5

Re: Editing comment_remember-tag

That did help indeed. Thanks! But I still would like to edit the exact words. Is that impossible?

Last edited by Frdrrrddy (2006-03-13 01:19:24)

Offline

#4 2006-03-13 01:51:31

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: Editing comment_remember-tag

I think that one is controlled by the <code><txp:comment_remember></code> tag which is inside a comment form, not sure about this though if it can be overridden, by creating and inserting a new form.
Why don’t you just try it out?

regards, marios

Last edited by marios (2006-03-13 01:51:59)


⌃ ⇧ < ⌃ ⇧ >

Offline

#5 2006-03-13 08:30:36

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,330
Website Mastodon

Re: Editing comment_remember-tag

The translations are kept inside and read from the database.

Use phpMyAdmin to find the two rows containing the wording you wanted to change: SELECT * FROM txp_lang WHERE name = 'forget' or name = 'remember'; (Apply the correct table prefix to txp_lang if you use one).

Edit the strings to your liking. Be aware that these will be overwritten whenever a language update occurs.

Offline

#6 2006-03-13 08:52:08

Frdrrrddy
New Member
Registered: 2006-03-12
Posts: 5

Re: Editing comment_remember-tag

Thx wet! Very helpful!

I would’ve thought there was an easier way to do this. But at least I got it fixed now. Thx again.

Offline

Board footer

Powered by FluxBB