Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
January 19, 20169 yr Ahhhh cool. Great app guys, I beta tested it and it worked well on my forum. Can't wait to get the release version now.
January 19, 20169 yr Definitely worth it, as a beta tester it works as intended. The rules integration from @Kevin Carwile works wonders and the automation of awards a breeze - just need to understand rules better.
January 19, 20169 yr Great news @-RAW- and thank you for allowing me to be part of the Beta testing group. It is working well, all I need to do now, like @craigf136 is to understand more about the Rules application
January 19, 20169 yr Author 1 minute ago, Greg W said: Great news @-RAW- and thank you for allowing me to be part of the Beta testing group. It is working well, all I need to do now, like @craigf136 is to understand more about the Rules application Thank you guys for all the help & support.
January 19, 20169 yr 2 hours ago, -RAW- said: Amazing release mate, exactly what IPS needed. Hope to see some automatic Award features though: If post amount is more than X. If like/reputation amount is more than X. If member has been registered for longer than X. If member has more than X profile views. If member completed specific profile fields. If member uploaded header/profile picture. If member made a post in a specific section (Example, introductions). If member has more than X Amount of followers. Would the rules be able to do this? Example usage would be awesome! Love it. @Kevin Carwile ? Edited January 19, 20169 yr by Jimmy Gavekort
January 19, 20169 yr Author 4 minutes ago, Jimmy Gavekort said: Amazing release mate, exactly what IPS needed. Hope to see some automatic Award features though: If post amount is more than X. If like/reputation amount is more than X. If member has been registered for longer than X. If member has more than X profile views. If member completed specific profile fields. If member uploaded header/profile picture. If member made a post in a specific section (Example, introductions). If member has more than X Amount of followers. Would the rules be able to do this? Example usage would be awesome! Love it. @Kevin Carwile ? Hi Jimmy and thanks I am sure you can do this and more with Rules but you may wan't to ask Kevin just to make sure.
January 19, 20169 yr 1 minute ago, -RAW- said: Hi Jimmy and thanks I am sure you can do this and more with Rules but you may wan't to ask Kevin just to make sure. Yeah, if this is possible with hes plugin easily I'll purchase both.
January 19, 20169 yr All of that is very simple to do since iAwards works together with rules. It was very smart to include the integration. @-RAW-, If you get me a release copy of the app, I can set up a simple rule for each of those scenarios and you can then bundle them in with the app so users can hit the ground running.
January 19, 20169 yr Author 1 minute ago, Kevin Carwile said: All of that is very simple to do since iAwards works together with rules. It was very smart to include the integration. @-RAW-, If you get me a release copy of the app, I can set up a simple rule for each of those scenarios and you can then bundle them in with the app so users can hit the ground running. Sure i will pm you in a bit.
January 19, 20169 yr 17 minutes ago, Kevin Carwile said: All of that is very simple to do since iAwards works together with rules. It was very smart to include the integration. @-RAW-, If you get me a release copy of the app, I can set up a simple rule for each of those scenarios and you can then bundle them in with the app so users can hit the ground running. Great, mind quoting me once it's done.. I assume once that's done, this will be simple? Also, i for example had my forum running for some while. Are there any like 'cron' jobs to run and check each user for the requirements for each award, so basically if i set... profile views 100, get award.. then all with that will be awarded instantly? Edited January 19, 20169 yr by Jimmy Gavekort
January 19, 20169 yr It's relatively simple to implement automation using rules, on pinned topic check if user has award if not supply pinned award. If user reaches 100 posts award if user reaches 100 posts, 10 reputation points, has donor award supply award (insert award name). The different scenarios are endless.
January 19, 20169 yr Just now, craigf136 said: It's relatively simple to implement automation using rules, on pinned topic check if user has award if not supply pinned award. If user reaches 100 posts award if user reaches 100 posts, 10 reputation points, has donor award supply award (insert award name). The different scenarios are endless. You have it your self, any screenshots? Maybe I'm just too scared
January 19, 20169 yr I do but I'm on mobile just now and still to upgrade to release - I'm still running the last RC version. I'll post some screenshots once I'm on the PC.
January 19, 20169 yr Bought it now, a little confused regarding rules though.. A example set of rules for those conditions would be awesome! Edited January 19, 20169 yr by Jimmy Gavekort
January 19, 20169 yr "Small" issue using rules :http://i.imgur.com/EOW8xN1.gifv + http://i.imgur.com/pz9RP0P.gifv I basically have two rules/conditions, when I add a new one that error keeps appearing. I have the other condition to "last active" @Kevin Carwile is this a bug? or is this awards issue, happens when i edit your rules tho Edited January 19, 20169 yr by Jimmy Gavekort
January 19, 20169 yr @Jimmy Gavekort how many times can the award be given to the same person? If it's more than once, you need to remove the restriction from the award under options.
January 19, 20169 yr 6 minutes ago, NoGi said: @Jimmy Gavekort how many times can the award be given to the same person? If it's more than once, you need to remove the restriction from the award under options. its only once, i already got the award so i dont know why it keeps saying that i already have it.. when editing rules etc yeah this is very annoying bug, needs to be fixed Edited January 19, 20169 yr by Jimmy Gavekort
January 20, 20169 yr Can't believe I missed this @Raw but when awarding a medal from the front end, the ability to remove one should be available also. I'm going to automate this process but it would be useful, as certain medals are removed when the next tier of the medal is achieved.
January 20, 20169 yr @Jimmy Gavekort Active record created/updated is going to apply to nearly everything in the system. Its basically an event that fires everytime the database is updated. Probably not what you are shooting for. For example, the rule you are trying to create is an active record. So your rule is probably trying to award you for creating a rule (ironic). You should pick something more specific such as "any content is created or updated", and then add a condition to that rule to check that the "new" variable is true in the event to further limit your rule to just when content is created. @-RAW- That error is being generated by iawards, but I cant tell you why at the moment. Rules catches all thrown exceptions so something like that shouldnt happen. Did you add any code to your api methods that halts execution and sends error output instead of simply throwing an exception that can be caught? It seems like that is what is happening. I'll have a look at your source code this evening and see whats going on here.