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. Updated to 3.0.0 New Features You can now create your own social links Create unlimited social links Create tabs to place the social link settings in Re-wrote lots of php & html Note... If upgrading it will run a code that will convert all the old settings / icons / images over to the new database columns and will also create all 31 social links what will either be disabled or enabled depending your current setup, it will also transfer all current member data over to link up with the newly created social links
  2. So far if all goes well I won't need to add any more ever again You can do them all yourself As I said so far it's going good but I need to do more testing then write in the code to manually add any existing ones to the new way and then transfer the data in the database over to the new one etc when upgrading, But it should not take too long More good new, because I loop everything over and over the new code replacing the old one is about 90% smaller than the older one ( I love cutting code down and it still do the same or even more than before lol )
  3. Updated to 1.0.3 New Features Added a auto play button to the audio players allowing the audio to auto play when the page loads Added the ability for members to add other members tracks to their playlists This will not duplicate or copy any audio files it will just add the ability for the track to be played on other members playlists Tracks added to playlists via sharing will not count towards the users uploads count as they are not actually uploading or adding a new track Members can toggle the ability for other members to add their tracks to their playlists easily via the audio player When a member grants permission for their tracks to be shared a new add to my playlist icon will appear next to their track names If a member adds another members track to their playlist and the uploader decides to delete their track, the tracks will also be removed from all playlists it has been added to Bug Fix Fixed the bug when deleting members what might throw a error on deleting the tracks they have uploaded
  4. there is none pre-loaded they all have to be done manually, there are too many different versions of what the gifts could be for me to of had default ones, and due to the fact the images are probably copyrighted adding them to something I am selling is probably not a good idea lol, they was all easily found using a google search though
  5. Cancel your renewal of it and when it expires send me a message I will give you a years free, Sorry for the delay in support I missed some past support posts etc and was not ignoring you etc
  6. This is the support topic for Members Shop Profile Gifts
  7. Add any of these to your custom.css STREAMING #form_tab_MSI__Tab1 { display:none; } GAMING #form_tab_MSI__Tab2 { display:none; } OTHER #form_tab_MSI__Tab3 { display:none; }
  8. Updated to 2.0.3 Bug Fix Fixed the breadcrumb bug when visiting the edit social info page Removed the font awesome icon on the users drop down menu
  9. I didn't know only self hosted could do it, send IPS a support request and ask them to run this query against your database DELETE FROM membersshop_points WHERE member_id IS NULL;
  10. that is because of the bug you got before when you tried to manually edit the points in the ACP, what you need to do is go to your ACP and go to support, in the right hand side you will see your system information, in there click the sql toolbox link and then run this query DELETE FROM membersshop_points WHERE member_id IS NULL; that will remove all the rows without a member_id, after that it should be all good
  11. Updated to 1.0.7 New Features Changed the error codes
  12. updated to 2.0.9 Bug Fix Fixed the bug with it not displaying the correct member shop points
  13. Updated to 2.3.0 Bug Fix Fixed the bug when replying to notes
  14. Nor would I be, But I said I forget sometimes and have lots of notifications / pm's and sometimes things go past me, I only offered you a refund when you would not accept that I forgot what else could I do? you don't accept that reason, so to make you happy I'll offer to give you your $$$ back Can't see where you were disrespected you asked why I was being defensive and I said I can't be bothered and don't think I need to explain basically all my reasons so offered you the refund what's more then most devs on here would do anyway
  15. I have respect just not enough to share personal aspects of my life Like I asked, you want a refund? not like I said oh well is it
  16. Cos I can't be bothered and don't think I need to explain myself to anyone here where I am, what I am doing, why I might of forgot something, yeah I might be here daily, I currently have 35 unread personal messages, some I know are more important than any reply to a post on here and they are still unread, Just because I am here does not mean I can answer everyone at every time, and I keep saying I forgot, Yes I have a very bad memory sometimes and do forget things, I just looked at the sticky notes app and it is already actually fixed, I done it ages ago and was going to re-write some of the code then something else happened and I forgot about going back to it, this is me only now remembering doing that, but again I am explaining myself what I don't want / need to do, If it is that bad and you are so unhappy with it then get a refund I am more than happy to give it to you
  17. not a messaging system mate it was made to send fun note not replace your message system pretty sure if you read through I probably have said about it and have said I would look into it, but like everyone else you all expect personal replies and can't be bothered to browse other posts, And like I said I forget, sometime I get a notification at 3am and think I will reply tomorrow, then after a couple hours sleep I get to one thing and forget the other, but that's not acceptable is it. I will be at your beck and call sir I do reply but I also ignore the same posts, If you want I will refund you the $$$ today and remove your license, then you ain't lost nothing have you, let me know and I will get it processed ASAP
  18. major bug would make it not work, you can remove the ability for the replies so it does not stop the app from working yes I understand that but I am human and I have a lot of stuff to do and sometimes I forget, and if you don't think it's thats great feel free to leave a review or send a report to get it removed from sale, Yeah this is a paid app but it's got no renewals nothing when IPS 5 comes out I will make it available for that too with no charge to you or anyone else and all these requests I added from a silly little plugin what sends 3 notes maximum to a massive application to send unlimited was all done for FREE as well to anyone who purchased it, So I think maybe 1 mistake on my part should be allowed
  19. Yeah I already said I fixed that bug I meant the bank one you were talking about, but I know now Thank you that was helpful and helped me find the problem in seconds, it is a language bug and will be fixed for the update, it should still remove the fee as @sadface201 said though, the update should be here with-in the next day or 2
  20. will get it done for the weekend, Send me a reminder if not done by Saturday night Yeah I didn't wind up purchasing them ( not all 3rd party apps work alongside each other as we don't have access to test them all ), I will be making a newer version of this soon anyway and will look into hooking into it differently and see if IPS made it any easier to do
  21. what from 1 bug what can currently be disabled via the ACP? Erm no, once I get time I will update it, shouldn't be too long
  22. Updated to 1.0.2 New Features Added a setting for the total amount of tracks members can upload ( this is set per group basis check below ) Changed the settings to be on a per group basis ( These are found in the group settings of the ACP ) What group can upload tracks Maximum upload size per file Total uploads per batch Total amount of tracks members can have uploaded Added a members shop extension to add a item to the shop allowing them to upload tracks This will override all group permissions set except the total uploads per batch so if you want to allow users to only be able to add tracks via shop items then you need to remove their permissions to use it and the item will be the only way they can add tracks
×
×
  • Create New...