Hello fellas,

First of all, I am new to drupal and totally impressed by its flexibility in creating data driven websites. Kudos to Drupal communities for this wonderful CMS!

I am playing around with views. It's awesome. However I do find difficulty in changing node:comment-links title. As we know, the default is "Add new comment". As for other node-related fields, I managed to change the default strings without any problem. Only occurred to node:comment-link.

I tried out the custom thing, where we use [comments-link] as reference to the comment link field by anchoring it to specific link. For example I tried out:

Fire out more comments!

But what happened is..it points to invalid node. When I checked the link, it is totally messed up.. so..is there anything that I could do to change the default title?

Thanks in advance,
haikal.

Comments

haikalnashuha’s picture

crap... i meant " \< a href="[comments-link]" \> Fire out more comments \< \/ a \>
(have to put escape character to avoid automatic html tag link)