Closed (won't fix)
Project:
Read More Link (Drupal 6 and earlier)
Version:
6.x-5.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
12 Oct 2009 at 05:26 UTC
Updated:
24 Nov 2009 at 19:41 UTC
Comments
Comment #1
todd nienkerk commentedNo new features will be added to the 6.x-3.x branch of this module. Re-filing under 6.x-5.x.
What you're asking for can be achieved by overriding
theme_ed_readmore_link()and checking$node->type. I have committed a change to the theme function that gives you direct access to the$nodeobject.Since what you're asking for is pretty specialized, I'd rather rely on theme overrides instead of complicated administrative interfaces to heavily customize the behavior of the link. Let me know what you think.
Comment #2
todd nienkerk commentedI'm going to mark this issue "won't fix," as the behavior is rather specialized, would require significant changes to the administrative interface, and would make the module more difficult to configure. Additionally, the requested behavior can be achieved by overriding
theme_ed_readmore_link()as described above.