Postponed (maintainer needs more info)
Project:
Author Pane
Version:
6.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2011 at 23:05 UTC
Updated:
20 Jun 2012 at 09:59 UTC
Comments
Comment #1
Ela commentedSame here
Comment #2
michelleNo idea... Got a link? Hard to make a guess without more information.
Michelle
Comment #3
Ela commentedI'm sorry, My forums are for logged in only users..
Let me know if you would like a username and password.
Comment #4
michelleWell, that or copy the HTML source of the links here so I can see what's going on. Otherwise I have no idea.
Michelle
Comment #5
Drake commentedI've got got the same issue...
The icons are not visible in AF author pane,
I checked the classes and cannot find any issue here.
I also copied the image icons to my theme folder adn tried to assigne new class including the link to the images with no avail
Maybe this could be interesting for you:
I've got a advanced_profile_author-pane.tpl.php in my theme folder (it's the same like a orginal author-pane.tpl.php) and the icons are visible in my user profile page.
Comment #6
Skirr commentedSame problem.
Earlier AP had:
* - $online_icon: Icon that changes depending on whether the author is online.
* - $online_status: Translated text "Online" or "Offline"
* - $last_active: Time since author was last active. eg: "5 days 3 hours"
now:
* - $online_status_class: "author-offline" or "author-online".
* - $online_status: Translated text "Online" or "Offline"
* - $last_active: Time since author was last active. eg: "5 days 3 hours"
So i cant figure how to put the image instead of text.
Looks like there are no more $online_icon
Comment #7
Skirr commentedThe problem is in css.
Try to check your css files. Especially if you use subthemes , zen , ect...
Comment #8
Skirr commentedWell, i putted author_pane.css in my theme directory and changed the image paths. That did the job.
But it looks like there is no way now to have images instead of text with alt text on hover and link on click :(
Comment #9
Skirr commentedAnd the last stroke is:
to use the classic css trick http://xavisys.com/css-trick-turning-a-background-image-into-a-clickable... to change text with image we need to use:
.author-privatemsg a {
instead of
.author-privatemsg {
and so on...
Hope this will help everyone and the issue could be closed.
Comment #10
Ela commentedCould this be at all related to the fact that there is no privatemsg.author-pane.inc file in the Author Pane 2.1 modules folder, while there was one in 1.1 version?
Edit.. no I guess not. Anyway.. I still have this problem
Comment #11
apoc1 commentedany solution found yet?
Comment #12
drupalcms.ir commentedsame here after update from 6.x-2.1 to 6.x-2.3