Jump to content

Adriano Faria

Clients
  • Posts

    31,868
  • 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. Yes, users can select which user group (primary or secondary, depending on your setting) they will belong to.
  2. This one is weird. The first email is sent. When you try to send again, the error occours. Still on it, @AlexJ and @Edward Shephard
  3. Not currently. If you want to sort by title, change in your install. Open applications\cannedreplies\sources\Replies\Replies.php and find: foreach( \IPS\Db::i()->select( '*', 'cannedreplies_replies', array( 'cr_mid=?', \IPS\Member::loggedIn()->member_id ) ) as $row ) Change to: foreach( \IPS\Db::i()->select( '*', 'cannedreplies_replies', array( 'cr_mid=?', \IPS\Member::loggedIn()->member_id ), 'cr_title ASC' ) as $row ) And find: foreach( \IPS\Db::i()->select( '*', 'cannedreplies_replies', array( 'cr_mid!=? AND cr_type=?', \IPS\Member::loggedIn()->member_id, 1 ) ) as $row ) Change to: foreach( \IPS\Db::i()->select( '*', 'cannedreplies_replies', array( 'cr_mid!=? AND cr_type=?', \IPS\Member::loggedIn()->member_id, 1 ), 'cr_title ASC' ) as $row ) I'll change it in next version. No.
  4. Sorry, forgot that. Will take a look tomorrow.
  5. What's New in Version 1.0.2: Fixed edit canned reply on ACP, which was changing the author to the logged in member. @DSyste
  6. Ah sim, então está mudando o autor da resposta automática? Vou testar.
  7. I just tested it, supposing it is a reply in private message, and the author isn't changed when an admin edits the reply: Is this what you mean?
  8. What is a private response? There’s nothing on it that changes the ownership of replies, as far as I remember. I’ll have to check, once I know what it is. 😉
  9. What's New in Version 1.0.3: Added option to choose to display forums from specific clubs
  10. Have you tried to run the support tool? This plugins uses data store, so it will be rebuilt when running support tool.
  11. Next week probably.
  12. They can't be purchased at the moment. Try again in a few days.
  13. I'll take a look for a further version.
  14. Sorry @Joel R, made the wrong test by going to the wrong profile. (gone to the new member profile, when I should have gone to the profile he follows). All is working fine: https://www.screencast.com/t/UIMEMAw5bII6 If you use any kind of validation, members will be followed only after the account is validated. If you are having issues with social network accounts, I can't say for sure (because I don't use them on my board), but they should work too, as this resources users MemberSync.
  15. Will take a look, @Edward Shephard
  16. I can confirm not following members. Will take a look.
  17. I will take in consideration for a revamp in 4.4 probably. But you are totally wrong when you say your idea isn’t a rewrite. What you post above will simply ignore everything the app makes today and, beyond add a new type of quiz, will introduce a brand new way of “calculate” the score. This is the most big rewrite idea so far. ?
  18. It works: Warned member view:
  19. It seems so, as i don’t see any support request from the user in the previous post or from the other clients. Post in this topic if you find any issue.
  20. Works fine to me: Provide ACP access so I can try to see what's happening there.
  21. Ok, I’ll make some tests tomorrow in the morning.
  22. Then I won’t take a look. It’s a core thing. I mean, probably a workaround can be applied somewhere but I rather do it properly following IPS pattern. I’d suggest you create a topic in Feedback forum.
  23. I need to see if I can make a workaround. I’ll let you know tomorrow.
  24. That’s not how it works. I can only sort by one column and it is rating. Number of ratings do not count here. Same happens in Downloads, etc.
  25. It's working as expected to me: ordered by question ID: Send ACP credentials if you want me to take a look in your install.
×
×
  • Create New...