Jump to content

Adriano Faria

Clients
  • Posts

    31,855
  • 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. 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.
  2. Set the order you want in your ACP and it will reflect in the front end:
  3. Will take a look .
  4. If by place you mean VENUE, there's another resource in marketplace to add venues in front end. Search for venues.
  5. This one is already there:
  6. It requires me to deduct achievement points. Even if I wanted to, the field is disabled so that's not possible to warn someone.
  7. It is 4.7 only now.
  8. 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 ().
  9. $select = \IPS\Db::i()->select( '* as cnt, 'my_table', array( 'status=?', 0))->first(); The result is in $select[‘cnt’]
  10. Waiting to be reviewed: https://invisioncommunity.com/files/file/10124-prefix-tags-in-saved-actions/
  11. Waiting to be reviewed: https://invisioncommunity.com/files/file/10124-prefix-tags-in-saved-actions/
  12. 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.
  13. I don't get 2 but the content is doubled: I had one mention only.
  14. 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.
  15. 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.
  16. It does track what was searched but not guests; only members.
  17. 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.
  18. Submitted to the marketplace. You now have to wait for IPS to review and approve the submission.
  19. Probably there’s a record of this app in your core_applications table.
  20. Fix submitted to the marketplace. You now have to wait for IPS to review and approve the submission.
  21. I'm not aware of a workaround for this.
  22. The button to add a link won’t show up if links are moderated. See: This was a reply sent to @Bluto via Ticket System. It seems IOS didn’t change it.
×
×
  • Create New...