Jump to content

Adriano Faria

Clients
  • Posts

    31,593
  • Joined

  • Days Won

    473

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. It doesn't appear beside its name in ACP -> Applications a link to update it? If it doesn't, click in CHECK FOR UPDATES button. If it still doesn't let you update, then it's up to IPS indeed. It's not a resource issue.
  2. Did you renew the purchase? After renew and update your install, simply uninstall it or keep using it.
  3. Do you have Downloads app installed? If you don’t, you shouldn’t be using this: You downloaded it today earlier. Uninstall it.
  4. 1.0.0 Alpha 1 has just been released and is available for those who wanted to test.
  5. You can probably renew from here: https://invisioncommunity.com/clients/purchases/
  6. You just need to renew the purchase and upload the new version then you can keep using it or uninstall it.
  7. You are using a hard-coded column name: /** * Get the database column which stores the topic ID * * @return string */ public static function topicIdColumn() { return 'topicid'; } Can't you use a mapped column from the model to avoid changing files and templates? That happens in apps that uses topics released before the trait.
  8. Errors will mostly happen when you’re using a dev environment so any resource can be tested or updated.
  9. It’s been like that for a year now or so. Basic support starts in the forums and they can move it to a ticket if they judge is necessary.
  10. For now you would need to edit the template to add your own class and then add the class in custom.css. I’ll add the class in next version.
  11. You are right. He forgot to add the .br at the end of the email address. Thank you. Form submitted again:
  12. I’ll ask to send again. So the contact us form is the only way now?
  13. Hello, Where is the best place for a client (with a license expired) to ask to remove a couple of apps (Gallery and Commerce) from their license so they can renew only Core and Forums? He sent an email on Saturday to Accounts and Billings via Contact Us form. Posting this on his behalf, by request, as there is no forum for a member post and no reply to the email so far. Thank you.
  14. Did something change at all regarding the 0 (zero) value in this version? Although it shows in the table definition: I don't see it when I see the column definition: The field seems ok: $return['posts'] = new \IPS\Helpers\Form\Number( 'sas_app_restriction_posts', $item ? $item->restriction_posts : 0, FALSE, array( 'min' => 0, 'unlimited' => 0, 'unlimitedLang' => 'no_restriction' ), NULL, NULL, NULL ); Saving: if( isset( $values['sas_app_restriction_posts'] ) ) { $this->restriction_posts = $values['sas_app_restriction_posts']; } I have several columns throwing errors when saving the default value, which is 0: As you can see, it is trying to save '' instead of 0. Feel free to split my post into a new topic if you think it's necessary. Thank you.
  15. Forums are ordered in ACP by dragging and dropping them. The setting pointed is for the topics inside the forums.
  16. Members will be moved when they login. It isn’t automatic.
  17. The new version is pending approval.
  18. Ok. I'm not asking anything. You are asking me to change the whole messenger CSS to fit something that won't fit there. So I said it's better you add in your own CSS: I'll add the suitcase there. That's all.
  19. Add whatever you want to your custom.css.
  20. Which font size? No, as I said I can add the suitcase. That's all.
  21. I don't think there is enough space for it: I can probably add the suitcase before the name.
  22. Example: /applications/core/data/versions.json This file will contain all versions from that app. The latest one is the version in use. All apps must have this file.
  23. I don’t think so. UCC returns only the total unread content and it is cached. To remove the ignored topics from there would have to get the items, not only the count, and then subtract the ignored… in the end, queries will have to be added in every single page. Not a good idea. Won’t do that.
  24. Nice, thanks. I just want to confirm with someone from IPS because this is related to a custom job and the user hopes people were moved right away. Thanks, @Randy Calvert 👍
×
×
  • Create New...