Jump to content

Sonya*

Clients
  • Posts

    3,909
  • Joined

  • Days Won

    34

 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 Sonya*

  1. @sound, it is about fulfillment. With IPS Commerce you manage the products, take orders and process payments. However, IPS Commerce does not include picking the items from the stock, wrapping and packing them, bringing to post and so on. That's why they use Shopify, who does all the things above.

    Connecting IPS Commerce to fulfillment services would be a cool idea, but there is nothing out of the box right now. 

  2. 2 hours ago, FZ said:

    You'll have to add their codes to your DNS for the domain name (after you create an account with them) and then just add their SMTP settings to your Invision mail settings.

    Just to mention: this would send all mails (notifications, PMs, register mails etc.) with third-party provider. SendGrid's integration has a setting to choose what should be sent with them:

    screenshot-2022_03.10-07_19_29.png.65c21ded010a9682d23b54a2ac31f4f2.png

    I wish I could use any 3rd-party to send out bulk mails only. The number of bulk mails is fully on my control. All other mails - not and can probably explode my cost.

  3. Read the last line from your screenshot, starting with Tip:... 

    5 minutes ago, Bumpkin. said:

    Will it damage the forums?

    Pretty sure yes. You have to revert the changes in Default theme on the template bit shown above before you proceed.

  4. 5 hours ago, Daddy said:

    Are there any restrictions? Because I've tried testing referrals by clicking link, registering and then purchasing something to not avail. Credit is never given

    @Daddy, do you mean your own site or referral for invisioncommunity.com?

  5. 6 minutes ago, kmk said:

    I can't see chinese language there

    IMG_20220306_090506.jpg

    After have it installed, I suppose it will help to avoid like the screenshot shows right? 

    IMG_20220306_091019.jpg

    This is not my plugin. I suppose the screenshot you've posted is from this plugin

     

  6. 13 hours ago, AALBC said:

    I really hate to disable this feature, but spammers are inundating the site with spammy guests posts and I'm spending too much time deleting unapproved posts

    I need to prevent Guests (non-registered users) from being able to post -- even it those posts must be approved first 

    I simply can't figure out how to do this.

    Thanks!

    You should not allow guests to submit any content. Use instead "Post before register" feature:

     

  7. 10 minutes ago, opentype said:

    But there was never a way to install an already installed app or plugin.

    There is a way to Upload New Version, even if the "new" version is the same as installed. I guess @Emediate means this. 

    And no. There is no way to do it, if you do not have .tar files (for apps) or .xml files (for plugins). Even if you would have them, you have to change your apps and plugins to Custom (not Marketplace).

    Uninstalling would indeed wipe out all the data previously saved in your system by app or plugin.

    The correct way would be to troubleshoot the system to figure out what plugins or apps screw up your installation. 

  8. Line 1182:

    				// If this is a 'too large' error, we won't
    				if( err.code == -600 || err.code == -601 ){
    					errorCounts[ ( err.code == -600 ) ? 'size' : 'ext' ]++;
    					return;
    				}

    Uncaught ReferenceError: errorCounts is not defined
        at plupload.Uploader.error (ips.ui.uploader.js?v=0377a8ff2e1646391066:1184:6)
        at plupload.Uploader.dispatchEvent (plupload.dev.js?v=0377a8ff2e1646391066:2205:21)
        at plupload.Uploader.trigger (moxie.js?v=0377a8ff2e1646391066:2240:30)
        at plupload.Uploader.<anonymous> (plupload.dev.js?v=0377a8ff2e1646391066:764:8)
        at Array.<anonymous> (plupload.dev.js?v=0377a8ff2e1646391066:2036:26)
        at callNext (moxie.js?v=0377a8ff2e1646391066:374:13)
        at moxie.js?v=0377a8ff2e1646391066:376:31
        at plupload.dev.js?v=0377a8ff2e1646391066:2037:9
        at plupload.Uploader.<anonymous> (plupload.dev.js?v=0377a8ff2e1646391066:759:2)
        at Array.<anonymous> (plupload.dev.js?v=0377a8ff2e1646391066:2036:26)

  9. 3 hours ago, Optimvs said:

    I can edit manually every URL in page settings, but by default as IPS makes, He should convert to standar URL format. Can take a look for future updates?

    This is how friendly URLs work in the entire suite by default. It is outside the scope of this app. However, you can use my free plugin to change this behavior in the entire suite. This will work for every URL in your community: forums, blogs, galleries, products and also databases created with Pages.

     

  10. @OptimusBain, I think there is a way. 

    1. Create a group "Customers" that will be used only as secondary group. 
    2. Let the new registered members be in Members group.
    3. If a member purchases something, you move him in another group to grant benefits, let say VIP.
    4. Add a secondary group Customers while purchasing, it can be made automatically.
    5. If a purchase expires or is cancelled, return them to Members.
    6. BUT let their secondary group Customers persist after expire or cancel.

    That way you can distinguish:

    • Members - never purchased something
    • Members with secondary Group Customers (there was a purchase in the past)

    See the product setup below:

    screenshot-2022_03.04-18_18_13.png.bef628577d8c35fc2c16754de28e4db3.png

     

×
×
  • Create New...