Jump to content
DevFuse Forums

Michael

Management
  • Posts

    4,467
  • Joined

  • Last visited

  • Days Won

    424

Everything posted by Michael

  1. It's a pretty simple hook so shouldn't really be causing any issues. It looks like Matt may have since ruled it out as a problem? Let me know if there's anything I need to do on my end?
  2. I've updated the patch to include another edit.
  3. And that fixed the conflict or is it still an issue?
  4. Increase widget limit in case user wants to show more top x users. Open applications/basicpoints/widgets/pointsTopPoints.php Find: $form->add( new \IPS\Helpers\Form\Number( 'pointsTopPoints_limit', isset( $this->configuration['pointsTopPoints_limit'] ) ? $this->configuration['pointsTopPoints_limit'] : 5, TRUE, array( 'max' => 20 ) ) ); Replace With: $form->add( new \IPS\Helpers\Form\Number( 'pointsTopPoints_limit', isset( $this->configuration['pointsTopPoints_limit'] ) ? $this->configuration['pointsTopPoints_limit'] : 5, TRUE, array( 'max' => 50 ) ) ); Save. Open applications/basicpoints/modules/front/basicpoints/ajax.php Find: $limit = \intval( ( isset( \IPS\Request::i()->limit ) and \IPS\Request::i()->limit <= 20 ) ? \IPS\Request::i()->limit : 5 ); Replace With: $limit = \intval( ( isset( \IPS\Request::i()->limit ) and \IPS\Request::i()->limit <= 50 ) ? \IPS\Request::i()->limit : 5 ); Save.
  5. https://www.devfuse.com/customers/&act=support
  6. The other apps with group permissions, who are the modders for them? And will see about testing with them too. I'm still working on a different way to load group permissions as this will likely be an issue with other apps.
  7. It does in the description. If you can post the video in a topic post, you can post the same video in the news description.
  8. Just replied to your ticket, need a bit more information if this is a bug or setup issue.
  9. I'm sorry for the delay, the Movies app itself appears to be the main source of conflict, so you might want to speak with that modder as well. I'm still looking at a solution on my end but I can't support other peoples apps as well.
  10. I'd probably recommend contacting IPS for help in converting - https://invisioncommunity.com/contact-us/
  11. My mistake, there isn't an ajax part. But I'll confirm this as it would be a good idea to add ajax support in the future instead of reloading the page.
  12. Michael

    Client area

    https://www.devfuse.com/customers/
  13. Full page reload or just the browser url changing? (Which it's suppose to.)
  14. Can you please open a support ticket with ftp and admin login details, I can not reproduce this issue.
  15. Fatal error when adding club topics. Manual Patch: Open applications/basicpoints/hooks/forumSource.php Find: public function clubForm( \IPS\Helpers\Form $form ) Replace With: public function clubForm( \IPS\Helpers\Form $form, \IPS\Member\Club $club ) Find: parent::clubForm( $form ) Replace (2 instances) parent::clubForm( $form, $club ) Save.
  16. I apologies for the delay, I believe you've got a ticket opened for this, I'll reply soon once I've found a solution.
  17. Reported problem with quick add videos - https://invisioncommunity.com/forums/topic/416243-videos-support/?do=findComment&comment=2871375
  18. A lot of 3rd party sites shut down after the ips marketplace launched.
  19. Missing lang strings on front goals tab sort by dropdown.
  20. Have you changed the /collections/ entry first and then the collections/item/id entry? This is sometimes a quirk of the furl section.
  21. Yes I will eventually add this but it will still be medium term. IPB 4.5 and 4.6 required more effort then I expected while I was traveling at the same time.
×
×
  • Create New...