Closed (fixed)
Project:
User Details
Version:
7.x-2.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2012 at 03:24 UTC
Updated:
12 Mar 2012 at 20:39 UTC
First of all a big thanks for the module. Placed in minipanels this block is a great way to display information about the logged in user (I havent tried the authored block yet.). I just have one query - howe do I replace the default icons provided in the user links section with some of my own. Is there any particular css style that I can replace? I replaced the images in the folder once with my own images but thats a very bad solution of course as everytime an update comes out I have to repeat the action.
Thanks
Comments
Comment #1
Draven_Caine commentedA quick solution is over-ride the template file in the templates folder.
This si the code required for the loggedin profile link.
Now to change the image for the profile link just change
<?php print $user_details_loggedin_profilelink_imgsrc; ?>change this php line to the url path of your image.
Mind you this would be a good feature request, to make the images alterable in an easier way. I am changing this to a feature request and as time permits I'll add it as a feature request.
As panels goes I do have plans to make this module more panels friendly also.
Thanks for the bug report,
Draven
Comment #2
santam commentedThanks I will wait till the feature is incorporated.
Comment #3
Draven_Caine commentedI have added your feature, look for the next release.
Thanks for the feature request,
Draven
Comment #4
santam commentedThanks Draven that was real quick. Since I cant code to save my life thank you once again.
Comment #5
Draven_Caine commentedAnytime, just a heads up. Any feature that seems like many people would use it I try to add. Your request was more than that, I know a lot of people like to customize their site even if they can't code :)
What I have done for all the links(the custom links already had it done) was add a text field that has a default value of my images, but you can simple upload your images to your website (i suggest your theme folder or something similar) and than write into the text field where the image is and the links will pick this up.
I didn't want to add an actual upload button to the module to try and keep this module as light as possible.
Thanks for the feature request,
Draven
Comment #6
Draven_Caine commentedThe update is taking a bit long than i thought so I thought I would drop an update for you.
I am adding your feature to both blocks along with a few more links: home, panels, and views. and also doing a few bug fixes.
Draven
Comment #7
santam commentedThanks thats great news. I am in no hurry :-D
Comment #8
Draven_Caine commentedFixed in 7.x-2.3