Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Yesterday at 02:04 PM
Unlucky Posted November 7, 2017 Posted November 7, 2017 On 10/26/2017 at 12:07 PM, ThiagoRibeiro said: I don't know where exactly I can see this, but I made 2 donates to test and both are completed on PayPal, but any of than aren't showing on history of Payment Log or Top Donators Did you get this sorted?
Michael.J Posted November 11, 2017 Author Posted November 11, 2017 On 11/7/2017 at 8:26 PM, Unlucky said: Did you get this sorted? It appears to be a locally based issue with their site as I haven't gotten any other similar reports of this problem.
Unlucky Posted November 11, 2017 Posted November 11, 2017 7 hours ago, Mike John said: It appears to be a locally based issue with their site as I haven't gotten any other similar reports of this problem. Thanks for letting me know
Unlucky Posted November 14, 2017 Posted November 14, 2017 Hi Your donations box header text is out of line compared to other widgets You can see where I placed the red dot - there is a gap at the top
Michael.J Posted November 17, 2017 Author Posted November 17, 2017 On 11/14/2017 at 9:17 PM, Unlucky said: Your donations box header text is out of line compared to other widgets If you open your acp > theme editor > donate > front > widgets > donateDonate. Find and remove <div id='elDonateBox' class='ipsWidget ipsWidget_vertical ipsBox'> Find and remove (very last instance only) </div> Save. Let me know if that looks better.
Unlucky Posted November 21, 2017 Posted November 21, 2017 On 11/17/2017 at 10:13 PM, Mike John said: Save. Let me know if that looks better. Hi, Yes thanks that looks better Michael.J 1
Michael.J Posted November 22, 2017 Author Posted November 22, 2017 On 11/22/2017 at 3:09 AM, Unlucky said: Hi, Yes thanks that looks better Thanks, this is confirmed as a bug and will be fixed in the next update.
GrooveOnBeat Posted November 28, 2017 Posted November 28, 2017 @Mike John What can I use for a condition to target a specific goal? Example: If goal id = 2, then do this... {{if $goal->goal_id == '2' }} To do here for goal #2 {{endif}}
Michael.J Posted November 30, 2017 Author Posted November 30, 2017 On 11/28/2017 at 2:11 PM, GrooveOnBeat said: What can I use for a condition to target a specific goal? Can you let me know a little more about where your placing this condition?
GrooveOnBeat Posted November 30, 2017 Posted November 30, 2017 50 minutes ago, Mike John said: Can you let me know a little more about where your placing this condition? Template: donateGoals Variables: $goals, $goal The idea is to customize the template based on the goal ID. It will be helpful when I have multiple goals running at the same time.
ADKGamers Posted November 30, 2017 Posted November 30, 2017 I brought up something similar before although i don't think it's exactly what you're looking for, but my example was being a 'stretch goal'. To where you reach the main goal and then there's a stretch goal of say $100 more dollars added on.
Mastric Posted December 3, 2017 Posted December 3, 2017 I'm running an older version, but has any progress been made towards Commerce integration or PayPal's API? This may have been fixed but we're currently getting all Commerce purchases in the Donations as Offline Donations due to IPN.
GrooveOnBeat Posted December 3, 2017 Posted December 3, 2017 (edited) On 11/27/2017 at 5:11 PM, GrooveOnBeat said: @Mike John What can I use for a condition to target a specific goal? Example: If goal id = 2, then do this... {{if $goal->goal_id == '2' }} To do here for goal #2 {{endif}} On 11/29/2017 at 6:10 PM, Mike John said: Can you let me know a little more about where your placing this condition? On 11/29/2017 at 7:04 PM, GrooveOnBeat said: Template: donateGoals Variables: $goals, $goal The idea is to customize the template based on the goal ID. It will be helpful when I have multiple goals running at the same time. I think I got it! {{if $goal->_id == '2'}} To do if Goal #2 {endif}} or {{if $goal->id == '2'}} To do if Goal #2 {endif}} I could have sworn I did this originally. Maybe I had a typo. Would this be possible on the Donations index page too? Edited December 3, 2017 by GrooveOnBeat
Michael.J Posted December 5, 2017 Author Posted December 5, 2017 On 12/3/2017 at 4:48 PM, Mastric said: I'm running an older version, but has any progress been made towards Commerce integration or PayPal's API? This may have been fixed but we're currently getting all Commerce purchases in the Donations as Offline Donations due to IPN. New payment gateways are planned for early 2018. Nothing is ready yet though. On 12/4/2017 at 9:12 AM, GrooveOnBeat said: Would this be possible on the Donations index page too? The donate goal and main index page both have access to the "$goal" variable and your above code should work just fine in those locations.
GrooveOnBeat Posted December 5, 2017 Posted December 5, 2017 2 hours ago, Mike John said: The donate goal and main index page both have access to the "$goal" variable and your above code should work just fine in those locations. It's not showing up. It must be where I'm adding it into the Index template.
Michael.J Posted December 10, 2017 Author Posted December 10, 2017 On 12/5/2017 at 8:49 PM, GrooveOnBeat said: It must be where I'm adding it into the Index template. In donate > front > browse > index? If so, make sure it's placed after this line to take advantage of the "$goal" variable. {{foreach \IPS\donate\Goal::roots( NULL, NULL, ( \IPS\Settings::i()->dt_goal_reset ) ? array( 'g_show=1 AND g_start_date > ?', \IPS\Settings::i()->dt_goal_reset ) : array( 'g_show=1' ) ) as $goal}} GrooveOnBeat 1
GrooveOnBeat Posted December 10, 2017 Posted December 10, 2017 43 minutes ago, Mike John said: In donate > front > browse > index? If so, make sure it's placed after this line to take advantage of the "$goal" variable. {{foreach \IPS\donate\Goal::roots( NULL, NULL, ( \IPS\Settings::i()->dt_goal_reset ) ? array( 'g_show=1 AND g_start_date > ?', \IPS\Settings::i()->dt_goal_reset ) : array( 'g_show=1' ) ) as $goal}} Ah right! That's exactly what it is. I had removed the foreach code, so when I added it back it worked. Always helpful, Mike! Thank you! Michael.J 1
Nathan Baker Posted December 24, 2017 Posted December 24, 2017 Hi all, Hope everyone is excited for Chirstmas. Anyway quick questions generally where can I find the CSS to change the colours of the donation page. I find that I have installed a new theme and the donation page has white boxes and white font, meaning the options you choose cannot be seen. I have looked in the themes settings and can't see any boxes set to white. If anyone can help that would be amazing. Thanks in advance! Some screenshots/GIFs: https://gyazo.com/fe033d385e8c96024b298bf0929aa57b https://gyazo.com/0f6181b6ca90f7113347df88c6f42738 Kind Regards Nathan
GrooveOnBeat Posted December 28, 2017 Posted December 28, 2017 @Mike John Happy Holidays! Is there a way to edit or delete the Donation notes in the profiles, other than the database table? If not, is it possible to add an edit + delete function in?
Michael.J Posted January 1, 2018 Author Posted January 1, 2018 On 12/24/2017 at 9:43 PM, Nathan Baker said: Hope everyone is excited for Chirstmas. Anyway quick questions generally where can I find the CSS to change the colours of the donation page. I find that I have installed a new theme and the donation page has white boxes and white font, meaning the options you choose cannot be seen. I have looked in the themes settings and can't see any boxes set to white. If you open your themes css tab and search for the "ipsStepBar" css class. That controls the top two steps of the donate page and I assume are not customized in the theme. Let me know if you need further help. On 12/28/2017 at 5:08 PM, GrooveOnBeat said: Is there a way to edit or delete the Donation notes in the profiles, other than the database table? If not, is it possible to add an edit + delete function in? At this stage, only through the "donate_changes" database itself. But edit/delete functions aren't difficult and will note for a future release.
Lelling Posted January 6, 2018 Posted January 6, 2018 (edited) Hey, we seem to be having an issue with the app - it seems that at width 1630px or more, the div containing "IP.Board Donations by DevFuse" at the bottom of every page related to the app becomes wider than the page itself, creating a horizontal scroll bar. You can see it here http://www.theopencommunity.org/donate/ Note that the horizontal scroll bar only appears when the width of the page is 1630px or more (it should appear on a normal 1920×1080 screen). We also use your forms app, and it seems to be suffering the same fate ( http://www.theopencommunity.org/feedback/ ) Thanks in advance! Edited January 6, 2018 by Lelling
Michael.J Posted January 8, 2018 Author Posted January 8, 2018 On 1/7/2018 at 10:18 AM, Lelling said: Hey, we seem to be having an issue with the app - it seems that at width 1630px or more, the div containing "IP.Board Donations by DevFuse" at the bottom of every page related to the app becomes wider than the page itself, creating a horizontal scroll bar. PM Sent. Lelling 1
GrooveOnBeat Posted March 1, 2018 Posted March 1, 2018 For the PM confirmation, after a donation has been made, is it possible to add a "%project name%" to the tags? This way, when the PM is sent out, the members know exactly which project they donated to. I use the PM as a receipt.
Michael.J Posted March 14, 2018 Author Posted March 14, 2018 On 3/1/2018 at 4:32 PM, GrooveOnBeat said: For the PM confirmation, after a donation has been made, is it possible to add a "%project name%" to the tags? Noted for next version, do you mind a file edit for yourself in the meantime? I'm working on new features for the Donations app so the next update won't be very quick.
GrooveOnBeat Posted March 16, 2018 Posted March 16, 2018 On 3/13/2018 at 9:21 PM, Mike John said: Noted for next version, do you mind a file edit for yourself in the meantime? I'm working on new features for the Donations app so the next update won't be very quick. Oh yes that would be fantastic! Thank you. I'm still using IPS 4.1.19.4. ?
Recommended Posts