Jump to content

Adriano Faria

Clients
  • Posts

    31,856
  • 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. New version submitted and awaiting for review.
  2. No and yes. Simple fix. Do you have FTP to upload a file? If so, I'll send the fix via message and will update the file in marketplace. It may take a few days to be approved.
  3. Set the order you want in your ACP and it will reflect in the front end:
  4. Will take a look .
  5. If by place you mean VENUE, there's another resource in marketplace to add venues in front end. Search for venues.
  6. This one is already there:
  7. It requires me to deduct achievement points. Even if I wanted to, the field is disabled so that's not possible to warn someone.
  8. It is 4.7 only now.
  9. I don’t see the ->first() there. $count = \IPS\Db::i()->select( 'count(*)', 'hangman_phrase', array('status=0 AND member_id!=?', $member->member_id ) )->first(); print $count; You have 2 arrays there and forgot the ->first ().
  10. $select = \IPS\Db::i()->select( '* as cnt, 'my_table', array( 'status=?', 0))->first(); The result is in $select[‘cnt’]
  11. Waiting to be reviewed: https://invisioncommunity.com/files/file/10124-prefix-tags-in-saved-actions/
  12. Waiting to be reviewed: https://invisioncommunity.com/files/file/10124-prefix-tags-in-saved-actions/
  13. What's New in Version 2.2.0: IPS 4.7 & 4.6 compatible. Upgrade from (any) plugin version Just install this application and it will port your data (passwords and plug-in settings) to the new format and the old plug-in will be automatically uninstalled from your community.
  14. I don't get 2 but the content is doubled: I had one mention only.
  15. Because you’re forcing something you don’t permission or something? If it is disabled, probably there’s a reason. You should try to get help with it.
  16. The release notes says it is compatible but I got some errors. - When I try to go to Support page ( http://localhost/47X/admin/?app=core&module=support&controller=support&_new=1 ): - When I try to build an app: Should I wait for 4.7.0 final to use it in development mode? Thanks. -- EDIT: Fresh 4.7.0 Beta 7 install; no 3rd-party.
  17. It does track what was searched but not guests; only members.
  18. Just tested your board. Your index isn't slow as you can see in the video below: It is updating the list in 15 seconds. Reloading the page, it loads fast; I don't see any slowness due to the resource. Your site seems slow, regardless this resource. This resources runs only in the index; your board is slow everywhere: if you go to Applications page to enable/disable ANY app, it takes almost 10 seconds of waiting. Make a post with this resource enabled or disabled, takes 5 seconds. A few recommendation: You're running PHP 8.0.0. Current is 8.0.20. You're running MariaDB 10.2.43. Current is 10.6.5. I also suggest that you ask for @Adlago's help to make some tests for speed optimization. Certainly there are a few things you can do in your custom theme.
  19. Submitted to the marketplace. You now have to wait for IPS to review and approve the submission.
  20. Probably there’s a record of this app in your core_applications table.
  21. Fix submitted to the marketplace. You now have to wait for IPS to review and approve the submission.
  22. I'm not aware of a workaround for this.
×
×
  • Create New...