Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Adriano Faria Posted February 12, 2017 Posted February 12, 2017 13 hours ago, MadMcardle said: This error when awarding a limited edition medal that is still open: Exception: Sorry to be able to award you must disable the limited edition still available option. (0) Not sure why throwing an exception. It show display the regular error message. Will change that. Anyway, the error is there and it is predicted. Do what it says: disable the limited edition. 13 hours ago, MadMcardle said: Also get four 1's on front of any award name on mobile, for example 1111Team Award I can confirm this. 44 minutes ago, Oren Arizoni said: We are Using iAwards with the Automation Rules, and we are running into this issue: Every time an automatic rule is implemented and an award is given to a member the reason shows " No reason provided. ". however if we manually giving the awards the reason shows. Any idea what might be causing this? Not the right person to support Rules, sorry. But anyway, is it working and showing "No reason provided." or isn't working at all?
Guest Posted February 12, 2017 Posted February 12, 2017 1 hour ago, Adriano Faria said: Not sure why throwing an exception. It show display the regular error message. Will change that. Anyway, the error is there and it is predicted. Do what it says: disable the limited edition. I can confirm this. Not the right person to support Rules, sorry. But anyway, is it working and showing "No reason provided." or isn't working at all? it is working and showing "No reason provided".... (thanks for trying to help)
Guest Posted February 12, 2017 Posted February 12, 2017 btw: is there a way to disable all "reasons" for giving an award?
Guest Posted February 14, 2017 Posted February 14, 2017 On 2/12/2017 at 2:41 PM, Oren Arizoni said: Hi, We are Using iAwards with the Automation Rules, and we are running into this issue: Every time an automatic rule is implemented and an award is given to a member the reason shows " No reason provided. ". however if we manually giving the awards the reason shows. Any idea what might be causing this? Thanks Hi, been asking rules automation about this, can you check if this is the case? "There may have been an update to the iAwards app that was not accounted for in their rules extension? " thanks
Lucas James Posted February 15, 2017 Posted February 15, 2017 is there any options or means to award a whole group?
Volstate Posted February 15, 2017 Posted February 15, 2017 I'm still getting multiple errors when I try to give an award or set permissions. Is this being worked on or do I need to post the error messages? I'd just REALLY like this app to work..
Adriano Faria Posted February 15, 2017 Posted February 15, 2017 7 hours ago, Lucas James said: is there any options or means to award a whole group? No. 7 hours ago, Volstate said: I'm still getting multiple errors when I try to give an award or set permissions. Is this being worked on or do I need to post the error messages? I'd just REALLY like this app to work.. Which errors?
Volstate Posted February 16, 2017 Posted February 16, 2017 (edited) 16 hours ago, Adriano Faria said: No. Which errors? Here's one i receive when trying to set permissions for groups... OutOfRangeException: (0) #0 /home/public_html/applications/core/modules/admin/members/groups.php(324): IPS\Patterns\_ActiveRecord::load(19) #1 [internal function]: IPS\core\modules\admin\members\_groups->permissions() #2 /home//public_html/system/Dispatcher/Controller.php(85): call_user_func(Array) #3 /home//public_html/applications/core/modules/admin/members/groups.php(35): IPS\Dispatcher\_Controller->execute() #4 /home//public_html/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\admin\members\_groups->execute() #5 /home//public_html/admin/index.php(14): IPS\_Dispatcher->run() #6 {main} Edited February 16, 2017 by Volstate
Guest Posted February 16, 2017 Posted February 16, 2017 (edited) Hi, Sorry for the re-post but have some clarifications about the issue. We are having problems with the "reason" field, we filled in a reason for each award and when we give users awards the reason text wont show. We are now using only iAwards without the Automation Rules, but still same problem. Can you pleas help? Thanks Edited February 16, 2017 by Oren Arizoni update
GrooveOnBeat Posted February 18, 2017 Posted February 18, 2017 On 2/12/2017 at 5:16 AM, Oren Arizoni said: btw: is there a way to disable all "reasons" for giving an award? Not in the settings (when creating or editing an award). However when you give an award you can omit the reason. Reasons all together should be an enable/disable option in ACP. Or it should just be left as an option, and not a required field, as it is required when removing an award.
Brian Peterson Posted February 21, 2017 Posted February 21, 2017 Recently purchased this. Three questions: Is there a way to setup superseding of an award? For example for doing something once you receive a basic award. For doing it 10 times you get an award that supersedes the previous single award? Is there a way to specify which awards show where? For example choosing two awards to show on the user Pane Display, while the rest all show on the hovercard and profile? Is there a way to change the order of awards as seen on the user pane display, the hovercard, and profile? Thanks.
Guest Posted February 23, 2017 Posted February 23, 2017 Hi, we're using iAwards with Automation Rules, run into the issue quoted below, i've talked to Automation Rules developer he said the following: On 2/21/2017 at 10:12 AM, Samuel said: another issue is that after a user sign up to the site and validate his account via email he gets the notification from himself...+ under the award in his profile we see message "no reason provided", can you check that too? This is a bug with the awards application. The notification you are referring to is the awards notification, and it uses the currently logged in member as the award giver even though another giver is provided to it by rules. The iAwards app maintainer needs to fix that in the iAwards app. please advise thanks
MGeek Posted February 26, 2017 Posted February 26, 2017 @Adriano Faria template Rows {{$size = explode( 'x', settings.award_settings_front_size );}} {{foreach $awards as $award}} {{if $award['award_enabled'] }} <li class="ipsDataItem "> <div class="ipsResponsive_showPhone ipsResponsive_block"> <div class='ipsColumns ipsColumns_bothSpacing ipsColumns_halfSpacing'> <div class='ipsColumn ipsColumn_fluid ipsType_center'> <img src="{file="$award['award_icon']" extension="awards_Awards"}" style="width:{$size[0]}px; height: {$size[1]}px;"> <br> <a href="{url="app=awards&module=awards&controller=awards&do=awarded&id={$award['award_id']}"}" data-ipsDialog data-ipsDialog-size='medium' data-ipsDialog-modal='true' data-ipsDialog-title='{lang="award_awarded_awarded" sprintf="$award['award_title']"}'> <span class='right'>1111</span> <h2 class="ipsType_sectionHead ipsCursor_pointer">{$award['award_title']|raw}</h2> </a> </div> </div> <div class='ipsColumns ipsColumns_bothSpacing ipsColumns_halfSpacing'> <div class='ipsColumn ipsColumn_fluid ipsType_left'> <hr class="awardsHr"> {$award['award_desc']|raw} </div> </div> </div> <div class="ipsResponsive_showTablet ipsResponsive_block"> <div class='ipsColumns ipsColumns_bothSpacing ipsColumns_halfSpacing'> <div class='ipsColumn {{if $size[0] > 40}}ipsColumn_narrow{{else}}ipsColumn_narrow{{endif}} ipsType_center'> <img src="{file="$award['award_icon']" extension="awards_Awards"}" style="width:{$size[0]}px; height: {$size[1]}px;"> </div> <div class='ipsColumn ipsColumn_fluid ipsType_left' style="width: 80%;"> <span class='right'>222</span> <h2 class="ipsType_sectionHead ipsCursor_pointer" style="cursor: default;">{$award['award_title']|raw}</h2> <hr class="awardsHr"> {$award['award_desc']|raw} </div> <div class='ipsColumn ipsColumn_veryNarrow ipsDataItem_stats ipsDataItem_statsLarge ipsType_center' style="text-align: center;"> <dl> <dt class="ipsDataItem_stats_number"><a href="{url="app=awards&module=awards&controller=awards&do=awarded&id={$award['award_id']}"}" data-ipsDialog data-ipsDialog-size='medium' data-ipsDialog-modal='true' data-ipsDialog-title='{lang="award_awarded_awarded" sprintf="$award['award_title']"}'>{number="$award['award_count']"}</a></dt> <dd class="ipsDataItem_stats_type ipsType_light"><br>{lang="award_awarded"}</dd> </dl> </div> </div> </div> <div class="ipsResponsive_showDesktop ipsResponsive_block ipsPad_half"> <div class='ipsColumns ipsColumns_bothSpacing ipsColumns_halfSpacing'> <div class='ipsColumn {{if $size[0] > 40}}ipsColumn_narrow{{else}}ipsColumn_narrow{{endif}} ipsType_center'> <img src="{file="$award['award_icon']" extension="awards_Awards"}" style="width:{$size[0]}px; height: {$size[1]}px;"> </div> <div class='ipsColumn ipsColumn_fluid ipsType_left'> {{$awardLoad = \IPS\awards\Awards::load( $award['award_id'] );}} {{if $awardLoad->can('add' )}} <span class='ipsPos_right'> <a class='ipsButton ipsButton_veryVerySmall ipsButton_light' href="{url="app=awards&module=awards&controller=ajaxcreate&do=newAward&catid={$awardLoad->cat_id}&awid={$award['award_id']}" seoTemplate="awards_new"}" data-ipsDialog data-ipsDialog-title='{lang="new_award"}'>{lang="new_award"}</a> </span> {{endif}} <h2 class="ipsType_sectionHead ipsCursor_pointer">{$award['award_title']|raw}</h2> <hr class="awardsHr"> {$award['award_desc']|raw} {{if $award['award_obtainable_enabled']}} {{if $award['award_obtainable']}} <strong class='ipsOnlineStatus ipsOnlineStatus_online'><i class='fa fa-circle'></i> {$award['award_obtainable_yes_message']|raw}</strong> {{else}} <strong class='ipsOnlineStatus ipsOnlineStatus_offline'><i class='fa fa-circle'></i> {$award['award_obtainable_no_message']|raw}</strong> {{endif}} {{endif}} </div> <div class='ipsColumn ipsColumn_narrow ipsDataItem_stats ipsDataItem_statsLarge ipsType_center'> <dt class="ipsDataItem_stats_number"><a href="{url="app=awards&module=awards&controller=awards&do=awarded&id={$award['award_id']}"}" data-ipsDialog data-ipsDialog-size='medium' data-ipsDialog-modal='true' data-ipsDialog-title='{lang="award_awarded_awarded" sprintf="$award['award_title']"}'>{number="$award['award_count']"}</a></dt> <dd class="ipsDataItem_stats_type ipsType_light">{lang="award_awarded"}</dd> </div> </div> </div> </li> {{endif}} {{endforeach}} What is it? <span class='right'>1111</span> <span class='right'>222</span> How to get rid of these numbers when you view the awards in the mobile and tablet version?
Adriano Faria Posted February 26, 2017 Posted February 26, 2017 Just delete those spans. It was a test. Forgot to remove them. Fixed in next version.
MGeek Posted February 26, 2017 Posted February 26, 2017 14 minutes ago, Adriano Faria said: Just delete those spans. It was a test. Forgot to remove them. Fixed in next version. I deleted but they still appear in front of the name of awards in the mobile and tablet version
Adriano Faria Posted February 26, 2017 Posted February 26, 2017 Sorry, I'm on a mobile device, saturday night. Will take a look when I'm able tomorrow or monday. MGeek 1
MGeek Posted February 26, 2017 Posted February 26, 2017 1 minute ago, Adriano Faria said: Sorry, I'm on a mobile device, saturday night. Will take a look when I'm able tomorrow or monday. Thank you! I'll be waiting!
MGeek Posted February 26, 2017 Posted February 26, 2017 @Adriano Faria Sorry! Confused about the styles. Removed in need and the numbers disappeared Adriano Faria 1
ResPecT My Authoritah Posted March 1, 2017 Posted March 1, 2017 what is this error? SELECT perm_type_id FROM `core_permission_index` WHERE core_permission_index.app='awards' AND core_permission_index.perm_type='awards' AND (( FIND_IN_SET(2,perm_) ) OR perm_='*' ) IPS\Db\Exception: Unknown column 'perm_' in 'where clause' (1054) #0 /ssd/moe/public_html/system/Db/Select.php(356): IPS\_Db->preparedQuery('/*IPS\\Content\\_...', Array, true) #1 /ssd/moe/public_html/system/Db/Select.php(418): IPS\Db\_Select->runQuery() #2 /ssd/moe/public_html/system/Content/Item.php(2411): IPS\Db\_Select->rewind() #3 /ssd/moe/public_html/system/Helpers/Table/Content.php(272): IPS\Content\_Item::getItemsWithPermission(Array, 'awarded_date de...', NULL, 'read', false, 0, Object(IPS\Member), false, false, false, true, Array, false, true, true, true, false) #4 /ssd/moe/public_html/system/Helpers/Table/Table.php(466): IPS\Helpers\Table\_Content->getRows(Array) #5 /ssd/moe/public_html/applications/core/modules/front/members/profile.php(503): IPS\Helpers\Table\_Table->__toString() #6 [internal function]: IPS\core\modules\front\members\_profile->content() #7 /ssd/moe/public_html/system/Dispatcher/Controller.php(85): call_user_func(Array) #8 /ssd/moe/public_html/applications/core/modules/front/members/profile.php(65): IPS\Dispatcher\_Controller->execute() #9 /ssd/moe/public_html/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\front\members\_profile->execute() #10 /ssd/moe/public_html/index.php(13): IPS\_Dispatcher->run() #11 {main}
Adriano Faria Posted March 1, 2017 Posted March 1, 2017 3 hours ago, ResPecT My Authoritah said: what is this error? https://invisionpower.com/forums/topic/425519-iawards/?do=findComment&comment=2674708
#ESY Posted March 7, 2017 Posted March 7, 2017 On 1/19/2017 at 0:46 PM, Adriano Faria said: Now I'm able to post screenshots: Steps to follow: Buy the iAwards on Marketplace (you don't show as a buyer of this app, unless you have bought it in someone else's name) Do a FRESH install of the iAwards app After installed, go to Admin CP -> Awards -> Upgrade -> HQ Awards. Follow the instructions that will appear to you. What instructions should I see? When I click HQ awards, it says that HQ Awards is not installed. Do I have to install anything else, besides iAwards?
Adriano Faria Posted March 7, 2017 Posted March 7, 2017 Just now, Brehuescu Alexandru said: What instructions should I see? When I click HQ awards, it says that HQ Awards is not installed. Do I have to install anything else, besides iAwards? If it says that, it means that you don't have its tables on your DB, so you can't use its data. #ESY 1
Adriano Faria Posted March 7, 2017 Posted March 7, 2017 I'm not sure what you want me to do. If you click in the link and say that you don't have the tables, then you can't use the old data. There's nothing I can do. Or you.
#ESY Posted March 7, 2017 Posted March 7, 2017 Oh, ok. And one more thing, about the limited edition awards. I can't award anyone a limited edition award unless I disable it. Can I do anything in order to solve this? (besides disabling the "Limited Edition" option)
Recommended Posts