Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.2
Component:
block displays
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2009 at 21:35 UTC
Updated:
2 Feb 2009 at 22:30 UTC
How do I change the more link? I want it to read "more news..." instead of "read more". I have attempted to use the theme views.more.tpl.php, but may be doing this incorrectly (though I got the block formatting to work).
So for one block, I want to change the text. I can't find info on how to name the tpl.php doc. Is that where I would change that text?
thanks for your help.
Comments
Comment #1
merlinofchaos commentedIt's views-more but I'm a bit concerned. When you say 'read more' that sounds like the node read more link, which is not Views related at all and must be changed via Drupal's nodeapi.
views-more.tpl.php is used for a view when the 'more' link is active and there are more results than actually shown.