Jump to content

Michael.J

Clients
  • Posts

    5,361
  • Joined

  • Last visited

  • Days Won

    11

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Michael.J

  1. This plugin has been updated for IP.Board 4.2.x.
  2. New update with the following changes:
  3. No not currently but logged for a future version. I'm working on an update now that both confirms/patches IPB 4.2 support and fixes several more bugs. New features will be added after IPB 4.2 update/checks are out of the way.
  4. What version of IPB are you using? just tested with the latest IPB 4.1 and 4.2 versions and could not reproduce this. Yes v2.1.0 works with IPB 4.2.x
  5. No not yet.
  6. Open applications/form/sources/Form/Field.php Find: unset( $form->elements['']['pf_format'] ); Add BELOW: unset( $form->elements['']['pf_allow_attachments'] ); Save. Apart from the above error reported, I haven't had anymore confirmed issues. But I will be releasing an update for IPB 4.2 that includes some more existing bug fixes.
  7. Try the above patch but add this line as well. What version of IPB4 are you using? unset( $form->elements['']['pf_allow_attachments'] );
  8. There is no store support with this, only basic points and forum integration. If store support is added, it's most likely to be with the Commerce app.
  9. Within the next several weeks and I'm aiming before IPB 4.2 hits final.
  10. I've decided to bundle bug fixes like this with the IPB 4.2 compatibility update.
  11. I haven't looked into full IPB 4.2 compatibility yet but will do as soon as I can.
  12. This was changed as a lot of people wanted to keep existing secondary groups and not have the Donations app override what was set. But this is the second time I believe this has been mentioned so I will look into making this an option instead of fixed. This is already possible with the "Award based on total donations" setting. In acp > donations tab > goal settings. You can still change the message in the language strings but a PM setting for it is already planned.
  13. What version of IPB4 please?
  14. Looks like an IPB 4.1 forum using the IPB 4.2 Collections app. Download and upload the "Collections (IPB 4.1).zip" and it should fix it.
  15. Michael.J

    Portal

    Those instructions are currently out of date and this is a known bug. I should have updated instructions in an upcoming version if this is possible with IPB 4.2 still.
  16. I've updated the Marketplace with v2.1.0 which specifically supports IPB 4.2. Both the 4.1 and 4.2 versions are offered when downloading. I'll be updating the screenshots as we get closer to 4.2.0 final. No. I did consider this but it's more then likely that there will need to be 2 separate builds for each version.
  17. It shouldn't have any problems. But will be checking in the next week or two and updating the marketplace once "officially" confirmed.
  18. IPB 4.2 patch announced here. After a bit more testing, will add to the marketplace as well. Tracker is temporarily down right now.
  19. I've got a few dozen confirmed bugs that I'm working on at the same time as the IPB 4.2 compatibility update. That will bring quite a few things up to scratch. Unfortunately more gateways will be delayed while I focus on bugs and IPB 4.2. IPB 3.4.x did have the advantage of time but I think you'll find that IPB 4.x version will be as stable as each version comes out.
  20. Michael.J

    Portal

    I'll note this for IPB 4.2 then as it should be an easy change.
  21. I've sent you a PM with demo board. No, members do not have to select a team. Yes, group permissions for who can see and select teams are part of the plugin settings. No, there's no single team page like that.
  22. Manual patch: Open applications/donate/sources/Reward/Reward.php Find: $form->add( new \IPS\Helpers\Form\NumberRange( 'reward_amount_range', $this->rid ? array( 'start' => $this->amount_range1, 'end' => $this->amount_range2 ) : array( 'start' => 0, 'end' => 100 ), FALSE, array( 'start' => array( 'decimals' => 2 ), 'end' => array( 'decimals' => 2 ) ) ) ); Replace With: $form->add( new \IPS\Helpers\Form\Custom( 'reward_amount_range', $this->rid ? array( 'start' => $this->amount_range1, 'end' => $this->amount_range2 ) : array( 'start' => 0, 'end' => 100 ), FALSE, array( 'getHtml' => function( $element ) { return "<input type='text' value='{$element->value['start']}' name='reward_amount_range[start]' min='0' class='ipsField_short'> - <input type='text' value='{$element->value['end']}' name='reward_amount_range[end]' min='0' class='ipsField_short'>"; } ), NULL, NULL, NULL, 'reward_amount_range' ) ); Save.
  23. Michael.J

    Portal

    Are you having issues with Youtube showing? If so, what settings do you have for the Portal's truncate?
  24. Manual Patch: Open applications/form/sources/Form/Field.php Find: unset( $form->elements['']['pf_format'] ); Add BELOW: unset( $form->elements['']['pf_search_type_on_off'] ); Save.
  25. No not currently. Any change after you've edited the video? (Don't need to change any details, just edit and see if embed works) Just thinking there might be an issue with the embed code being generated. Here is a complete list of IPB4's own supported sites as well. return array( 'youtube.com' => array( 'https://www.youtube.com/oembed', static::EMBED_VIDEO ), 'm.youtube.com' => array( 'https://www.youtube.com/oembed', static::EMBED_VIDEO ), 'youtu.be' => array( 'https://www.youtube.com/oembed', static::EMBED_VIDEO ), 'flickr.com' => array( 'https://www.flickr.com/services/oembed/', static::EMBED_IMAGE ), 'flic.kr' => array( 'https://www.flickr.com/services/oembed/', static::EMBED_IMAGE ), 'hulu.com' => array( 'http://www.hulu.com/api/oembed.json', static::EMBED_VIDEO ), 'vimeo.com' => array( 'https://vimeo.com/api/oembed.json', static::EMBED_VIDEO ), 'collegehumor.com' => array( 'http://www.collegehumor.com/oembed.json', static::EMBED_VIDEO ), 'twitter.com' => array( 'https://api.twitter.com/1/statuses/oembed.json', static::EMBED_TWEET ), 'instagr.am' => array( 'https://api.instagram.com/oembed', static::EMBED_IMAGE ), 'instagram.com' => array( 'https://api.instagram.com/oembed', static::EMBED_IMAGE ), 'soundcloud.com' => array( 'https://soundcloud.com/oembed', static::EMBED_VIDEO ), 'open.spotify.com' => array( 'https://embed.spotify.com/oembed/', static::EMBED_VIDEO ), 'play.spotify.com' => array( 'https://embed.spotify.com/oembed/', static::EMBED_VIDEO ), 'ted.com' => array( 'https://www.ted.com/services/v1/oembed', static::EMBED_VIDEO ), 'vine.co' => array( 'https://vine.co/oembed.json', static::EMBED_VIDEO ), 'facebook.com' => array( '(\/.+?\/videos\/|video.php)' => array( 'https://www.facebook.com/plugins/video/oembed.json', static::EMBED_VIDEO ), 0 => array( 'https://www.facebook.com/plugins/post/oembed.json', static::EMBED_STATUS ), ), 'gfycat.com' => array( 'https://api.gfycat.com/v1/oembed', static::EMBED_IMAGE ), 'dailymotion.com' => array( 'https://www.dailymotion.com/services/oembed', static::EMBED_VIDEO ), 'codepen.io' => array( 'http://codepen.io/api/oembed', static::EMBED_LINK ), 'coub.com' => array( 'http://coub.com/api/oembed.json', static::EMBED_VIDEO ), '*.deviantart.com' => array( 'https://backend.deviantart.com/oembed', static::EMBED_IMAGE ), 'docs.com' => array( 'http://docs.com/api/oembed', static::EMBED_LINK ), 'funnyordie.com' => array( 'http://www.funnyordie.com/oembed.json', static::EMBED_VIDEO ), 'gettyimages.com' => array( 'http://embed.gettyimages.com/oembed', static::EMBED_IMAGE ), 'ifixit.com' => array( 'http://www.ifixit.com/Embed', static::EMBED_LINK ), 'imgur.com' => array( 'http://api.imgur.com/oembed', static::EMBED_IMAGE ), 'kickstarter.com' => array( 'http://www.kickstarter.com/services/oembed', static::EMBED_LINK ), 'meetup.com' => array( 'https://api.meetup.com/oembed', static::EMBED_LINK ), 'mixcloud.com' => array( 'http://www.mixcloud.com/oembed', static::EMBED_VIDEO ), 'mix.office.com' => array( 'https://mix.office.com/oembed', static::EMBED_VIDEO ), 'reddit.com' => array( 'http://www.reddit.com/oembed', static::EMBED_LINK ), 'reverbnation.com' => array( 'https://www.reverbnation.com/oembed', static::EMBED_VIDEO ), 'screencast.com' => array( 'https://api.screencast.com/external/oembed', static::EMBED_IMAGE ), 'slideshare.net' => array( 'http://www.slideshare.net/api/oembed/2', static::EMBED_VIDEO ), '*.smugmug.com' => array( 'http://api.smugmug.com/services/oembed', static::EMBED_IMAGE ), 'ustream.tv' => array( 'https://www.ustream.tv/oembed', static::EMBED_VIDEO ), );
×
×
  • Create New...