Jump to content

ReyDev

Members
  • Posts

    539
  • Joined

  • Days Won

    3

 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 ReyDev

  1. I solved my problem in another way. But I think this can be useful. When I add the widget, I add a value to the array that is stored in the settings. I do this when configuring the widget. (configuration() method) Now I want to remove this value from the array I defined, when deleting the widget. (I thought the delete method would do that)
  2. Do I have to do this by HOOK?! (I'm new to this platform 🙂 )
  3. Thank you very much. I'm working on it. I just wanted to know what this method does
  4. Thanks, but according to what I've read about widgets, the delete method is called before deleting the widget. This method is used in the WYSIWYG Editor widget, for example So what does this method really do? /** * Before the widget is removed, we can do some clean up * * @return void */ public function delete() { /* Does nothing by default but can be overridden */ }
  5. This is exactly what I meant. I am going to clean up something after removing the widget from the sidebar or main area
  6. Thanks, But doesn't work at all. Do I have to call this method somewhere after deleting the widget?
  7. When a widget is removed ,I am going to do some clean up on settings values, I've overridden the delete method , but It doesn't work. class _MyWidget extends \IPS\Widget . . public function delete(){ \IPS\Settings::i()->changeValues(['key'=>'value']); }
  8. Thank you , Is there any example of implementation of these solutions or document thing?
  9. I'm new to this community And I'm developing an app. I have a few questions : 1. Can I use my own custom form inputs or I have to use the default helpers? 2. Can I use other editors such as Summernote or Quill instead of the default editor? 3- Can I use custom style in forms and tables, etc. with custom icons and colors? 4- And instead of using the Upload helper, can I use an input file tag and handle the upload myself, or must I use the default helper(Upload)? Of course I know that all of the above is possible (I've done for test).But I want to know if I have permission to do this or I must use the defined helpers (upload, editor, stack, etc.)?
  10. It's ok, Thank you. Thank you for your support.
  11. I did, but I get this error every time: I have emailed you several times from mh.nvala@gmail.com to support@invisionpower.com as well as your contact form.
  12. Thank you, I think I solved the license key. But about the support issue, I think the technical department can log in to my account and resolve support problem. Worse, they do not respond to emails.
  13. Hi' I have installed and and activated IPS on localhost with -TESTINSTALL . but now I'm going to install on the remote server for the first time but I got this error : An installation has already been activated for this license key. Your license key entitles you to one installation only. If you need to change the URL associated with your license, contact IPS technical support. And when I try to contact IPS technical support, unfortunately, my support section still does not work in the Client Area after a month and the email is not answered And I tried through the localhost but I got this error: We were unable to send your message to technical support. Please try again via the client area. and client area has this error : Sorry, there is a problem Something went wrong. Please try again. Error code: 1ZD100/1 Please, Please, Please Someone Help and solve this problem.
  14. This plugin allows you to add sharing buttons of all popular social media to your website. Visitors will have a chance to share your content on their accounts from the page. Please use this topic for support request or suggest new ideas.
  15. Thank you, but how can I change it?
  16. This plugin allows you to add sharing buttons of all popular social media to your website. Visitors will have a chance to share your content on their accounts from the page. Please use this topic for support request or suggest new ideas.
  17. I purchased your product about a month ago. After a week, my user status changed to client, but I still can't use the support section, and every time it gives an error message. Sorry, there is a problem Something went wrong. Please try again. Error code: 1ZD100/1 I have sent more than 10 emails to the support department, but unfortunately I have not received any response. Is there a support department at all or not ???!
×
×
  • Create New...