Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Michael.J Posted November 20, 2015 Author Posted November 20, 2015 7 hours ago, socceronly said: Not sure if it's something best suited for this module or something Commerce should do. I assume it would keep the purchase price the same and not take that amount away from that purchase? I'm still focused on bug fixes but I have logged this and will look in a future version. socceronly 1
icedream Posted November 21, 2015 Posted November 21, 2015 Hi When using MySQL strict mode, query SELECT SUM(fees) FROM `donate_users` WHERE donate_users.status=1 AND donate_goals.g_show=1 will throw an error: Unknown column 'donate_goals.g_show' in 'where clause'. There is a bug with donateStats widget. Also, top donator widget is returning wrong information.
Michael.J Posted November 22, 2015 Author Posted November 22, 2015 23 hours ago, icedream said: When using MySQL strict mode, query SELECT SUM(fees) FROM `donate_users` WHERE donate_users.status=1 AND donate_goals.g_show=1 will throw an error: Unknown column 'donate_goals.g_show' in 'where clause'. There is a bug with donateStats widget. Also, top donator widget is returning wrong information. There's a patch for the first issue here. Both issues will be fixed some time next week in a new release.
Michael.J Posted November 27, 2015 Author Posted November 27, 2015 I've released v3.2.8 which contains a few critical and a few minor bug fixes.
icedream Posted November 27, 2015 Posted November 27, 2015 Hi, I cannot view index page now, with error Fri, 27 Nov 2015 11:50:08 +0800 (Severity: 0) 59.57.16.28 - https://xxxxxxxxx.com/donate/ 'ips.donate_users.id' isn't in GROUP BY SELECT id, SUM(amount) AS total_amount FROM `donate_users` WHERE status=? AND anon=? GROUP BY `member_id` ORDER BY total_amount DESC LIMIT 5 Array ( [0] => 1 [1] => 0 ) | File | Function | Line No. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | /system/Db/Db.php | [IPS\Db\_Exception].__construct | 364 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Db/Select.php | [IPS\_Db].preparedQuery | 334 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Db/Select.php | [IPS\Db\_Select].runQuery | 390 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /applications/donate/widgets/donateDonations.php | [IPS\Db\_Select].rewind | 130 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Widget/Widget.php | [IPS\donate\widgets\_donateDonations].render | 793 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Theme/Theme.php(692) : eval()'d code | [IPS\_Widget].__toString | 11523 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | | [IPS\Theme\class_core_front_global].widgetContainer | | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Theme/SandboxedTemplate.php | [].call_user_func_array | 57 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Theme/Theme.php(692) : eval()'d code | [IPS\Theme\_SandboxedTemplate].__call | 9464 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Theme/Theme.php(692) : eval()'d code | [IPS\Theme\SandboxedTemplate].widgetContainer | 9464 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | | [IPS\Theme\class_core_front_global].sidebar | | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Theme/SandboxedTemplate.php | [].call_user_func_array | 57 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Theme/Theme.php(692) : eval()'d code | [IPS\Theme\_SandboxedTemplate].__call | 4543 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Theme/Theme.php(692) : eval()'d code | [IPS\Theme\SandboxedTemplate].sidebar | 4543 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | | [IPS\Theme\class_core_front_global].globalTemplate | | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Theme/SandboxedTemplate.php | [].call_user_func_array | 57 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Dispatcher/Dispatcher.php | [IPS\Theme\_SandboxedTemplate].__call | 149 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Dispatcher/Dispatcher.php | [IPS\Theme\SandboxedTemplate].globalTemplate | 149 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Dispatcher/Standard.php | [IPS\_Dispatcher].finish | 101 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Dispatcher/Front.php | [IPS\Dispatcher\_Standard].finish | 520 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /system/Dispatcher/Dispatcher.php | [IPS\Dispatcher\_Front].finish | 131 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | /index.php | [IPS\_Dispatcher].run | 13 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' ------------------------------------------------------------------------
Michael.J Posted November 27, 2015 Author Posted November 27, 2015 43 minutes ago, icedream said: Hi, I cannot view index page now, with error I've uploaded v3.2.8.1 with a temporary patch to skip this widget if any errors are found. I will have a proper fix for this in v3.2.9.
Ecnad Posted December 7, 2015 Posted December 7, 2015 Add Verotel and Authorize.net to payment methods and I'd be a buyer!
Michael.J Posted December 11, 2015 Author Posted December 11, 2015 On 7/12/2015 at 6:43 AM, Ecnad said: Add Verotel and Authorize.net to payment methods and I'd be a buyer! I'll add to list of suggest gateways but still working on bugs for now. Jai Haze 1
ThiagoRibeiro Posted December 11, 2015 Posted December 11, 2015 (edited) Hi @Mike John, On my Forum index the sidebar hook Top Donors show this way But on Donate Page show this It's possible leave the index of the Forum equals that Donate Page? @Edit When click on 'View Top Donors' happens as well, don't show who made that Donate Regards. Edited December 11, 2015 by ThiagoRibeiro
Michael.J Posted December 14, 2015 Author Posted December 14, 2015 (edited) On 11/12/2015 at 3:01 AM, ThiagoRibeiro said: Hi @Mike John, On my Forum index the sidebar hook Top Donors show this way But on Donate Page show this It's possible leave the index of the Forum equals that Donate Page? @Edit When click on 'View Top Donors' happens as well, don't show who made that Donate The top issue could be some old cache, can you try removing that widget and then re-adding again? The second issue is a confirmed bug that will be fixed next version. Edited December 14, 2015 by Mike John
ThiagoRibeiro Posted December 14, 2015 Posted December 14, 2015 Hi Mike, 37 minutes ago, Mike John said: The top issue could be some old cache, can you try removing that widget and then re-adding again? I tried to do this but the issue happened again. =\ 38 minutes ago, Mike John said: The second issue is a confirmed bug that will be fixed next version. Ok. Thanks
Michael.J Posted December 17, 2015 Author Posted December 17, 2015 On 14/12/2015 at 2:39 PM, ThiagoRibeiro said: I tried to do this but the issue happened again. =\ This may be a bug also but to confirm I'll need board access to troubleshoot on your forums.
ThiagoRibeiro Posted December 17, 2015 Posted December 17, 2015 14 hours ago, Mike John said: This may be a bug also but to confirm I'll need board access to troubleshoot on your forums. I sent a MP to you with my board because I don't know if I can do this on my posts here Thank you
d8ean Posted January 11, 2016 Posted January 11, 2016 @Mike John how do i install this? or can you install for me? I've just purchased it for $40 thanks
Neej Posted January 13, 2016 Posted January 13, 2016 On 11/01/2016 at 1:02 AM, d8ean said: @Mike John how do i install this? or can you install for me? I've just purchased it for $40 thanks First of all you have to download the Donations.zip from the app page, I am assuming you have done this. Then find that .zip on your PC and copy the Donations 3.2.8.1 folder to somewhere on your PC. I personally have a folder system for all my apps and plugins of my website so I know where they all are. Once you have copied / extracted the folder, go to your Admin CP on your website. Before you install it, I would recommend taking a backup of your website files and the database, just in case. I usually do this whenever I install a new App or multiple plugins. If you use Cpanel to manage your website I can help you on how to do that. Once you have taken the backup, go to your AdminCP, then go to > System > Applications. Click the Install button on the top right, and then click the Choose File button to locate your folder, go in to the Donations 3.2.8.1 folder and locate the donate.tar file and select that. Then click the Install button. You will then be taking to an install page and it will run through the progress bar for about 30 seconds, then the install should be done and the Donations should now be listed under your ACP>System>Applications You should now also have a new 'Donations' icon in your AdminCP on the left hand side, you can set up your application through here. Michael.J 1
Michael.J Posted January 13, 2016 Author Posted January 13, 2016 On 11/1/2016 at 1:02 AM, d8ean said: @Mike John how do i install this? or can you install for me? I've just purchased it for $40 thanks I couldn't of put it better then @Neej but if you do need me to help install. Send me a PM and I can install it for you.
Netherlord Posted January 13, 2016 Posted January 13, 2016 If donation is set to be anonymous! choice on donation. It still shows on the Latest Donations section with the name.... Im running latest ips version.
Circo Posted January 13, 2016 Posted January 13, 2016 On my current site we use the "Members Donate Button" mod. This allows members to send donations to each other. Only specific usergroups are able to use the application/accept donations. We call it our Beer Me system which allows others to pretty much buy a beer for someone else for their contribution to the site. We have this mod on our downloads so users can send a donation to the member that uploaded/created that file. I personally do not get donations for the site, so this mod doesn't really meet my needs as is. However, I'd gladly purchase a donation system that has the above features for my members.
Netherlord Posted January 14, 2016 Posted January 14, 2016 On 13/01/2016 at 4:45 PM, Circo said: On my current site we use the "Members Donate Button" mod. This allows members to send donations to each other. Only specific usergroups are able to use the application/accept donations. We call it our Beer Me system which allows others to pretty much buy a beer for someone else for their contribution to the site. We have this mod on our downloads so users can send a donation to the member that uploaded/created that file. I personally do not get donations for the site, so this mod doesn't really meet my needs as is. However, I'd gladly purchase a donation system that has the above features for my members. Honestly you would be best going with the commerce app, in combination with this app. if this plugin does not do what you need. So using the above your members can earn points for posting etc, or add interest to what they have or Members can send points to other members according to permissions. they can use those point they trade between themselves. from what i can tell users can pay you and get points or currency etc and gift it to other members. Just a thought. As the dev first though to make sure.
michael purrazzi Posted January 15, 2016 Posted January 15, 2016 (edited) @Mike John What do i do if i get this error? http://prntscr.com/9qgg2p Edit* Ive figured it out, It was because i was in designer mode. Edited January 15, 2016 by michael purrazzi
Circo Posted January 17, 2016 Posted January 17, 2016 On 1/14/2016 at 3:43 PM, Netherlord said: Honestly you would be best going with the commerce app, in combination with this app. if this plugin does not do what you need. So using the above your members can earn points for posting etc, or add interest to what they have or Members can send points to other members according to permissions. they can use those point they trade between themselves. from what i can tell users can pay you and get points or currency etc and gift it to other members. Just a thought. As the dev first though to make sure. Thanks for the suggestion, but this is seriously more over complicated than it needs to be.
Michael.J Posted January 18, 2016 Author Posted January 18, 2016 On 13/1/2016 at 8:34 PM, Netherlord said: If donation is set to be anonymous! choice on donation. It still shows on the Latest Donations section with the name.... Im running latest ips version. Confirmed and noted for next version. On 13/1/2016 at 3:45 AM, Circo said: On my current site we use the "Members Donate Button" mod. This allows members to send donations to each other. Only specific usergroups are able to use the application/accept donations. We call it our Beer Me system which allows others to pretty much buy a beer for someone else for their contribution to the site. We have this mod on our downloads so users can send a donation to the member that uploaded/created that file. I personally do not get donations for the site, so this mod doesn't really meet my needs as is. However, I'd gladly purchase a donation system that has the above features for my members. Please PM me.
Koby Posted January 18, 2016 Posted January 18, 2016 Is the list of top donors ever gonna be fixed? Still just shows 'Offline Donations' from 1969
Michael.J Posted January 18, 2016 Author Posted January 18, 2016 21 minutes ago, Koby said: Is the list of top donors ever gonna be fixed? Still just shows 'Offline Donations' from 1969 Yes the new version I'm working on will have this fixed.
z3n Posted January 24, 2016 Posted January 24, 2016 Would it be possible to add a function to the goals so we can export the list of donators for said goal in spreadsheet format. For example, if I wanted to make some graphics etc in excel with our donation stats for the month of January, I want to be able to export the January goal in excel format. And to make it even better be able to select the data that we wanted exported, such as forum name, paypal email, real name, amount donated, amount in fees taken, etc. Kind of like how you can export member lists now. All in all I love this application and it is a huge part of my community, thank you very much for providing it Michael.J 1
Recommended Posts