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 thought it was only wanted with the option of it being in the edit menu but as I didn't use the edit menu, I didn't think it was needed, But if you want it I will add it to the next update. For now you can add this to your custom.css .ipsButton.ipsButton_overlaid[data-ipsdialog-title='Social Info'] { display:none; }
  2. Updated to 1.0.4 New Features Added a link in the user menu for members to edit their social info also shows in mobile browsing
  3. Might be quicker, I always say a little longer so people are not refreshing the pages waiting, but as always I will post when its updated. And thanks for the support, Its always appreciated
  4. Yeah that's OK I will add it all to the next update, Probably be in a day or two
  5. How about a option like in the image instead of a option to display it in the edit settings or it's own button, It will basically be its own button and this I can do it in the edit settings or own button like we said, but with this feature I don't see the point of it being in the edit profile button
  6. Yeah that's OK I can add that to the plugin, If you have any more thoughts let me know as I am always looking for more ideas
  7. Yeah I will add a option, I will look into something globally as well and see what I come up with
  8. Ah ok just hook into the buildEditForm thanks I will give it a try, There is actually nothing I have added to the edit function itself just the build and save bit, I just hooked into that bit because of where the button sends you to and assumed I needed to do it from there
  9. No worries, that was the first thing I done and it replaced it with only the stuff I added (removing all IPS settings) I had to add IPS plus mine to get it to show, Plus I had to edit the save value bits too
  10. That's cool, I will add the option of where to show it, What do you mean go back to add new icons?
  11. its to go in the edit profile settings on the profiles \IPS\core\modules\front\members\profile hooking into protected function edit() I made my own and placed it in it's own button but he wants it back in the edit profile settings, I ain't found a way to do it keeping IPS settings there as well without replacing the whole code, while adding my own
  12. Its not who made first if both are trying to override something only 1 will work, if it was both plugins then the plugin sitting at the top of the list will be the one what it will use, but a plugin and a app then it's pot luck, the button works with both installed because the button is my own code where the edit profile is my code injected into IPS' code
  13. I will put a choice of where to show it. You could always change the language of the button to add/edit social info. And with classifieds if they are hooking into the same code as mine then it will conflict and only show one of them as you can't hook a hook
  14. I think I get what you mean, The button what adds allows you to add it? Add this to your custom.css for now and I will sort it in a update, The avatar is sitting on top of the buttons so the code below will tell the buttons to site on top of the avatar #elEditProfile { z-index: 9999; }
  15. For the banner tab? can you screenshot a example?
  16. Just finished it, Check the custom ones and thats how you will need to do them on that theme
  17. Its your theme, it uses different elements for the nav bars, I have got a fix for it, but you need to update your css file of this plugin, I noticed its been edited and I don't want to revert it as you will lose any changes, so first I need to to know what changes you made then revert it bringing the updated version and not your old modified one to life, (you need it for the updates to the plugin as it will break loads without it), Then I can sort the changes for your theme
  18. It might be your theme, I did change the way the font-awesome worked on it, I am going to send you a PM with a file to update and try then let me know if it fixed it, If that's OK Or if you give me login again I can try
  19. Is it a custom drop down or is it the automatic one by IPS?
  20. Yeah, that's fine I also thought maybe in the forum topics too
  21. check the css sheet for it, If you still got that theme installed and if it allows you to then click revert, When something like that happens its normally a break in the css, you might of added something by accident
  22. try clearing the cache in the support tool and see if that helps, if not then update it via the settings it will allow updates to the same version
  23. Go into themes and css and search AdvancedMultiTool and in the css of it find div[aria-label="(DF42) Advanced Multi-Tool"] .ipsFieldRow_section, .ipsTabs, .ipsTabs_item:not(.ipsTabs_activeItem){ background-color: #4e5b62; color: white; font-weight: 400; font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif; } its at the top, Remove it all and it will go, It was supposed to only work in this plugin settings, (like on 4.1) must be changed in 4.2, So just delete that from the css and I will remove it in the next update
×
×
  • Create New...