Jump to content

ReyDev

Members
  • Posts

    541
  • 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. Yes, sure I'm working on all apps. Blog, Members, Club , Page,... respectively
  2. I'm working with Radio Helper with 'parse'=>'image' option in a widget . look at this please: $form->add(new \IPS\Helpers\Form\Radio("var_name", isset($widgetConfig['var_name']) ? $widgetConfig['var_name'] : 'val1', FALSE, array( 'parse' => 'image', 'options' => [ 'val1' => \IPS\Theme::i()->resource('display/filename.jpg', 'myapp', 'admin'), 'val2' => \IPS\Theme::i()->resource('display/filename2.jpg', 'myapp', 'admin') ] , 'descriptions' => [ 'val1' => 'Description', 'val2' => 'Description' ] ))); in the development mode, the code works and shows images with radio button but in the production mode doesn't work .
  3. I do not know, it depends entirely on the IPS review team. send your panel account , if you want.
  4. Hi, I have uploaded a new update and it is pending approval. This issue is only in Page app and works in other parts.
  5. it works. Please check it here https://poeten.de/gedichte/
  6. Hi, this error message is very general. I guess , it is not related to the app , Could I get access to your panel to check it
  7. for all collections or a specific one?
  8. You can use these widgets anywhere you want. I added a collection to the Club page .
  9. Yes, you can use these anywhere you want. Notice, this app just makes topics and posts of the Forum IPS app as collections, but you can place them everywhere.
  10. That's a good idea. I'll definitely add this option in the next version
  11. Thanks, yes you can create collection with tags. I've created a new tab collection in demo page for you to check it.
  12. This app allows you to create collection from topics and posts and show in TabView and GridView using tons of customization options. Please use this topic for support request or suggest new ideas.
  13. I want to create a new theme, but creating a new theme in Customization>Theme has limitations for working on DB, classes, custom forms, and so on. But in app development, you can overwrite the classes and the theme and you are free to work with everything. Is it common way to create a theme using app development? what is your suggestion?
  14. Since each app or theme that is written has an specific implementation and may overwrite another app or theme and also, we don't have access to different themes or apps (source code) and this is basically not possible, So we can not solve this issue this way. But the best solution is to be able to enable or disable any section with an option in your theme or application. Exactly what we did in Menu PLUS. Menu+ will work fine, If you can disable the menu section in your theme or app.
  15. thanks for idea, in next version, we will add background-image and gradient colors for desktop and mobile navigation
  16. I've developed an app and for the new version, I created a version (for example 1.1.0) and the corresponding query (creating a new table). When I try to upload a new version, everything goes well, but the query (create table) does not run.
  17. this problem is solved in new version. DEMO
  18. This item is currently supported. This app works based on the main menu of your website. it means , in the ACP, you can specify your menu for each language and finally by activating the menu+, you see it. You can see this DEMO page and change language at the bottom of this page to check right-to-left and Multilanguage support. These items are also in our development plan and will be added in future versions (with more features) That's a good idea and we would work on it.
  19. this problem is fixed, and new version was uploaded to approve. Please enable MENU+ in your website and if you dont want to show the logo. you just disable it from admin VALA MENU PLUS > Setting > Logo setting tab > Enable | Disable
  20. VALA Menu PLUS Application This app allows you to change your menu to a dropdown menu using tons of customization options. Please use this topic for support request or suggest new ideas.
  21. Thanks. I think, after confirmation by ips.ui.alert.show, I should add this query (wasConfirmed = 1) to my ajax URL. I tested. it works. That is correct ?
  22. I do exactly that. But the problem is using the confirmDelete() method. That means there is no need to use this method in the controller ?!
  23. I want to delete some data from DB using ajax , In normal case ,I use confirmDelete() to confirm but in ajax , it does not work. How can I do it, confirm and delete?
×
×
  • Create New...