Jump to content

D-Trox

Clients
  • Joined

  • Last visited

Everything posted by D-Trox

  1. In the log section , having the password set by the member will be usefull
  2. Suggestion Possibility to add club group like leader only to put a password ? Thank you
  3. In the same subject, question related to the API. I need to send text in a members profile tab. The text I need to send is too big to do it in 1 send. I exceed the limit of the http request. Can you confirm that there is no possible update that adds the text to the old text right? The sending that we do is only replace everything? (POST) is that a way to only update / add text ? Thanks
  4. What I don't understand are the trigger events, only 4 are in the list. The 4 are for only when a ticket is created. How do I get the invoice info then?
  5. Hello teams, I'm trying to do automatic sendings via webhook when an invoice is created to a member. When an invoice is created, it triggers my discord bot to send a private message. However I don't see a link with Nexus transaction here: but I see possible reference here : Can you tell me how to get this information, the reference is present but not the trigger ? thank you
  6. D-Trox replied to D-Trox's post in a topic in Technical Problems
    Hoo i found it , it was pretty much the same color as the template so it was hide. Thank you very much :)
  7. D-Trox replied to D-Trox's post in a topic in Technical Problems
    How a customer can upgrade his plan ? They seems to be able to only cancel renewal. Thank you
  8. D-Trox posted a post in a topic in Technical Problems
    I have configured 4 products in a group that are all renewal plan with different prices and the upgradeable options with price difference are well checked. However when someone takes product 1 at 5$ and takes product 2 at 10$. He is charged the full price of product 2 and keeps both products. Is this normal or how can I configure this correctly?
  9. is that possible to add more control on leader and moerator ? now leader can modify the look of the club and moderator can only moderate topic. I'm looking for something like moderator can add member too or leader cannot modify club but can add member.
  10. I understand, I dot , i will let a response time but if i have no response , what can i do , what will be the next step ? Thank you
  11. Is there a place I can simply change a variable to re-enable the choice to log in with an email and password? Once that is re-enabled, I will be able to log in and reinstall the 3rd party connection thank you
  12. i do this but it will not disabling the 3rd party conection , so i'm still stock. i simply add a constants.php file in the main directory. i saw that all the user interface as changed , but yeah , still not able to connect and do not saw the progress recovery bar
  13. Hi i add a app to connect with discord. After a update i'm not enable to connect to adminCP because i receive a error from the app. So i cannot go enable , disable or re-install the app. is that a way to bypass this OR to re-enable the standard connection methode (mail / password) ? mayby just in changing a value into X_NAMED file ? thank you
  14. Hi This plugin works on clubs topics ? Thank you
  15. D-Trox replied to D-Trox's post in a topic in Technical Problems
    when i manual upgrade , did i need to have converters ? or only needed to download as normal and drag and drop ? Converter is under Manual upgrade but this one is not specified in the explanation
  16. D-Trox posted a post in a topic in Technical Problems
    Hi i upgrade today my PHP to 8.1 before upgrading Invision. when i start upgrading, everything seems to work fine but to the extract moment i got this : How can i upgrade and fix this ? Or what causing this ? thank you I seem to be caught in between, because the web page gives me the error that I upgrade and i need to wait, but I still have access to the admin panel And somes part of the admin panel missing too
  17. hi I contact my provider and made some test with them and nothing are block. I made call from console of the dedicated server and it work. i ping the ip and the port of the game server and it pass. The dedicated server does not seem to block calls and the ports in question are not blocked either. Sure it not have somewhere can be block on invision ? A ip or a Port ? thank you
  18. i ting somewhere has block the call or the firewall block this one. because i made other , like get google and it work its only the one go to the website.
  19. i have nothing in the logs I got something yesterday because i try some call with a wrong key. And after nothing pass anymore , so i'm trying to know what can causing this.
  20. if i'm trying on postman it work , so it nis not the hosting service. is it possible that invision is blocking an IP or something like that after too many calls ? I making the call from the same ip but from another port. I mean that I have a script in my game server hosted on my dedicated server, which makes API calls to the invision site which is hosted on the same ip But it was working before yesterday
  21. Sorry to re-open this one but now yesterday the call work but today it not working anymore. i receive error 403 but without any other tips. have you a idea of what it can be ? thank you
  22. Thank you it work. :)
  23. Hi I have a problem with sending custom fields via API. Spaces are not taken into account. I have to make an HTTP request in LUA and as we have to put the custom field in the link, then the spaces break the sending. example: this works : 'WEBSITE/api/core/members/1?key=XXXXXXXXXXXXXXXXXXX&customFields[5]=<b>MyNameIs</b>' but this does not work: WEBSITE/api/core/members/1?key=XXXXXXXXXXXXXXXXXXX&customFields[5]=<b>My Name Is</b>' WEBSITE/api/core/members/1?key=XXXXXXXXXXXXXXXXXXX&customFields[5]=<b>My&nbsp;Name&nbsp;Is</b>' is there any other more functional way to send via API for customs field or any solution? Or mayby a way to pass information in a json body ? Thank you
  24. D-Trox replied to D-Trox's post in a topic in Feedback
    Adding the possibility to a Role outside of the club to watch everything in a club without joining it. Adding the possibility , like a forum , to force a theme when you are looking into a club.