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. Not this one, since Moderator CP is accessible only by moderators but I have another resource where your members can add/remove groups to Secondary Groups:
  2. What's New in Version 1.0.1: Added IP Address of the downloader to the file reports.
  3. Try in default theme to amke sure it isn’t a issue in your custom theme. I got this working right now in 4.2.8:
  4. No, not currently.
  5. What's New in Version 1.2.8: Enhancement: Added new setting to allow store the score when the user is allowed to play the quiz more than once Fix: Display the button/page to view questions & answers only when the user is allowed to play the quiz only once
  6. Ah ok, I was talking about the QUIZ RESULTS, after play. This is a bug. Give a few minutes and I'll fix + add the setting.
  7. Open applications\quizzes\modules\front\quizzes\view.php and find: if( $this->quiz->type == 'gradeone' AND !$this->quiz->iPlayed() ) { $this->quiz->saveGame( $score, $time ); } Change to: if( $this->quiz->type == 'gradeone' ) { $this->quiz->saveGame( $score, $time ); }
  8. Yes, results screen shows the right answers just like any other known quiz in the world. Anyway, there’s a setting to not show right answers. Disable it in your install. OBVIOUSLY only the first play is recorded in the leaderboard so he can play thousands of times, their score won’t change. It was very requested on my support board and here in this topic so that won’t change for now. I can add a setting in 4.3 version to keep recording then you simply doesn’t show results. I can send you a PM with some edit to allow keep recording then you just not show the right answers (setting). Let me know if you’re interested.
  9. Create GIVEAWAY only. People won't be required to pay to participate. It's a per-category setting:
  10. There's a notice for this in the file description: Create GIVEAWAY only. People won't be required to pay to participate.
  11. What's New in Version 1.1.6: It now checks the forum setting to increment content count This and other enhancements will come in a new version when IPS 4.3 is out.
  12. What's New in Version 2.0.4: Fix the option NO TIME LIMIT.
  13. Sent you a PM.
  14. I see, NO TIME LIMIT isn't working. Will fix it. No, it counts OPEN topics as described on its description: Query: $topics = \IPS\Db::i()->select( 'count(*)', 'forums_topics', array( "starter_id=? AND forum_id=? AND start_date>? AND state=?", \IPS\Member::loggedIn()->member_id, $container->id, $unit, 'open' ) )->first(); You can see the state = 'open'
  15. Oops. If it’s doing, it’s a bug. I’ll test it and fix it tomorrow, if it’s happening.
  16. If you selected a topic to be created, then yes, it will increase content count.
  17. @PPlanet, this is not a content item. This is not supposed to increase content count. If it were, it would be solicit in the file description. It works like default CONTACT US form; it doesn’t increase content count Extra field will be enhanced in 4.3.
  18. I configured it to 50. I have only 37 records. You can use 1000 if you want.
  19. What's New in Version 1.0.3: Fix number of items to display in ajax tabs (hardcoded to 20) Example listing 37 records:
  20. It's hardcoded to show up to 20, not sure why. Can you test with 20 or 19 to see if it works? I'll release a fix after your reply. /* How many? */ $limit = intval( ( isset( \IPS\Request::i()->limit ) and \IPS\Request::i()->limit < 20 ) ? \IPS\Request::i()->limit : 5 );
  21. No. First tab needs to be static. The other are ajaxed loaded.
  22. What's New in Version 1.2.1: Added ability to add groups to the secondary groups
  23. I’m planning some changes to this app for 4.3. Will give some thought in the proper time.
  24. Because I don’t reply to suggestions. I don’t like to make empty promises. So I don’t reply and simply add or don’t add them, according to my plans to the resource. That’s all.
  25. Doesn't make sense since their score can't be stored.
×
×
  • Create New...