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. Just on phones? I'll check and fix it immediately
  2. Hi, @Lucas Costa Here are 2 screenshots for setting and reacting to stories. Hope it helps
  3. what is your website URL? as you can see, it should look like this (you can check on my site: http://ips.valacoding.com)
  4. Since the height of the navbar container is 54 pixels, if we want to increase the height, the appearance of the navigation (menubar) will not be good. Additionally, these values are derived from IPS default values. If you can send a screenshot of what you want, I can work on it better
  5. @CheersnGears I'm working on the new version of the LAXERI theme. and I want to solve this issue but I can't see it on my local and live websites. please send me a link (your website URL), so I can check it out. thanks
  6. Hi, sorry for the delay you should revert your search bar to the default IPS search bar.
  7. next version i'll check it thanks for your suggestion. I'll add this to the next version
  8. What's New in Version 1.2.7.7 Compatible with IPS 4.7.7
  9. What's New in Version 1.5.3 NEW -> The Friendly URLs Added
  10. Sorry for the delay i'll check it out and let you know.
  11. Hi, sorry for the delay. it's just possible via ACP You can select that group so the plugin shows thats members
  12. @admin sv This problem is happening only to you for some reason that needs to be investigated I sent a PM, please check
  13. Although I know that this issue should be fixed by the theme authors, but I am working on it to find a solution.
  14. @Ricsca sorry for the delay FIXED! try again please
  15. Most likely, this issue happened because the default position of the search section of the theme you are using has been changed.
  16. sorry for the delay go to the Customization > LOCALIZATION > Languages > click on the Translate button. search the `valastory_w_addstorytitle` key and change it . valastory_userbar_account_title => My Stories valastory_w_addstorytitle => Add Story
  17. change the default value to `2` instead of `0`(second parameter) and try. $form->add( new \IPS\Helpers\Form\Number( 'test', 2, FALSE, array( 'min' => 2, 'unlimited' => 0, 'unlimitedLang' => 'disabled' ) ) );
  18. Not in this version. But they will be fixed in the next versions.
  19. you should update to version 1.5.2.
  20. @Ioannis D i've fixed this bug and the new version has been uploaded. Awaiting for approval Thanks for reporting i'll work on FURL and let you know
  21. Hi, We checked this. Since the display of YouTube files is different from the structure of our app (we cannot manage some functions such as hovering over them, e.g). So unfortunately it is not possible
  22. I will check them out and let you know asap.
  23. good idea. i'll wrk on it.
  24. sorry for the delay I have tested both online and local website with the latest version. It works without any problems. ips.valacopding.com If there is a problem, let me know so that I can check it immediately
  25. I have a class that I use for generating a form that has the \Form\Matrix element. I use this form in both locations(the admin and the front locations). it works on the admin module but doesn't work correctly in the front location. in the front location, just shows rows. the add row button, the delete row button, and the sortable function don't work. what should I do to use the Matrix form element in the front location? (i guess JS and CSS files don't load for the front location )
×
×
  • Create New...