Closed (fixed)
Project:
Send
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2007 at 01:09 UTC
Updated:
19 Feb 2008 at 03:47 UTC
Jump to comment: Most recent file
Comments
Comment #1
cozzi commentedThe answer to this may also help me. I'm looking to change the format of the Link Text so that it stands out more than the rest of the links at the bottom of a blog. But, after 5 hours of searching I cannot figure out how to approach this. In full disclosure, I am not a programmer but I can find my way around given halfway decent directions AND I'm willing to document fully the procedure to make it easier for others in the future.
Comment #2
seanburlington commentedHi,
I had this same issue - I've patched my version to make the link themeable (see attached).
Patch is written against version 5.x-1.x-dev (dated 2007-Aug-01)
After applying this patch - I then added the following function to my template.php
Which replaces the text with a graphic link :-)
Comment #3
jerdavisThe correct (aka, Drupal standard) way to handle this would be to create a custom module which calls hook_link_alter to modify any link on a node as you want for themeing or other reasons.
http://api.drupal.org/api/function/hook_link_alter/5