Jump to content

Adriano Faria

Clients
  • Posts

    31,875
  • Joined

  • Days Won

    476

 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. If it says that, it means that you don't have its tables on your DB, so you can't use its data.
  2. Ok, tks.
  3. Do it by editing a php is easy. I'm not sure it is "hookable". Again: That's not a "table" to make joins. It is created like that in the model: /* Sort */ $sortOptions = array(); foreach ( array( 'updated', 'title', 'num_comments', 'date', 'views', 'rating_average' ) as $k ) { if ( isset( $class::$databaseColumnMap[ $k ] ) ) { $sortOptions[ $class::$databaseColumnMap[ $k ] ] = 'sort_' . $k; } } $form->add( new \IPS\Helpers\Form\Select( 'widget_feed_sort_on', isset( $this->configuration['widget_feed_sort_on'] ) ? $this->configuration['widget_feed_sort_on'] : $class::$databaseColumnMap['updated'], FALSE, array( 'options' => $sortOptions ) ), NULL, NULL, NULL, 'widget_feed_sort_on' ); So I'm not sure I can do this. Will take a look.
  4. Edited my post. Anyway, you mean a new option here? I can certainly add new fields, like I already did in other apps but I'm not sure I can add an option there. Will take a look when I start to work in another version. That's not a "table" to make joins. It is created like that in the model: /* Sort */ $sortOptions = array(); foreach ( array( 'updated', 'title', 'num_comments', 'date', 'views', 'rating_average' ) as $k ) { if ( isset( $class::$databaseColumnMap[ $k ] ) ) { $sortOptions[ $class::$databaseColumnMap[ $k ] ] = 'sort_' . $k; } } $form->add( new \IPS\Helpers\Form\Select( 'widget_feed_sort_on', isset( $this->configuration['widget_feed_sort_on'] ) ? $this->configuration['widget_feed_sort_on'] : $class::$databaseColumnMap['updated'], FALSE, array( 'options' => $sortOptions ) ), NULL, NULL, NULL, 'widget_feed_sort_on' ); So I'm not sure I can do this. Will take a look.
  5. Ok, next version.
  6. No. It is supposed to be a staff tool. Outgoing email addres. The personal email from the user is attached in the message, so he can reply to the right user.
  7. About This File Will allow users from specific groups to send an email to other users directly on their profiles. Settings: Groups allowed to send email in profiles
  8. Sorry, forgot that one. Will take a look.
  9. Don't worth it, sorry. This plugin has only 3 purchases.
  10. What's New in Version 5.0.6: New Feature: Added setting to display links from same category when you're browing a link. It will display 30 random links from same category. Fix: Fixed the incompatibility with Member's Country and Custom Username Icon plugins
  11. Also fixed the incompatibility with Member's Country and Custom Username Icon plugins:
  12. Can't reproduce this. See: I have added, for this test, 51 links, so it has to display 2 pages: - Page 1: - Page 2: Done: - New setting: Link view: It will display 30 random links from the same category.
  13. I can do that. Not sure. Will take a look and fix it, if that's the case.
  14. Fixed in next version. It seems aligned to me on desktop: or on mobile: It doesn't appear like that to you? --------------------------------------------- Regarding suggestions, I appreciate. I won't discuss item by item because I don't want to compromise with none it but I will certainly take some into consideration for the forthcoming versions.
  15. It will depend on your settings:
  16. Let me know via Tracker if still happens.
  17. Send a PM. I'll check it.
  18. Like that I've made on Classifieds or this I've made to Downloads https://invisionpower.com/files/file/8033-other-files-from-file-submitter/ ?
  19. It happened to me this week in a resource I was working and was caused by a "bad" link. Where it happens with you? Which app/plugin?
  20. What's New in Version 1.1.0: - New Feature: A new type of quiz is now available: Study Mode. This mode has no time challenge and no score, so users will may take the time they need in each question. There will be a button to display the explanation about the correct answer. A new field (type of quizzes) was added in every category, so admins can choose types of quizzes per category. Admin can use more than type per category. User will choose the type when creating the quiz on quiz post screen. There will be quiz converter (convert from Graded to Study or vice-versa) on quiz view. - Fixes: Fixed sorting quizzes on category view Fixed maximum questions per quiz Fixed incompatibility with Members Country and Custom Username Icon plugins.
  21. https://invisionpower.com/forums/topic/425519-iawards/?do=findComment&comment=2674708
  22. No. If you want time and score, you need to create a GRADED quiz. STUDY quiz won't have it.
  23. Article from Pages? No. Next version will have a new type of quiz: study mode. This mode has no time challenge and no score, so users will may take the time they need in each question. There will be a button to display the explanation about the correct answer. See it in action: You can paste the content of your article in this field on Manage Questions & Answers. I will release it later this week.
  24. Got it. Will take a look asap.
  25. Ok, let me know. I'm about to release a new version so if it has a problem, need to sort it before.
×
×
  • Create New...