Jump to content

CP_User

Clients
  • Posts

    481
  • Joined

  • Last visited

Reputation Activity

  1. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    the border radius I will fix in the next one for now go into theme settings and select html & css then go into css like you are going into custom but go into enhanceduserinfopanel.css
    and find
    {{if settings.euip_RoundAvatar == 1 }} .euip_AvatarSize { {{if settings.euip_AvatarRadius == 0 }} border-radius: 38px; {{elseif settings.euip_AvatarRadius == 1 }} border-radius: 76px; {{elseif settings.euip_AvatarRadius == 2 }} border-radius: 152px; {{endif}} } {{endif}} and replace with
    {{if settings.euip_RoundAvatar == 1 }} .euip_AvatarSize img, img.euip_AvatarSize, .euip_AvatarSize::after { {{if settings.euip_AvatarRadius == 0 }} border-radius: 38px; {{elseif settings.euip_AvatarRadius == 1 }} border-radius: 76px; {{elseif settings.euip_AvatarRadius == 2 }} border-radius: 152px; {{endif}} } {{endif}}  
    where would you want the radius?
  2. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    no thats cool I know the problem you add this to your custom.css
    .euip_AvatarSize img, img.euip_AvatarSize, .euip_AvatarSize::after { margin-top: 20px; } but only use that when you dont have cover photo enabled, like in move name setting u need a margin on some themes you must need the same
    change the margin so it fits for you
  3. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    Right that should all be OK now with 1.0.6 if not let me know cos I am not that far from a bridge lol
  4. Like
    CP_User got a reaction from TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    This has worked, it's more to do with the font I'm using. I've tried another and it's OK. I have adjusted the font to 26px which works better. No ill effects around the site as of yet.
  5. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    Add this to your custom css for now. I am not sure what else it will change though so check it out
    .ipsType_sectionHead { font-size: 20px; } Change the size to what you want
  6. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    1.0.4 available
    New features
    Show/Hide a topic starter badge or field to the info panel (As requested) Change the width & height of the avatar (As requested) Change the font of the username (you can use web safe fonts, Google fonts or you can even upload your own!!!!!) (As requested) Change the height of the users cover photo (As requested)
  7. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    I done it below the avatar because of the cover photo and I will need to do a lot more edits if it was above the avatar because of the cover photo but this is how it looks


    And the avatar bit is done too, I will be doing some final checks today before I release it

     
  8. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    Glad I did this for you as it will fit in great in one of my other plugins I am making
  9. Like
    CP_User reacted to nodle in (DF41) Enhanced User Info Panel (Support Topic)   
    Don't worry about this. I missed the glow portion and the green works fine. Works comes to worse I can change it using some .css to match my color not that big of a deal.
    Nice looking forward to this. Keep up the great work.
  10. Like
    CP_User got a reaction from TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    Ah, you're a good man! Thank You.
  11. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    Yeah that's possible I will add that to the next update too
  12. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    1.0.3 available to download
    New features
    Now works with iAwards (As requested) Show/Hide secondary group images (As requested) Choose to replace the online user status with a online pip (As requested)
  13. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    1. Any other plugin for the info panel prob won't work only one can at a time, I could look into adding something similar
    2. Yeah I can make it so you can pick a colour (there already is a setting to remove the glow but it still stays green)
    3. Some fields have really long text so you might need to make the info panel about 220-230px you can edit that in the settings of the panel (It looks better a little bit bigger too)
    4. I already thought about resizing the avatar so yeah I will add that to a update too but for now you can add the code below to your custom.css to edit avatar size (choose your size)
    .ipsUserPhoto_medium img, img.ipsUserPhoto_medium, .ipsUserPhoto_medium::after { width: 75px; height: 75px; border-radius: 38px; } If you want it square remove the border radius and if you make it bigger probably use about 56px to the border radius to give it its proper circle
  14. Like
    CP_User got a reaction from TAMAN in Magnum Theme [ support topic ]   
    Thank You
  15. Like
    CP_User reacted to TAMAN in Magnum Theme [ support topic ]   
    .ipsWidget.ipsWidget_vertical .ipsWidget_title { padding: 15px !important; font-size: 16px; height: initial !important;line-height: initial !important;border-bottom: initial !important;border-left: initial!important; background: {theme="widget_title_bar"} !important; border-radius: 3px !important; } .ipsWidget.ipsWidget_vertical .ipsWidget_inner,.ipsWidget > .ipsDataList{box-shadow: none !important;}  
  16. Like
    CP_User got a reaction from TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    Absolute diamond! Exactly what I was after. I attempted it but I missed some code. Many, many thanks.
  17. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    If you want to hide the custom profile fields and you used the code/s supplied on the 1st post or the settings area of the plugin you will need to add ipsResponsive_hidePhone to certain elements check out the code below for a example
    <li class="ipsType_break euip_Border ipsResponsive_hidePhone"> <span class="euip_Title"><i class="fa fa-user" aria-hidden="true"></i> {title}:</span> <span class="euip_Content">{content}</span> </li> <br class="ipsResponsive_hidePhone"/> <hr class="euip_Hr ipsResponsive_hidePhone">  
  18. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    1.0.2 available
    New features
    Added the ability to show post per day ratio. Added the ability to show the users amount of followers. Added the ability to show the last activity. Added the ability to change the width of the user panel from 200px - 350px. You can now change the Joined date to one what says "With Us For xxx Days". You can select to hide each section when viewing on mobile devices Changed the settings area so it is more cleaner and organized
  19. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    I have placed my own class in it now so when you edit it in the settings it will only edit the user info panel and won't conflict with anything else using the .ipsColumn_medium class
  20. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    What do you mean like last time the user was online?
  21. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    Yeah that should be easy enough, I will look into it but I need to consider the size of the text incase it breaks the css
  22. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    Where do you get this error is it in the plugin settings?
    Its my fault sorry I am a idiot I will fix now and upload new one
  23. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    I just uploaded another version that fixed it, I didn't change the version as I am already in dev for 1.0.2 so I just edited 1.0.1
  24. Like
    CP_User reacted to TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    Your welcome and yeah that can be done, I will look into adding it for 1.0.2, I have a few ideas already for extra's but will need to try and write the code first so I will keep you all updated
  25. Like
    CP_User got a reaction from TheJackal84 in (DF41) Enhanced User Info Panel (Support Topic)   
    Much better, all that's needed now is to hide certain info from mobile view and it'll be perfect.

    Many thanks!
×
×
  • Create New...