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

Posts posted by TheJackal84

  1. Updated to 3.0.0

    New Features

    • You can now create your own social links :biggrin:
    • 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. 8 hours ago, MagicalFire said:

    @TheJackal84 

    you can add, e.g. teamspeak or uid address ???

    So far if all goes well I won't need to add any more ever again

    spacer.png

    You can do them all yourself :biggrin:

    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. 2 minutes ago, Priyesh said:

    Thank you for another add-on. I just wanted to confirm if the addon has pre-existing gifts like the one in the images you uploaded included or the gifts have to be manually created? I understand we can manually create new gifts but wanted to know if there are certain pre-installed gifts that come with it?

    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. 1 hour ago, BDD said:

    Thank you. Both look good.

    What about the blank tab issue? (If you're not using any icons for a particular tab, it shows up as a blank tab.)

    Is there any way to NOT show a tab if you're not using it? For example, looks like I'm not including anything that you have categorized as "Gaming" so it says "Edit Your Social Info" but nothing's listed above the "Save" button.

    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;
    }

     

  6. 11 minutes ago, P2E Gaming said:

    I updated and most points in now in order. But now there's another problem 🙄 guests can't even earn points and there's no way to remove them. Any ideas?

    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

  7. 2 minutes ago, Dll said:

    I'm not interested in your personal life, all I've ever been interested in here is getting some support in this support thread and getting the bug fixed. 

    I wasn't looking for you to act like a petulant kid, and and I certainly wasn't looking for an argument. I've also not requested a refund, and am not interested in getting one since I bought it some time ago, have made use of it and to be honest life is too short to be worrying about that. 

    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

    4 minutes ago, Dll said:

    But, what I will do is uninstall the application, as I'm really not prepared to be disrespected and spoken to as if I'm being unreasonable in asking for info on a bug which was reported 3 months ago. I'll also not consider purchasing or recommending any of your other applications. The good news is that I won't be posting in here again either, so that's one less annoying/demanding paying customer you have to worry about. So a win, win for you.

    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

  8. 2 minutes ago, Dll said:

    Nice one. Great to hear you have so much respect for your paying customers. 

    I have respect just not enough to share personal aspects of my life

    2 minutes ago, Dll said:

    We're all busy, we're all forgetful at times, but most of us manage to show some humility when we mess up too. 

    Like I asked, you want a refund? not like I said oh well is it

  9. Just now, Dll said:

    Why are you so defensive? I've not asked for a refund (although I could quickly change my mind if you carry on acting like a 10 year old who's had his toys taken away). I don't see anyone demanding personal replies, or asking for anything over the top. I've read the thread, and all I see is a bug that was reported 3 months ago, which you said would be sorted within days, but it wasn't. Then I see a few posts across 3 months where people are asking to be updated on it.

    Not so much to ask is it? Especially since you're active virtually every day on here.

    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

  10. 1 minute ago, Dll said:

    Replies not working is a fairly significant issue when it comes to a messaging system, I'm sure you'd agree. Turning off messages or replies, is still stopping the messaging functionality from working, no matter how you dress it up. 

    not a messaging system mate it was made to send fun note not replace your message system

    2 minutes ago, Dll said:

    It's not about how much it costs, or how it was developed or whatever else. It's something you sell which you set the price for btw, so even if you didn't get round to sorting the issue in the 3 months you've known about it, the least you can do is reply in the thread when people are asking questions about it. It's not like you haven't been online and posting in other threads, and I assume you saw the notifications when you were tagged or quoted after the initial report in July - there have been messages from people in August, September and this month.

    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

    4 minutes ago, Dll said:

    So yeah, a mistake is fine and most people, me included, accept that bugs happen, but there was no need for you to compound it by not responding in your support thread across that 3 months too. 

    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

  11. Just now, Dll said:

    It's a major bug, as it stops the personal messaging aspect of the sticky messages from being useful since no-one receives the replies they're sent.  Yes, that part of it can be switched off in the ACP, but since that's simply removing the functionality entirely, it's not exactly a reasonable workaround. 

     

    major bug would make it not work, you can remove the ability for the replies so it does not stop the app from working

    1 minute ago, Dll said:

    It was also the lack of response in here about it, since you said it would be looked at within a couple of days when it was first reported at the start of July (over 3 months ago by the way) which made me think you weren't going to be updating any longer. Not great for a paid for addon to be honest.

    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

  12. On 10/15/2019 at 3:57 PM, Priyesh said:

    I checked and seems to be a bug on my forum too - http://prntscr.com/pjmp70

    Yeah I already said I fixed that bug I meant the bank one you were talking about, but I know now

    10 minutes ago, sadface201 said:

    We have this bug too. We've set deposit fee to 5%, but it says 0%. The correct fee amount is deducted when we deposit points though.

    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

  13. 20 hours ago, P2E Gaming said:

    I've asked in the members shop support thread but it's probably better here. There's definately a problem with how points are displayed on the info panel. They don't come close to what they should read. See images below, Info panel and profile page. Could really do with this being fixed asap. Thanks

     

    will get it done for the weekend, Send me a reminder if not done by Saturday night

    9 hours ago, Humanastorian said:

    It has been several months, June 11th in fact, last we spoke on the 'moods' app conflicting with the enhanced user information panel as you see here, the panel causes the 'moods' to disappear. 

    I also wanted to bring up to the attention the 'Flags' app that Adriano had created, you'd made mention that you'd look into adding an option for 3rd party apps for the flags to show up where 'location' is. 

    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

  14. 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...