Jump to content

Adriano Faria

Clients
  • Posts

    31,857
  • Joined

  • Days Won

    475

 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 Adriano Faria

  1. Ok. I’ll try to reproduce.
  2. Oh, I see... is_callable should be used in the template I'm extending; I was using in the hookData. Tks, @CodingJungle!
  3. No luck cleaning the datastore folder. That's what works in 4.3, 4.3 and 4.5: /* !Hook Data - DO NOT REMOVE */ public static function hookData() { return parent::hookData(); } /* End Hook Data */ public function searchResult( $indexData, $articles, $authorData, $itemData, $unread, $objectUrl, $itemUrl, $containerUrl, $containerTitle, $repCount, $showRepUrl, $snippet, $iPostedIn, $view, $canIgnoreComments=FALSE ) { if( $indexData['index_class'] == 'IPS\forums\Topic\Post' AND ( !\in_array( $indexData['index_container_id'], explode( ',', \IPS\Settings::i()->banExcludeForums ) ) ) AND ( \IPS\Settings::i()->banGroups == '*' OR \IPS\Member::loggedIn()->inGroup( explode( ',', \IPS\Settings::i()->banGroups ) ) ) AND $view != 'condensed' ) { $topic = \IPS\forums\Topic::loadAndCheckPerms( $itemData['tid'] ); $checkAccess = \IPS\banfromtopics\Manage::getBannedMemberStatus( $topic, \IPS\Member::loggedIn()->member_id ); if( $checkAccess === 'BANNED' ) { $snippet = \IPS\Theme::i()->getTemplate( 'global', 'banfromtopics', 'front' )->bftNoPermission(); } } return parent::searchResult( $indexData, $articles, $authorData, $itemData, $unread, $objectUrl, $itemUrl, $containerUrl, $containerTitle, $repCount, $showRepUrl, $snippet, $iPostedIn, $view, $canIgnoreComments ); }
  4. Nope. Still got the error: Using; /* !Hook Data - DO NOT REMOVE */ public static function hookData() { if( \is_callable( 'parent::hookData' ) ) { return \call_user_func_array( 'parent::' . __FUNCTION__, \func_get_args() ); } return parent::hookData(); } /* End Hook Data */
  5. Anything in the system logs? Convert from MyISAM to InnoDB would not make it stop working and I can run it without any issue.
  6. I’ll give a try tomorrow in the morning. 👍
  7. I have a lot of plugins with theme hooks like that. @Matt @Ryan Ashbrook @Andy Millne Any word on this?
  8. There's a per category setting to remove the file versioning:
  9. It is compatible. Just updated the marketplace submission.
  10. For those with same issue, the quick "fix" for now is select groups, one by one, instead of use the ALL options in the app settings. I will release a new version to fix this in a few days.
  11. @Niqmo @LiamH New version submitted to the marketplace to fix the issue reported.
  12. I can confirm. Will release a fix asap.
  13. Sure. I will test it today and should be available in a few days, depending on how long IPS will take to approve it.
  14. I just submitted the IPS 4.6 version.
  15. Someday. Most purchased first.
  16. Of course it does, mate! That's what it does. It DOES NOT make it on register screen, as I said! It also DOES NOT "change" the type of field. As I said, you would need to create 2 fields and set one per group.
  17. You can have only ind app set as default so it doesn’t make sense.
  18. You just have to click above in SEARCH and type the app name! Anyway:
  19. This info is available on file view. Go and see it.
  20. It was developed to send only once, of course, and that’s what it did in my tests. Check if there’s a background task in your Dashboard.
  21. The topic will be made available again when the invoice is expired, cancelled or deleted. The 3 methods uses the same script so if it works for one, should work for the others. I'll test it out in a couple of days.
  22. I still have this even apply your fix. Any clue?
  23. Read the post above yours. This will not be updated.
  24. Leave a private message with URL and ACP credentials. I'll take a look tomorrow in the morning. Mobile device now. 👍
×
×
  • Create New...