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. Both noted for next release. Confirmed bug, will be fixed next version. Is this still the case in the default skin?
  2. Can you try reverting any changes to the "percent_goal_reached" language string only and see if that works?
  3. The thumbnail url appears to be high quality. What do you currently have set for your "Maximum thumbnail dimensions?" setting in the Videos app?
  4. Can you provide a sample Youtube url your using and will check the oEmbed code and see what kind of thumbnail is generating? I haven't tested this yet but I believe if you remove the "data-ipsCarousel-slideshow" code from the featured block that should remove the slideshow affect. I'll need to confirm this when I get home.
  5. Not immediate ones but I will make a note of it. This is possible in IPB4 but I'd need to figure out a way to have it customizable in the admin cp
  6. Yep enabled for all by default. But the "Disabled Groups" setting allows you to disable access to certain groups. Let me know if you need a demo of this in operation.
  7. Michael.J

    Portal

    Thanks, noted for next version. Support for 3 columns is my goal but when I get there is uncertain. This was one of the first if not the first IP.Board 4 application to be upgraded and I've updated it continuously to ensure stability. But right now my focus is still on bug fixing on all my mods before I look to new major features.
  8. Please apply this patch here. Thumbnail dimensions? The oEmbed feed for Youtube should already provide the "hqdefault" version of the thumbnail. Thanks, noted for next version.
  9. Michael.J

    Portal

    Try this. Open applications/portal/modules/front/portal/portal.php Find: $table = new \IPS\Helpers\Table\Content( 'IPS\forums\Topic', \IPS\Http\Url::internal( 'app=portal&module=portal&controller=portal', 'public', 'portal' ), $where, NULL, NULL, 'read' ); Replace With: $table = new \IPS\Helpers\Table\Content( 'IPS\forums\Topic', \IPS\Http\Url::internal( 'app=portal&module=portal&controller=portal', 'public', 'portal' ), $where, NULL, FALSE, 'read' ); Save. Just let me know if it works and will confirm for next version.
  10. Included 1 further edit in that patch that should fix this.
  11. Yes any additional data would be helpful.
  12. Allows your members to customize which forums appear in their forum index homepage when signed in. Set which forums you would like to require, flag new forums and manually add new forums to members forum selections. v1 Features Each member can customize which forums appear on their homepage (index). Guest button that points to sign in page to encourage guests to sign up in order to customize their homepage. New forum flagging for forums that are added X days after creation. Shown both on the home page and selections page. Set which forums are required when customizing a homepage. Set which groups can not customize their homepage. Special prompt appears when a user visits a forum that is not in their homepage. Included link so members can peek at all homepage forums without saving. Member can disable homepage customization at any time and all forums will show as normal. Rebuild tool to manually add new forums to a members customized homepage.
  13. Michael.J

    Portal

    You sure it's just not showing you the topic? Just hid a post and logged out and it seems to be hiding the hidden topics.
  14. No not in the very latest version but it will be something I look at next version.
  15. One last idea. Have you reverted the template changes made so ensure latest code is loading? Also an obvious one but just make sure none of your goals are "private" goals either.
  16. Yeah I think I've seen a few of those before. Might want to notify the mod authors so they can fix their update checkers.
  17. In ACP > Customization tab > Localization > Languages. Can you view donations in ACP > Donations tab > Donations? Thank you.
  18. Newest version includes this fix, so I would upgrade as it includes a few other crucial fixes as well. Yes all text is covered under the language manager. So you would just need to edit the language string for the PM message to alter it.
  19. I didn't get anything from you.
  20. Do you have any notice of the updatecheck task failing? I know a few modders have broken update checkers which stops other apps from being checked.
  21. Yes I think some type of "Live" flag in a special topic would be something I would include if per topic support was added.
  22. Michael.J

    Portal

    I haven't had a chance to test this yet but you could setup a php portal block and try something like this. <?php $advertisement = \IPS\core\Advertisement::loadByLocation( 'block_side' ); print $advertisement; ?>
  23. As in subscription support? No not currently but next major upgrade will likely include it.
  24. What version of the Auto Welcome app are you currently using? One of the recent versions should include a "hasInstance" check for the dispatcher which I believe was the issue before.
  25. Ftp and admin cp login details.
×
×
  • Create New...