Jump to content

haqzore

Clients
  • Posts

    165
  • 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 haqzore

  1. 10 hours ago, Adriano Faria said:

    Uninstall the app and reinstall it. 

    Did not seem to help.

    I actually noticed the widget is trying to show an event in the past? This is the standard IPS widget, so not sure why that is  happening?

     

    Capture.PNG.438e65e8fbc1a0c02c85d7816d245524.PNG

  2. On 12/22/2020 at 12:43 PM, Adriano Faria said:

    The problem is that it's simply missing all templates from this app in your install. They're simply vanished somehow!

    a0OP6aU.png

    Its group should be between quizzes and slidemaker.

    I just recreated the one that goes in Calendar index and it works fine now:

    KguvSSR.png

     

    I'll have to recreate all the others. I'll reply when it's ready.

    ------------------------------------------------------------------

    EDIT: All done!

    I'm having this same error. May I message you a temporary Admin account?

  3. 18 hours ago, Adriano Faria said:

    Quick fix: open the landingpage -> front -> main -> calendarEventsBlock template and find:

    
    <h2 class='ipsType_reset ipsType_large ipsType_blendLinks'>

    Change to:

    
    <h2 class='ipsType_reset ipsType_large ipsType_blendLinks ipsTruncate ipsTruncate_line'>

    It shows twice. Change in both. Save.

    3bvlwz9.png

    Definitive fix in a future version, when I'll take a look at your suggestions. 👍

    I am only finding it once in the template. Perhaps I'm doing this wrong?

    Untitled.thumb.png.fc64cd69430286927954130e2774b231.png

     

  4. 17 hours ago, Adriano Faria said:

    Quick fix: open the landingpage -> front -> main -> calendarEventsBlock template and find:

    
    
    <h2 class='ipsType_reset ipsType_large ipsType_blendLinks'>

    Change to:

    
    
    <h2 class='ipsType_reset ipsType_large ipsType_blendLinks ipsTruncate ipsTruncate_line'>

    It shows twice. Change in both. Save.

    3bvlwz9.png

    Definitive fix in a future version, when I'll take a look at your suggestions. 👍

    Thanks a bunch. 

     

    The "order by" option will be important. As is, the current ordering choices aren't especially useful for a landing page. (With "Random" potentially showing something tomorrow followed by something months away, etc. And "newest" being very unpredictable as well in terms of what shows.) 

     

    Appreciate you! 

  5. @Adriano Faria

    • Calendar block: has issues with long event names (see below)Capture.thumb.PNG.3640cd0683ba9da33119fa5821363455.PNG
    • Calendar block: Can we add an "Order by" choice for the newest event date? For example: if there is an event tomorrow, it will show that one first. Then if there is an event in 2 days, that would be shown next... Etc...
    • All content blocks: Maybe add an option to have the final carousel / grid item be a "View more" type block? Example: if the block in a forum topics block would be a "View more" and link to the forum index. Last block in a calendar block would be a "View more" and link to the calendar. Etc..
    • Is it possible to make carousel blocks auto-scroll at an interval?
  6. 4 hours ago, liquidfractal said:

    Dude, I'd almost buy this just because you used Black Sabbath Vol. 4 and Moving Pictures as examples! 😎

    Seriously though, one question - is Landing Page meant to give functionality to people who don't have the Pages module installed?  Are there things LP does that you can't do in Pages?

    For me, the big difference is the pre-made blocks. 

    I've owned Pages for years and still find it a bit complicated. 

    With this app, you add blocks, adjust (if desired) and go. Done & done. 

  7. Are there any live sites running this that I might be able to look at? 

    I could be getting the URL wrong, but I can't find an active section of @breatheheavy or @Unlucky sites running this.

    How is this working for people? I'm ready to purchase, but want to be sure this will work as smoothly as my current WP / WooCommerce setup (using single sign-on link from IPS).

  8. @Michael.J

     

    What value does the postbit use for labeling the item count?

     

    As you can see on the attached screenshot, it would be better for it to use the "single" version of the word because I only have 1 item in the app. It is currently using the Plural it seems?

    Capture1.PNG

  9. @Michael.J

     

    If a guest tries to add an item - with an image - the following error displays:

     

    Quote

    Sorry, there is a problem

    Something went wrong. Please try again.

    Error code: EX1048

     

     ACP system log:

     

    Quote

    INSERT INTO `collections_images` ( `image_type`, `image_default`, `image_item_id`, `image_member_id`, `image_name`, `image_url`, `image_date`, `thumb_location`, `thumb_width`, `thumb_height` ) VALUES ( 1, 0, 22, NULL, 'WebsiteHeader.png', 'monthly_2020_09/WebsiteHeader.png.3bf5c215bab7b4184d09ba98404bef06.png', 1600995813, 'monthly_2020_09/WebsiteHeader.thumb.png.19a6af4b985450749807516c7dd7372a.png', 259, 136 )
    IPS\Db\Exception: Column 'image_member_id' cannot be null (1048)
    #0 /home/system/Db/Db.php(948): IPS\_Db->preparedQuery('/*amazkgxv_cinc...', Array)
    #1 /home/applications/collections/sources/Item/Item.php(754): IPS\_Db->insert('collections_ima...', Array)
    #2 /home/system/Content/Item.php(438): IPS\collections\_Item->processAfterCreate(NULL, Array)
    #3 /home/system/Content/Item.php(133): IPS\Content\_Item::createFromForm(Array, Object(IPS\collections\Category))
    #4 /homeapplications/collections/modules/front/collections/submit.php(134): IPS\Content\_Item::create(Object(IPS\collections\Category))
    #5 /system/Dispatcher/Controller.php(90): IPS\collections\modules\front\collections\_submit->submit()
    #6 /home/applications/collections/modules/front/collections/submit.php(31): IPS\Dispatcher\_Controller->execute()
    #7 /home/system/Dispatcher/Dispatcher.php(152): IPS\collections\modules\front\collections\_submit->execute()
    #8 /home/index.php(13): IPS\_Dispatcher->run()
    #9 {main}

     

    backtrace:

     

    Quote

    #0 /home/init.php(988): IPS\_Log::log('INSERT INTO `co...', 'uncaught_except...')
    #1 [internal function]: IPS\IPS::exceptionHandler(Object(IPS\Db\Exception))
    #2 {main}

     

  10. 15 hours ago, Adrian A. said:

    I'm not quite sure I understand what you mean... You create your products using printful's website then come into your IPS ACP to import them.

    You answered it.

     

    With Wordpress integration, for example, you can push all product updates/addition/deletion straight from the Printful site to Wordpress, without ever leaving Printful.

  11. 19 hours ago, Adrian A. said:

    No, those kind of API are not available for the public. 

    To import products you need to go to the ACP, create some categories, and foreach category you select which products to import. This is a good thing if you already have a wordpress store for example, you need just to create your categories and then import your products.

    Can we also import directly from Printful?

  12. 11 hours ago, breatheheavy said:

     

     

     

    Five stars! Please check out my review above ^ ️ 

    Thanks.

    Can you share a link to your site/store? Perhaps via PM if you don't want it public?

    How does new product pushing work? Does Printful 'detect' IP.Commerce & send items there?

  13. On 8/29/2020 at 10:04 AM, Dean_ said:

    Sorry, I meant Plugins or Applications and you can click the marketplace link.

    Best to do what Stuart said.

    Gotcha, but I addressed this in the OP:

    On 8/29/2020 at 12:58 AM, haqzore said:

    ... when I click on the "Marketplace" link next to them, the Marketplace page shows a newer version along with the message "This resource is already installed and up to date" (even though it isn't).

     

     

    As an FYI, I did open a ticket for a specific Application & it was resolved. No detail, just simple "I resolved it", and it did indeed detect the update.

     

     

    Another question - is it intended to not have a "Check for Updates" button on the Plugin page? Only the Application page?

×
×
  • Create New...