Jump to content

iAwards


Recommended Posts

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?

Link to comment
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)

 

Link to comment
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

Link to comment
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 by Volstate
Link to comment

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 by Oren Arizoni
update
Link to comment
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.

Link to comment

Recently purchased this. Three questions:

  1. 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?
  2. 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?
  3. Is there a way to change the order of awards as seen on the user pane display, the hovercard, and profile?

Thanks.

Link to comment

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

Link to comment

@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?

Link to comment

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}

Link to comment
On 1/19/2017 at 0:46 PM, Adriano Faria said:

 

Now I'm able to post screenshots:

Capturar.png

Steps to follow:

  1. 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)
  2. Do a FRESH install of the iAwards app
  3. After installed, go to Admin CP -> Awards -> Upgrade -> HQ Awards.
  4. Follow the instructions that will appear to you.

 

70a182faa7eb46819342ed92b0f9080c.png

 

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?

Link to comment

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)

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...