Needs review
Project:
Author Pane
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2012 at 08:47 UTC
Updated:
5 Nov 2014 at 21:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Scyther commentedIt should appear a "Send PM" link on the author pane if you have set the right permission for the users.
Comment #2
MrNeko commentedGreat, seems like it's permission that I missed out. Thanks a lot.
Comment #3
Scyther commentedComment #5
tjhart87 commentedI might need to open this up in it's own issue ... but the image associated with the send PM link isn't showing on my site. Also If I'd like to change the image to something else what would be the best way to do that? Screenshot of link attached.
I reopened the issue but please let me know if I should move this elsewhere and I will close it back up.
Comment #6
tjhart87 commentedThe CSS is incorrect for both relationship and private message. In the CSS File the div is called ".author-priatemsg-icon" when it should just be ".author-privatemsg" ... same for ".author-relationship-add & remove" it should be ".author-user-relationship" to have one generic link or use some kind of CSS attribute matching:
.author-user-relationship a[href*="request/"] {
background: transparent url(images/buddy-add.png) no-repeat;
padding-left: 26px;
height: 20px;
width: 100px;
display: block;
}
.author-user-relationship a[href*="/remove?"] {
background: transparent url(images/buddy-remove.png) no-repeat;
padding-left: 26px;
height: 20px;
width: 100px;
display: block;
}
Comment #7
Scyther commentedFixed!
Comment #9
jive01 commentedHmmm. it's not showing up for me at all.... using privatemsg1.4 . What specific permission setting allows this? I am able to see private message links elsewhere, just not in the author pane.
Comment #10
jive01 commented