Jump to content

Adriano Faria

Clients
  • Posts

    31,596
  • 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. This happens since 4.0.0. I already reported it long time ago, twice if I recall. Bfarber said at the time that it was WAI. So I couldn’t bother anymore. When someone says it happens in my resources, I point places in official apps that the user can reproduce than it’s up to the user to report it or not.
  2. I requested to disable purchases and renewals. I’m not sure I will keep supporting these resources in IPS5 so better disallow purchases one year or so before IPS5.
  3. 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.
  4. Did you renew the purchase? After renew and update your install, simply uninstall it or keep using it.
  5. Do you have Downloads app installed? If you don’t, you shouldn’t be using this: You downloaded it today earlier. Uninstall it.
  6. 1.0.0 Alpha 1 has just been released and is available for those who wanted to test.
  7. You can probably renew from here: https://invisioncommunity.com/clients/purchases/
  8. You just need to renew the purchase and upload the new version then you can keep using it or uninstall it.
  9. 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.
  10. Errors will mostly happen when you’re using a dev environment so any resource can be tested or updated.
  11. 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.
  12. 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.
  13. You are right. He forgot to add the .br at the end of the email address. Thank you. Form submitted again:
  14. I’ll ask to send again. So the contact us form is the only way now?
  15. 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.
  16. 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.
  17. Forums are ordered in ACP by dragging and dropping them. The setting pointed is for the topics inside the forums.
  18. Members will be moved when they login. It isn’t automatic.
  19. The new version is pending approval.
  20. 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.
  21. Add whatever you want to your custom.css.
  22. Which font size? No, as I said I can add the suitcase. That's all.
  23. I don't think there is enough space for it: I can probably add the suitcase before the name.
×
×
  • Create New...