Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Adriano Faria Posted March 7, 2017 Posted March 7, 2017 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.
#ESY Posted March 7, 2017 Posted March 7, 2017 (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 March 7, 2017 by Brehuescu Alexandru
David.. Posted March 8, 2017 Posted March 8, 2017 (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 March 8, 2017 by David..
GrandTheftArmA Posted March 14, 2017 Posted March 14, 2017 Can we have an update of the "reason field" issue in combination with the Automation Rules plugin? According to the author of Automation Rules this is an error in iAwards, please see: https://ipsguru.net/forums/topic/568-automation-rules-iawards-no-reason-provided
iacas Posted March 14, 2017 Posted March 14, 2017 @-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. David.. and #ESY 2
#ESY Posted March 14, 2017 Posted March 14, 2017 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.
iacas Posted March 14, 2017 Posted March 14, 2017 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.
Sakkara Posted March 15, 2017 Posted March 15, 2017 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! #ESY 1
jcdesign Posted March 15, 2017 Posted March 15, 2017 (edited) Yes the same here also. Can not find any css to correct this. Please post a fix for this. Edited March 15, 2017 by jcdesign
Adriano Faria Posted March 15, 2017 Posted March 15, 2017 I'll update the file after someone provides a CSS fix. #ESY 1
Sakkara Posted March 15, 2017 Posted March 15, 2017 Thanks! Hopefully someone will step up and help us out.
Legion of Honor Posted March 15, 2017 Posted March 15, 2017 (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 March 15, 2017 by Legion of Honor
jcdesign Posted March 15, 2017 Posted March 15, 2017 (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; } Edited March 15, 2017 by jcdesign zovutka, #ESY and Greg W 3
EmpireKicking Posted March 15, 2017 Posted March 15, 2017 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; } /*=========================================================================*/
#ESY Posted March 15, 2017 Posted March 15, 2017 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; } Works perfectly, thank you! jcdesign 1
Sakkara Posted March 15, 2017 Posted March 15, 2017 Confirmed - the above works! Thank you sir! jcdesign 1
David.. Posted March 15, 2017 Posted March 15, 2017 @Adriano Faria Someone posted their CSS fix above. jcdesign 1
Adriano Faria Posted March 15, 2017 Posted March 15, 2017 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? jcdesign 1
David.. Posted March 16, 2017 Posted March 16, 2017 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. jcdesign 1
David.. Posted March 16, 2017 Posted March 16, 2017 (edited) @jcdesign @Adriano Faria I think the problem was this: 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: system/Theme/Theme.php https://invisionpower.com/release-notes/ Edited March 16, 2017 by David.. zovutka and Adriano Faria 2
iacas Posted March 16, 2017 Posted March 16, 2017 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: system/Theme/Theme.php 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.
jcdesign Posted March 16, 2017 Posted March 16, 2017 Good news. That do the thing. I removed the css code from my custom.css, and everything working as It should again. Adriano Faria 1
Adriano Faria Posted March 16, 2017 Posted March 16, 2017 14 minutes ago, David.. said: @jcdesign @Adriano Faria I think the problem was this: 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: system/Theme/Theme.php https://invisionpower.com/release-notes/ Tks for pointing that out.
David.. Posted March 16, 2017 Posted March 16, 2017 19 minutes ago, Adriano Faria said: Tks for pointing that out. Anything to release some stress and workload for you. Adriano Faria 1
United We Stand Posted March 18, 2017 Posted March 18, 2017 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. Instead of Horizontal like it always has been, and we see no option to correct this either.
Recommended Posts