Jump to content

iAwards


-RAW-

Recommended Posts

Posted
Just now, Brehuescu Alexandru said:

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)

Please, provide steps to reproduce and I'll take a look.

Posted (edited)
45 minutes ago, Adriano Faria said:

Please, provide steps to reproduce and I'll take a look.

  • Enable limited edition and still available on any award;
  • From the main page (not from the ACP), go to Create » Award and try to award anyone that specific award;
  • You will get the following error:
    • Exception: Sorry to be able to award you must disable the limited edition still available option. (0)
      #0 /...../public_html/forum/system/Dispatcher/Controller.php(96): IPS\awards\modules\front\awards\_ajaxcreate->manage()
      #1 /...../public_html/forum/applications/awards/modules/front/awards/ajaxcreate.php(21): IPS\Dispatcher\_Controller->execute()
      #2 /...../public_html/forum/system/Dispatcher/Dispatcher.php(129): IPS\awards\modules\front\awards\_ajaxcreate->execute()
      #3 /...../public_html/forum/index.php(13): IPS\_Dispatcher->run()
      #4 {main}

 

//

Now that I've written this message, I figured out that you need to set the award as "not available" in order to be able to give it to anyone. The settings are inverted.

Edited by Brehuescu Alexandru
Posted (edited)

This isn't installing well for me.

First it gets stuck on "Installing Application" then Internal Server Error. A refresh makes it start installing and finishes installation which makes me skeptical if everything was installed correctly.

I'm also upgrading from (HQ) jawards and I can't seem to find the option to award people inside the Create button.

Is anyone able to help?

Edited by David..
Posted

@-RAW-, the 4.1.19 upgrade to IPS "broke" iAwards displaying the awards beneath posts "centered." I had to add "float: left;" to a CSS file or they just stack up on top of each other vertically instead of lining up side by side (horizontally) and centered.

Posted
31 minutes ago, iacas said:

@-RAW-, the 4.1.19 upgrade to IPS "broke" iAwards displaying the awards beneath posts "centered." I had to add "float: left;" to a CSS file or they just stack up on top of each other vertically instead of lining up side by side (horizontally) and centered.

What CSS file? I have to do the same thing here and I don't know how to fix it.

Posted
19 minutes ago, Brehuescu Alexandru said:

What CSS file? I have to do the same thing here and I don't know how to fix it.

I just edited my custom.css file.

Posted

Same issue as the above folks (with the 4.1.19 update) but I'm using pane. I was unable to float those divs left properly, (not custom.css for me) and awards are still stacking vertically - so I had to turn awards off for now as some of my members have 40 awards and it makes our forums unusable. Any help or advice would be appreciated. Cheers!

Posted (edited)

good afternoon, ran the installer and got this error message:

anyone lend a hand here? 

edit, got the last one figure out, now it wont display the awards that were converted on their profiles or in their posts under their signatures.  It works if I add a new award, but not older ones from the conversion from PIN awards..

Edited by Legion of Honor
Posted (edited)

I got It. Yeah!

award.css has no effect at all.

Before Adriano fix this.

paste this code in your custom.css

fieldset.awards_fieldset {
    border: 1px solid #f0f0f0;
}

legend.awards_legend {
    padding: 0 0.5em;
}

.awards_dataOuter {
    width: 100%;
    margin: 0 auto;
}

.awards_data {
    display: inline-block;
    padding: 5px 6px;
}

.awards_dataHover {
    display: inline-block;
    padding: 5px 6px;
}

.awards_dataHover:first-child {
    padding: 5px 0;
    margin-left: -5px;
}

.awards_award_img {
    margin-top: 0px;
}

.awards_awardRow {
    width: 10%;
}

.awards_reasonRow {
    width: 90%;
}

.awards_awardsRow {
    width: 10%;
}

.awards_reasonsRow {
    width: 80%;
}

.awards_statsRow {
    width: 15%;
}

hr.awardsHr {
    margin: 5px 0 10px 0;
    height: 0;
    padding: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f0f0f0;
}

 

prev.thumb.jpg.2f1bc409cdee29e2d4f1d378c651390a.jpg

 

Edited by jcdesign
Posted

I have this and seems to be not working

/*******************************************************/
/************** Custom.css DARK iAwards******************/
/*******************************************************/
/** How iAwards showing in forum postbit and post area */
/*******************************************************/
fieldset.awards_fieldset {margin-top:8px;color:#F9F6ED;font-weight: bold;
 background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
border-color:darkgrey; border-width:5px;border-radius:5px;border-style:double; }
legend.awards_legend { padding: 0 0.5 em; }
.awards_dataOuter { width: 100%; margin: 0 auto; }
.awards_data { display: inline-block; padding: 4px 1px; }
.awards_dataHover { display: inline-block; padding: 4px 1px; }
.awards_dataHover:first-child { padding: 5px 0; margin-left: -5px; }
.awards_award_img { margin-top: 0px; }
.awards_awardRow { width: 10%; }
.awards_reasonRow { width: 90%; }
.awards_awardsRow { width: 10%; }
.awards_reasonsRow { width: 80%; }
.awards_statsRow { width: 15%; }
hr.awardsHr { margin: 5px 0 10px 0; height: 0; padding: 0; border-width: 1px 0 0 0; border-style: solid; border-color: #f0f0f0; }
/*=========================================================================*/

 

Posted
1 hour ago, jcdesign said:

I got It. Yeah!

award.css has no effect at all.

Before Adriano fix this.

paste this code in your custom.css


fieldset.awards_fieldset {
    border: 1px solid #f0f0f0;
}

legend.awards_legend {
    padding: 0 0.5em;
}

.awards_dataOuter {
    width: 100%;
    margin: 0 auto;
}

.awards_data {
    display: inline-block;
    padding: 5px 6px;
}

.awards_dataHover {
    display: inline-block;
    padding: 5px 6px;
}

.awards_dataHover:first-child {
    padding: 5px 0;
    margin-left: -5px;
}

.awards_award_img {
    margin-top: 0px;
}

.awards_awardRow {
    width: 10%;
}

.awards_reasonRow {
    width: 90%;
}

.awards_awardsRow {
    width: 10%;
}

.awards_reasonsRow {
    width: 80%;
}

.awards_statsRow {
    width: 15%;
}

hr.awardsHr {
    margin: 5px 0 10px 0;
    height: 0;
    padding: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f0f0f0;
}

 

prev.thumb.jpg.2f1bc409cdee29e2d4f1d378c651390a.jpg

 

Works perfectly, thank you!

Posted
2 hours ago, Adriano Faria said:

I didn't update my dev board yet to 4.1.19. I'll do it in the weekend. Not sure I must do it now. Do you test it?

Just tested it and it actually works. The one from @jcdesign.

How efficient it is compared to the original CSS by RAW, I don't know. But I've tested it on Chrome and works fine.

Posted
6 minutes ago, David.. said:

An issue has been identified where certain hooks may stop working on 4.1.19. If you are having problems with some third party plugins or applications, upload this file:

That fixed it for me - it re-centered the awards beneath the post (that's where I have them). Cool beans. Thank you.

Also, sheesh, lot of little bugs that had to be patched with files. It's off topic, but I wonder what everyone else is going to do: install them even if they're NOT knowingly having problems, or just leave them be? I have only added the Theme file for now.

Posted

We have a problem with our awards, when we did an ipb update the awards are now displaying vertical instead of horizontal like it always has been, and we see no option to correct this either. So people that have 20+ awards, its very annoying so atm I just have it displaying 2 awards max.

Wrong_Direction.png

 

Instead of Horizontal like it always has been, and we see no option to correct this either. 

 

  • Recently Browsing   0 members

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