Jump to content

OsmanK

Members
  • Posts

    311
  • Joined

  • Last visited

 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 OsmanK

  1. I think the built-in Lightbox view falls short in some situations. To enhance the user experience, I propose the adoption of PhotoSwipe, which is a free and feature-rich alternative.

    PhotoSwipe provides users with fast and smooth transitions between images, offering a more interactive experience. Additionally, features like zooming and dragging allow users to examine images in more detail. This change will make the visual content on our website more appealing and user-friendly.

    With the IC 5 update, could there be an evaluation of replacing the built-in Lightbox view with PhotoSwipe?

    License
    It comes with an MIT license, allowing free usage for personal or commercial projects. For more information and to explore the details of PhotoSwipe, you can visit the PhotoSwipe Official Website.

  2. You've really done a fantastic job, @Ehren. Congratulations! You've left no work for the designers. We're left wondering what we can improve. You've included all the features. Jokes aside, thank you for your efforts. I have a question that's been on my mind. As we know, design developers create unique templates for themselves in different themes. These templates are visible in all designs after the Designers' Mode process. I actually consider this to be an issue. Each design should have its own unique templates, and these templates should not be displayed in other designs. Is there any work or development in progress regarding this matter?

    Will there be any adjustments regarding the Designers' Mode duration? For someone with many designs, this can be quite frustrating. I haven't been in the IPS field for a long time, so I might have missed some updates. I apologize for that. I'll need to review everything again.

  3. Hello everyone;

    I'm trying to obtain the IDs of products for my own pages. However, I think I need the help of more experienced friends on how to accomplish this. Thanks to everyone who helps me find a way to add a product directly to the cart in the PHP file below.

    When I go to this address from the browser, it goes to the cart page, but no product is added.

    http://www.mysite.com/card.php?id=2

    <a href="http://www.mysite.com/card.php?id=2">Add to cart</a>

    <?php
    
    $_SERVER['SCRIPT_FILENAME'] = __FILE__;
    $path = '';
    $_GET['app'] = 'nexus';
    $_GET['module'] = 'store';
    $_GET['controller'] = 'cart';
    
    require_once $path . 'init.php';
    if (\IPS\Request::i()->id)
    {
        $_SERVER['HTTP_REFERER'] = '';
        $disp = \IPS\Dispatcher\External::i();
        \IPS\Request::i()->csrfKey = \IPS\Session::i()->csrfKey;
        $disp->run();
    }
    else
    {
        die("No ID passed");
    }
    exit();
  4. The touch in Ehren's Series 5 is really nice. I think IPS made the right decision by recruiting a good design developer. It is extremely pleasing to see Ehren in the new structure. Congratulations.

    What I want to ask about is the compatibility problems of design developers in parent and child designs in this new structure. Is there any study on this subject?

×
×
  • Create New...