Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-03-22 19:37:19

alesh
Member
From: Miami, FL
Registered: 2005-04-13
Posts: 228
Website

change "comments_help" link

the comments_help tag in the comments form displays a link with the text “Textile help.” How do I change that text?


Yes, I have tried turning it off and on.

Offline

#2 2006-03-22 20:57:52

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: change "comments_help" link

It’s in the language file, around line 604: textile_help => Textile Help

Offline

#3 2006-03-23 00:27:35

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: change "comments_help" link

Changing the language file won’t do it, language data is stored in the database; you’ll want to look inside the txp_lang table.

SQL query (for phpMyAdmin or similar):
select * from txp_lang where name = 'textile_help';

Offline

#4 2006-03-23 19:09:16

alesh
Member
From: Miami, FL
Registered: 2005-04-13
Posts: 228
Website

Re: change "comments_help" link

Yikes! That’s rather unfortounate. I wonder why the comments_help tag doesn’t have a title attribute or something…

What if I wanted the link to be a graphic?


Yes, I have tried turning it off and on.

Offline

#5 2006-03-23 20:39:13

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: change "comments_help" link

You can also replace the <txp:comments_help /> tag in your form ‘comment_form’ with whatever html tag you’d like ;)

Offline

Board footer

Powered by FluxBB