Closed (fixed)
Project:
Privatemsg
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2008 at 02:14 UTC
Updated:
26 Jul 2010 at 08:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mark. commentedWould it be possible to add a class?
Line 1404 of the privatemsg.module is where the link is created:
Comment #2
berdirAdded a class to profile, node and comment links.
Comment #3
berdir#2: send_link_class.patch queued for re-testing.
Comment #5
mark. commentedMy fix was to wrap the link in a div, by appending the html. That way you can add as many classes or wrapping divs that you could ever need to style it properly:
Before:
After fix:
Comment #6
berdirHm, actually, I think we should convert it to a user_profile_item, then it is styled similiar to all other things on the user profile and it is easy to override through http://api.drupal.org/api/drupal/modules--user--user-profile-item.tpl.php/6.
Comment #8
berdir#6: send_link_class_profile_item.patch queued for re-testing.
Comment #9
berdir#6: send_link_class_profile_item.patch queued for re-testing.
Comment #10
berdirCommited zo 6.x-2.x and 7.x-1.x. Thanks for testing and reviewing.