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

Posts posted by ReyDev

  1. 22 hours ago, ReyDev said:

    does the widget exist in that url (https://<myforum>/forums/)?
    Please let me know more about your widget and website to check. (PM)

    It happens because of the cache system of some widgets. So it depends on the caching system time. You can clear the cache once or wait for the system cache to run out.

    advanced_001.thumb.png.b24d85ff3c44cfbd68c82982b684d850.png

     

  2. On 3/29/2021 at 4:27 AM, Daniel F said:

    You should mention that people could notice performance issues because of this!
    As mentioned in one of the tickets, it's not that smart to disable the widget cache. It's probably working on smaller boards but literally going to kill any medium & big boards with many topics or other items which the widget is trying to show! 

    Version 1.1.2 released. This version is optimized for medium and large boards by activating the widget cache.

  3. 3 minutes ago, BankFodder said:

    Thanks. Yes I thought you were talking about narrowing it not widening it. I'd rather wait until you have sorted out the text wrapping – if that is possible because I don't want super wide menus coming down the site.

    Thanks all the same

    I will definitely fix it in the new versions.

  4. 7 minutes ago, BankFodder said:

    Tried this – and it narrows the menu of course but the word wrap problem is exactly the same

    menuplus00005.thumb.png.7f9aa2b5cfeebcc79e964393bf82c1dd.png
    you can set the width to 500px (MAX).
     

    9 minutes ago, BankFodder said:

    I can guarantee you that I manage to find the glitches in almost every application or plug-in I buy! A developers nightmare, I'm afraid

    I'll be happy to receive app issues or new suggestions.

  5. 10 minutes ago, BankFodder said:

    Although I can configure a new menu item, I can't move it around in the hierarchy unless menu+ is switched off. I can then settle the hierarchy and then switch your routine back on and it works.

    However, I've just tried again to settle a second level hierarchy and I can't – no matter whether your routine is disabled or completely switched off.

    It's so weird. I can create a new menu item and move it around.
    These apps are not operationally related at all..

  6. 4 minutes ago, BankFodder said:

    Also - is intentional that with Menu+ switched on - that you can't configure IPS menus?  In other words, you have to configure IPS menus first and then enable Menu+.

    If you want to make any changes to the IPS menu, then you have to disable Menu+ and then re-enable when you're done

    No, I can change the IPS menu system without switching off the Menu PLUS.

  7. 10 hours ago, BankFodder said:

    Here's another request –

    Any chance that the word wrap works so that they are properly aligned with each other on the left because as it is it looks rather ragged.

    Thanks

     

    image.png.93702db16750f1d9a0afc1809282a330.png

    Ok, we'll do, but for now you can set the Submenu container width option in the submenu tab.

  8. 56 minutes ago, Daniel F said:

    You should mention that people could notice performance issues because of this!
    As mentioned in one of the tickets, it's not that smart to disable the widget cache. It's probably working on smaller boards but literally going to kill any medium & big boards with many topics or other items which the widget is trying to show! 

    I removed the neverCache prop and uploaded the new version. Please let me know if this is ok for medium & big boards.

  9. 29 minutes ago, Daniel F said:

    You should mention that people could notice performance issues because of this!
    As mentioned in one of the tickets, it's not that smart to disable the widget cache. It's probably working on smaller boards but literally going to kill any medium & big boards with many topics or other items which the widget is trying to show! 

    @Daniel F
    is this issue for the neverCache property? 
    I'm going to remove the neverCache prop for the next version.

     

  10.  

    10 minutes ago, Jordan Invision said:
    On 3/19/2021 at 5:28 PM, ReyDev said:

    @typography

    This is a good point. At first I wanted to put it in the middle of the page as you mentioned (like many websites) but I skipped it because there is not enough space to display the search result.

    I also think middle of the page would be nice. Upon first checking it out I was a little confused where to start. 😇 

    We will probably have this style soon. I'm working on it.

     

     

     

    21 minutes ago, Jordan Invision said:

    Wondering... how will this adapt to my current theme you think? 

    https://www.breatheheavy.com/exhale/

    I think there should be a standard for template design. For example, instead of removing different sections, it is possible to deactivate them so that if users do not want a section, they can deactivate it.
    Unfortunately, in most of the templates I saw, parts of the main structure of the IPS theme have been removed, which is the main problem. The same thing happened with your template.
     

    So I decided to design the template too, I will publish soon 😉

  11. 8 minutes ago, Daniel F said:

    Why would you want to get a friendly url for 

    
    
    http://ips.valacoding.com/index.php?app=core&module=system&controller=widgets&do=getBlock&blockID=app_nexus_latestProducts_tfxsn9iaq&pageApp=nexus&pageModule=store&pageController=product&pageArea=header&orientation=horizontal..... 

    ? The page is meant to be shown in a modal and only to moderators with permissions to edit the sidebar, there's no point in having a friendly url here.

    This is what is returned with this helper:

    \IPS\Request::i()->url()

    When I'm here

    http://ips.valacoding.com/index.php?/store/product/2-the-compound-effect/


     

  12. I get current URL with this:

    \IPS\Request::i()->url()

    sometimes it returns :

    http://ips.valacoding.com/index.php?/store/product/2-the-compound-effect/

    and sometimes returns :

    http://ips.valacoding.com/index.php?app=core&module=system&controller=widgets&do=getBlock&blockID=app_nexus_latestProducts_tfxsn9iaq&pageApp=nexus&pageModule=store&pageController=product&pageArea=header&orientation=horizontal.....

     

    Is there a specific method that always returns URL in friendly form?  [ http://ips.valacoding.com/index.php?/store/product/2-the-compound-effect/ ]
     

×
×
  • Create New...