Jump to content
DevFuse Forums

Michael

Management
  • Posts

    4,467
  • Joined

  • Last visited

  • Days Won

    424

Everything posted by Michael

  1. The patch should be the same in IPB 4.5.x.
  2. The "Videos Feed" widget has a sort option for video rating. If you can create a bug report, I'll be sure to include a sort option for views as well.
  3. IPS added support for TikTok natively, I'll need to add support for the thumbnail next update.
  4. Are you using the latest version because it should display a little "members marked" section below the item information.
  5. I'm using the ipsMessage style and there inbuilt css classes, so no real way to change it that way. You'll need to modify the template bit directly. See acp > theme editor > forms > front > logs > create. Perhaps add a custom style to this bit of code. <div class='ipsMessage ipsMessage_{{if isset( $container->_options->rules_color )}}{expression="$container->_options->rules_color"}{{else}}info{{endif}}'>
  6. Do you have any options to specify if this is a custom or IPS Marketplace app at all? I may need admin access to take a look into this one.
  7. It should add a little "Members Marked" box below the item listing that shows member who have marked a vehicle. It's from a custom request and basically allows members to mark if they own a particular item.
  8. I'm a bit behind with support but will be caught up with IPS PMs soon. Smaller plugins should be fine with IPB 4.5 though, so I don't imagine any major issues there.
  9. I'm not seeing or have received any major issues with the Donations app so this is likely an issue with either your PayPal IPN or server. Your ticket has already been dealt with but if you do require help in the future looking into either of these, let me know.
  10. Unfortunately new features are not likely in the medium term. I'm busy with IPB 4.5 updates and life in general and haven't been able to focus on new features like this yet.
  11. Changed Status to Closed
  12. Please make sure you download the latest Donations version as that contains a fix for IPB 4.5 compatibility.
  13. Can you clarify what you mean?
  14. In the main captcha settings area, do you have "Guest Captcha" enabled? This should then show the captcha system wide for guests where they appear.
  15. Yes that's how it should be. Sandbox is only if you've got the Paypal Sandbox setup and testing like that.
  16. I believe IPS included TikTok by default. If you note a bug for this, I'll include the thumbnail as well when I have the time.
  17. If you login to your admin cp > donations > payments logs. Do you have any logs for recent donations? Do you have Paypal IPN enabled as well? See the gateway instructions when you edit the Paypal gateway.
  18. Can you open applications/autowelcome/setup/upg_100201/upgrade.php Find: \IPS\Db::i()->insert( 'autowelcome_members', array( 'welcome_member_id' => $member['member_id'], 'welcome_sent' => 1, ) ); Replace With: \IPS\Db::i()->insert( 'autowelcome_members', array( 'welcome_member_id' => $member['member_id'], 'welcome_sent' => 1, ), TRUE ); And try re-running the upgrade again?
  19. No IPS haven't talked to me about this app. Just busy in real life and haven't had as much time to work on new features, let alone focus on the IPB 4.5 updates and the new stricter marketplace rules.
  20. See the IPS Marketplace note here - https://www.devfuse.com/forums/topic/12381-ipboard-45-update/
  21. If you click on the application settings, can you see the "Upload a new version" ?
  22. Obviously it's hard to give another estimate but it will be a while. I'm only doing modding part time now and focused on the IPB 4.5 updates and custom work.
×
×
  • Create New...