Jump to content

Adriano Faria

Clients
  • Posts

    31,875
  • 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. Taman, I don't have your resource and you don't have mine. It's easy enough for both of us to say that "it's not my problem" since mine works without yours and yours works without mine. So if you have interest in solve the issue for the user, regardless the topic he's asking support, let me know via PM. Tks.
  2. Uninstall the plugin and install it again. Works fine for me.
  3. What's New in Version 1.0.6: New Feature: Add the ability to reorder features in a club. See it in action:
  4. Tks, just edited the post.
  5. Sorry @Cyboman, I have no intention to add those things. Think better before you buy.
  6. I just added the age restriction and the setting to show the settings: - Age: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Setting to display Raffle/Giveaway settings:
  7. Tks. Actually, it was open only in development stage. Now it is locked for clients only. Email: honestly, no. I don't see any sense in restrict by something that the member can change. See: he goes to a raffle/giveaway, see this restriction, then he goes to his settings and enable this. He grants his participation and then he disable it again. Personal message: no, because this app uses the built-in notification system. I don't send any PM. User choose what he wants in the Notifications Settings. Custom Fields: not sure.... it can open a huge lack of things to validate, etc. Age: Ok, in a future version, althought the user, again, can enter any value he wants and then change after enter in the raffle. It's not secure. You can do that already: You can choose a specific payment gateway: I have no idea how Points Economy" works... if it adds a payment gateway, then you can use it. Not sure what you mean. No. In a future version, yes. No but I can add a settng for this. No. I can add a COPY option in the menu, so all you need is to set a new limit date/value. Oh yeah. Hope I answered all.
  8. I will send you a PM.
  9. Are you using 4.1 or 4.2 ? If you notice the change log, the main version is for IPS 4.2. If you want to use it on 4.1, then scroll down the screen and find the SEE CHANGELOG button. Click on it and then download the version 5.0.7.2:
  10. Open applications\quizzes\sources\Quiz\Quiz.php and find: /** * Save the Quiz (Leaderboard) */ public function saveGame( $score, $time ) { /* Save the Quiz results in the Leaderboard. Only the first attempt will be recorded */ if( \IPS\Db::i()->select( 'COUNT(*) as count', 'quizzes_leaders', array( 'q_lquiz_id=? AND q_lmid=?', $this->id, \IPS\Member::loggedIn()->member_id ) )->first() == 0 ) { $toInsert = array( 'q_lquiz_id' => $this->id, 'q_lmid' => \IPS\Member::loggedIn()->member_id, 'q_lscore' => $score, 'q_ldate' => time(), 'q_lipaddress' => \IPS\Request::i()->ipAddress(), 'q_ltime' => $time ); \IPS\Db::i()->insert( 'quizzes_leaders', $toInsert, TRUE ); } } Change to: /** * Save the Quiz (Leaderboard) */ public function saveGame( $score, $time ) { /* Save the Quiz results in the Leaderboard. Only the first attempt will be recorded */ if( \IPS\Db::i()->select( 'COUNT(*) as count', 'quizzes_leaders', array( 'q_lquiz_id=? AND q_lmid=?', $this->id, \IPS\Member::loggedIn()->member_id ) )->first() == 0 ) { $toInsert = array( 'q_lquiz_id' => $this->id, 'q_lmid' => \IPS\Member::loggedIn()->member_id, 'q_lscore' => $score, 'q_ldate' => time(), 'q_lipaddress' => \IPS\Request::i()->ipAddress(), 'q_ltime' => $time ); \IPS\Db::i()->insert( 'quizzes_leaders', $toInsert, TRUE ); } else { $toUpdate = array( 'q_lscore' => $score, 'q_ldate' => time(), 'q_lipaddress' => \IPS\Request::i()->ipAddress(), 'q_ltime' => $time ); \IPS\Db::i()->update( 'quizzes_leaders', $toUpdate, array( 'q_lquiz_id=? AND q_lmid=?', $this->id, \IPS\Member::loggedIn()->member_id ) ); } } This will add a new record if the user hasn't played yet and will update that record if already played. I probably will add it as a setting in the next version.
  11. Ok. I'll show you as soon as I reach my PC again. Mobile device now.
  12. I'm not being. You showed your point of view, I showed you mine. So far, it is a change that matters only to you and will change the whole LEADERBOAD for others 68 purchases. This is NOT something I can do based only in one feedback, so if you want to make it in your install, that's fine; I'll show you how.
  13. You need to understand that this is not custom app; I'm not sure the others 68 purchases will want me to change that because of your users. Again: everyone must NOT use it so? Sorry, that won't change. Let me know if you want to edit the file in your install.
  14. So everyone will have 100% at some point. Is that what you want? If I play and get 10%, I'll play again and take note of the right answers.. then I'll get 100%. Where's the sense in that?
  15. @xtech, just a correction here: it will store only the first attempt; not the highest. It doesn't make sense to keep storing several attempts until the user gets a higher score, so only the first is stored.
  16. If you allow play more than once, it will preserve the highest score for the member. A post is created in the topic everytime the quiz is completed.
  17. What's New in Version 1.0.5: New Features: Add the ability to create QUESTIONS FORUMS when creating a feature from Forums app.
  18. Works fine for me in Edge, Chrome and Firefox: It is something related to your theme.
  19. What's New in Version 1.0.4: New Feature: Convert forums or apps categories into Club Features with a single click, so you don't need to move a bunch of items (topics, images, files, events, etc) - Admin CP feature. New option in all nodes on ACP: See it in action:
  20. Hi there. Yes, that's why I posted here to people join and make suggestions. The app is basically simple yet, with post screen, index, cats, etc. We are discussing features in the dev board right now. But yes, user will have a location field and it is broken into country, region and city to be used on an internal search for jobs, with distance (miles or Km), etc. Info broken for search: I like the STATUS idea; will use it. Yes, a "mini" profile will be available with counts, etc.
  21. @Himadri Goswami, not a bug as I suspected:
  22. Too limited but it works. With an app you can receive payments, charge comission, fee, set up a expiration for the record, chrge for a renewal, etc., not just "list" a record. But yes, it's an alternative for those who can't afford for the app.
  23. PM sent.
×
×
  • Create New...