Jump to content

LDDG

Members
  • Posts

    266
  • 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 LDDG

  1. Hey peeps,

    How can I contruct an if statement within the Core > Front > Global > Tag template that accomplishes the following:

    IF $member_id is ( x OR y ) AND $tag is ( 'this' OR 'that')

    $tag (displays tag)

    ELSE

    Don't display $tag (I guess just leave this part blank and nothing will be displayed.

     

    In a nutshell, as the tag template is called, I want to show certain tags only to certain members, all other tags are shown to everyone.

    Thanks for any help!

  2. How does Commerce handle situations where a client purchases say 10 items of the same product at once? I see that I can add the dimensions and weight PER item and Commerce will calculate shipping via EasyPost based on this but it will estimate the same amount of shipping for 1 item vs an order of say 10 items. This obviously would be wrong.

    Is there a setting for this? I checked but nothing really stood out. If combined shipping is not allowed, this would be a deal breaker for me. =(

  3. I see but I also see how convenient it would be. Just like the ability to add forum topics or Pages articles via the +Create menu link, I can see the logical thing to do is to add products to the Commerce Database as well via this route. Oh well, I was just asking if there was a way to do it but I guess not.

  4. Is there an easier way for my wife to add products to her store (Commerce) without having to log in, go to AdminCP and log in once again. Then navigate the menus until she finally gets to the Products section.

    Wouldn't it be much easier, faster and slick to be able to add products via the + Create link on the page's menu?

  5. Can anyone of you fine folks take a look at this:

    https://medium.com/@andysolomon/converting-your-images-to-webp-with-imagemagick-a9c56cf6b579

    And see if you would be able to create a plugin that will use Imagick to convert to .webp ANY image uploaded as an attachment via the Pages and Forums applications.

    If you can come up with a solution, please PM with a quote.

    I'm a serious client looking for a serious solution. 👍🏼

    Thanks in advance!

  6. 11 minutes ago, Adriano Faria said:

    Enable HTML posting for your group. 

    Thanks, @Adriano Faria

    10 minutes ago, Jim M said:

    Please ensure that your group that you belong to has permission to post HTML. You can find this in ACP -> Members -> Groups -> edit group -> Can post HTML?

    Please note: it is only recommend to provide this to a group which you have the upmost confidence and trust with and not the whole community. The ability to post HTML can not only cause intentional malicious harm but unintentional as well. Thus, it is usually disabled by default. 

    Thanks, @Jim M... Ok, I will enable it only for admins, who is basically me and a family member. 😁

     

  7. Would anyone know why would the source button not show up in my toolbar? There is no source button in the toolbar editor page in settings.

    I have another website which does show the source button even though it does not have a source button in the toolbar editor.

    E6E6067C-5EC3-4E91-8C5C-E494574B58B1.thumb.jpeg.f3a6a74e4bbda2da290ce3b123e4baa2.jpeg

     

    This is the button I'm referring to:

    8DABCBA9-B23C-4416-B013-0EE1B763EE2D.thumb.jpeg.de210ea7b114b9dc672e8b975549f0a4.jpeg

     

    I just noticed realized that the page that does have a source button is a PAGES app. While the one not showing a source button is from a FORUMS app. Could this be it? Source button does not show up when creating a topic in forums?

  8. 1 hour ago, CoffeeCake said:

    You'll want to make sure error reporting and logging is turned on for php and then review those logs to see what's wrong. Also check your web server logs.

    Common issues may be not having enabled/installed needed PHP extensions.

    I did the above and this is the error I get:

    Fatal error: Uncaught Error: Call to undefined function IPS\mb_internal_encoding() in /home/*****/public_html/init.php:541 Stack trace: #0 /home/******/public_html/init.php(1532): IPS\IPS::init() #1 /home/*****/public_html/index.php(12): require_once('/home/*****...') #2 {main} thrown in /home/*****/public_html/init.php on line 541

     

  9. Hello all,

    This is what happened:

    1. I initiated the upgrade of my Community from IPS v4.4.10 to the latest version of IPS 4.5.4.2

    2. During the upgrade process, I received the warning that my PHP 7.2.x was deprecated and I would need to upgrade to 7.3.x+

    3. I continued with the upgrade process and everything went well.

    4. Website was upgraded to IPS 4.5.4.2 while still running PHP 7.2.x and everything was working well.

    5. I upgraded PHP to 7.3 on my server and applied it to my site.

    6. Now when I try to access my website, I get the following error: HTTP Error 500

     

    The only way I can get my website to work again is by reverting back to PHP 7.2.x on my server.

    How can I remedy this?

×
×
  • Create New...