Jump to content

TheJackal84

Members
  • Posts

    2,559
  • Joined

  • Days Won

    39

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by TheJackal84

  1. I could probably do that but I will need to check it with the cover photo, If you are not using the cover photo then add this to your custom.css for now and I will look into adding it to the settings properly for the next update .euip_TStarterBadge { margin-top: -210px; } .euip_AvatarSize img, img.euip_AvatarSize, .euip_AvatarSize::after { margin-top: 30px; } That looks fine on default so the numbers might need changing on another theme, Plus it might also depend your image size
  2. Oh so instead of predefined ones you would want to enter the radius yourself? if so I can add that to the next update yeah that's no problem, I just made that for round images really I didn't take any other way into consideration
  3. 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?
  4. 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
  5. So whats happening to it? the default size is 75px if you want rounded or bigger you need to enable and set it it may be your theme and the panel it self can you PM me your forum URL so I can check it
  6. 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
  7. Try to clear your cache in the support tool and see if that changes anything
  8. 1.0.5 Uploaded fixes avatar size issues on hovercard etc
  9. 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
  10. hmm to shouldn't as its a separate class, I will check it out
  11. 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)
  12. 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
  13. Alright maybe I can add 2 settings one to show in the panel or the ips badge above the avatar, I will see how I get on
  14. Would you want the topic starter inside the user info panel at the top maybe like centered and with or without font-awesome?, Or would you want it with the IPS badge like in the plugin you shown in the link?
  15. Glad I did this for you as it will fit in great in one of my other plugins I am making
  16. Did you try to re-install? and if that says the same download a previous version and see what happens there
  17. That's OK, I have been messing about with the colours and the one problem is if I allow the choice of colour for online then it will need loads more settings for the glow with rgba colours included so on the users side its a lot of hard work to match the colours with the glow and shadows, The avatar size is already done but I am waiting for a answer on a way to do it better so hopefully it will be the newer way, Plus I have added what @CP_User wanted with the ability to change font of the username it can either be web-safe fonts (normal ones) or it can be google fonts, So hopefully I will have it all done with-in the next couple of days maybe quicker
  18. Yeah that's possible I will add that to the next update too
  19. 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
  20. 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)
  21. I have added a settings for secondary group images for the next update as I had a few requests for it anyway
  22. TheJackal84

    iAwards

    I am fine now anyway I am using someones forum with it installed already to test my plugin, Thanks I don't know if @Wicked007 still needs help though
  23. TheJackal84

    iAwards

    I installed it, made a award then tried to give it, I didn't touch with any settings as there ain't much of them anyway, Not in the members way anyway
×
×
  • Create New...