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

Posts posted by ReyDev

  1. 12 hours ago, Adriano Faria said:

    I'm not sure if you want this to be used in your board only or if you want to release something and exclude an app from a theme, so here goes a hard coded way.

    In the \IPS\yourApp\Application::init(), add:

    	/**
    	 * Init
    	 *
    	 * @return	void
    	 */
    	public function init()
    	{
    		if( \IPS\Dispatcher::i()->controllerLocation === 'front' )
    		{
    			\IPS\Theme::switchTheme( X );
    		}
    	}

    This will force the app to run in another theme.

    X is the ID of the theme.

    @Adriano Faria
    This code does not work because this app does not have a controller on the front location
    I just want to prevent the code of this app from being hooked on a particular theme

     is there a way to disable an app by code?

  2. 11 hours ago, Adriano Faria said:

    I'm not sure if you want this to be used in your board only or if you want to release something and exclude an app from a theme, so here goes a hard coded way.

    In the \IPS\yourApp\Application::init(), add:

    	/**
    	 * Init
    	 *
    	 * @return	void
    	 */
    	public function init()
    	{
    		if( \IPS\Dispatcher::i()->controllerLocation === 'front' )
    		{
    			\IPS\Theme::switchTheme( X );
    		}
    	}

    This will force the app to run in another theme.

    X is the ID of the theme.

    thanks @Adriano Faria
    I'll work on it and let you know

  3. Hi @liquidfractal
     

    2 hours ago, liquidfractal said:
    • Will these hotspot configurations work in Gallery pics?  And if they do, I assume they do not conflict with the existing Notes function for images there?
    • Will these hotspot configurations work for product images in Commerce?  It wasn't clear to me from your website's demo.

    There are currently no settings for these two modes.

    2 hours ago, liquidfractal said:

    t wasn't clear to me from your website's demo.

    One of the uses is to put several spots on the image and link each one to a product. Note that the product image cannot be displayed this way

     

    2 hours ago, liquidfractal said:

    Secondary to this: I was wondering if you were considering making them compatible with images in other applications,

    Slideshow mode will be created asap.

     

  4. On 7/29/2021 at 5:15 AM, MythonPonty said:

    Hi @ReyDev

    i miss the preview function for the forum collection. 

    image.png.0dd855a10336911b9b3752cdc75648af.png

    normally, if i hover over the title, it shows me a popup with the first and last post. 

    I add a forum collection box in grid view, and it doesn't work. I only get a tooltip 🙂 

    Are you going to add this in future ? 


    Hi @MythonPonty
    Show the card view on topic hover is added. is pending approval. Thanks for mentioning it

    DEMO : http://ips.valacoding.com/

  5. 7 hours ago, AlphaWulfx said:

    Updated my advanced widget this morning and it wiped out half my site and replaced all my widgets to a preview of the lopsum orsum  preview...it has wiped out half of my website... BUG FIX FAST?   or site down for days to fix all of the custom widgets that i used on custom pages ...HELP!!

    @AlphaWulfx
    Follow-ups revealed that the problem was with another 3rd party widget from another developer.

  6. 6 hours ago, AlphaWulfx said:

    Updated my advanced widget this morning and it wiped out half my site and replaced all my widgets to a preview of the lopsum orsum  preview...it has wiped out half of my website... BUG FIX FAST?   or site down for days to fix all of the custom widgets that i used on custom pages ...HELP!!

    @AlphaWulfx
    Please send website information and access to see what the problem is

  7. 20 hours ago, kmk said:

    Hi @ReyDev could you add Randomly ability to this plugin? I would like use widget of topic feed to show topics randomly of specific forum, because in a forum will contain so many topics, I want to set 6 topics to show in that widget, but getting 6 topics of that forum randomly. Same for the case of posts.

    Hi @kmk
    that's good idea,
    I'll work on it 
    thanks.

     

  8. 7 hours ago, BankFodder said:

    Okay – panic over.

    I did what happened but after about 10 minutes, the site returned to normal.

    I'm afraid I didn't take a screenshot of what had gone wrong but in fact the entire Invision layout completely disappeared and we just had links and a huge top logo.

    The update seems to be working now that please be aware that you may get other people who are commenting on the same thing.

    Although seems to be working now, there clearly seems to be some very frightening installation glitch

    in fact, for the new version , we have only built all apps with the new version of the IPS core (4.6), and we have not changed anything at all.
    most likely this issue is related to the cache system and It will be fixed by clearing the cache or over time set for the cache system ( in your case 10 mins or less).
    be sure that we have not added or removed any new sections.

×
×
  • Create New...