Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Michael.J Posted January 2, 2017 Author Posted January 2, 2017 On 31/12/2016 at 8:02 PM, GrooveOnBeat said: In View Donations page, where it lists all of the donors and amounts they've donated, to also list the goals? Noted for next version. On 31/12/2016 at 8:02 PM, GrooveOnBeat said: Members have been promoting to new groups, but it doesn't show? Could you please either take a screenshot of your current reward settings or PM me acp access so I can check over for any obvious issues with your settings?
GrooveOnBeat Posted January 2, 2017 Posted January 2, 2017 (edited) 33 minutes ago, Mike John said: Noted for next version. Ok, thanks! 33 minutes ago, Mike John said: Could you please either take a screenshot of your current reward settings or PM me acp access so I can check over for any obvious issues with your settings? Primary Group Exclude = All groups are excluded except for the Members group, as they are the only group that can be promoted to Donors. Members have been automatically promoted to Donors group. No issues here. No Secondary Group promotions Edited January 2, 2017 by GrooveOnBeat
MadMaxMangos Posted January 4, 2017 Posted January 4, 2017 Mike, How do I set this so I have a donation goal that resets to 0 at the start of every month? if that is possible.
Michael.J Posted January 9, 2017 Author Posted January 9, 2017 On 02/01/2017 at 4:16 PM, GrooveOnBeat said: Ok, thanks! Primary Group Exclude = All groups are excluded except for the Members group, as they are the only group that can be promoted to Donors. Members have been automatically promoted to Donors group. No issues here. No Secondary Group promotions 2) Just to clarify. None being setup by you or secondary group promotions not happening? On 04/01/2017 at 9:25 PM, Mark Streeton said: How do I set this so I have a donation goal that resets to 0 at the start of every month? if that is possible. The best way would be to setup a single common goal and have the donation reset on the 1st of every month instead. The goal would be setup to run all the time but the donations would reset instead and show 0 donations at the start of the month for the goal.
GrooveOnBeat Posted January 9, 2017 Posted January 9, 2017 1 minute ago, Mike John said: 2) Just to clarify. None being setup by you or secondary group promotions not happening? The promotions I set up work as expected. When members donate they are automatically leveled up to the member group I specify.
PirateCaptain Posted January 11, 2017 Posted January 11, 2017 Group promotions/search SELECT count(*) FROM `ipbdonate_demote` AS `donate_demote` WHERE (LOWER(`member_name`) LIKE CONCAT( '%', 'donor', '%' )) IPS\Db\Exception: Unknown column 'member_name' in 'where clause' (1054) #0 /home/invision/IPB4/system/Db/Select.php(346): IPS\_Db->preparedQuery('/*IPS\\Helpers\\T...', Array) #1 /home/invision/IPB4/system/Db/Select.php(408): IPS\Db\_Select->runQuery() #2 /home/invision/IPB4/system/Db/Select.php(329): IPS\Db\_Select->rewind() #3 /home/invision/IPB4/system/Helpers/Table/Db.php(296): IPS\Db\_Select->first() #4 /home/invision/IPB4/system/Helpers/Table/Table.php(451): IPS\Helpers\Table\_Db->getRows(NULL) #5 /home/invision/IPB4/applications/donate/modules/admin/donations/promotions.php(143): IPS\Helpers\Table\_Table->__toString() #6 /home/invision/IPB4/system/Dispatcher/Controller.php(96): IPS\donate\modules\admin\donations\_promotions->manage() #7 /home/invision/IPB4/applications/donate/modules/admin/donations/promotions.php(30): IPS\Dispatcher\_Controller->execute() #8 /home/invision/IPB4/system/Dispatcher/Dispatcher.php(129): IPS\donate\modules\admin\donations\_promotions->execute() #9 /home/invision/IPB4/admin/index.php(13): IPS\_Dispatcher->run() #10 {main} There is *NO* member_name column in the demote table, only member_id, plese fix this query!
GrooveOnBeat Posted February 2, 2017 Posted February 2, 2017 (edited) Suggestions please... 1. Instead of a drop down menu which lists the goals, is it possible to link to the donation goals itself? So let's say I have goals A and B. If I wanted to donate to B I'll have to select it from a drop down menu. Is there a way when they click on the donate button that it will take them directly to goal B? 2. Donations list to list all donations. Because the list can get very long, add an option for pagination with an option to set how many listed before cuing the next page. 3. Option to customize the title for Donations list. This is helpful when the list is set by goals. Thanks Edited February 2, 2017 by GrooveOnBeat
Michael.J Posted February 3, 2017 Author Posted February 3, 2017 On 12/01/2017 at 4:42 AM, PirateCaptain said: Group promotions/search Thanks for reporting, noted for next bug fixing update. 21 hours ago, GrooveOnBeat said: 1. Instead of a drop down menu which lists the goals, is it possible to link to the donation goals itself? So let's say I have goals A and B. If I wanted to donate to B I'll have to select it from a drop down menu. Is there a way when they click on the donate button that it will take them directly to goal B? As part of the existing donation process? So they click donate, select goal and it redirects there instead of continuing with donation? Wouldn't that just add another step as they have to click donate again from the goal page?
GrooveOnBeat Posted February 3, 2017 Posted February 3, 2017 3 hours ago, Mike John said: Thanks for reporting, noted for next bug fixing update. As part of the existing donation process? So they click donate, select goal and it redirects there instead of continuing with donation? Wouldn't that just add another step as they have to click donate again from the goal page? I was thinking much simpler. When setting up a goal block and choosing goal B as an example, the button will already be pointed to goal B's goal page where the users can select the amount and payment type for goal B. This way it will bypass the drop down redirect making it a step shorter.
ADKGamers Posted February 3, 2017 Posted February 3, 2017 That would be nice if there are multiple goals and they click on the "donate" option below one of the goals in the block and it takes them directly to that Had someone actually bring that up a few days ago.
GrooveOnBeat Posted February 3, 2017 Posted February 3, 2017 Suggestion: Custom donation private message for each goal...OR...A variable we can enter like %goal%. So when the user donates to goal A then the message will say donation for "goal A", and if the donation is for goal B the donation message will say "goal B".
Hacksawjack Posted February 3, 2017 Posted February 3, 2017 (edited) We have two tabs that admins see in our profile view: Both go to the paths:http://dtogaming.com/index.php?/profile/2-mrcheezle/&tab=node_donate_Donatehttp://dtogaming.com/index.php?/profile/2-mrcheezle/&tab=node_donate_DonateChanges We just want the first one and eliminate "Donate Changes" Tab Website: http://dtogaming.com/ Edited February 3, 2017 by Hacksawjack B_U_R_I 1
Michael.J Posted February 6, 2017 Author Posted February 6, 2017 On 03/02/2017 at 2:57 PM, GrooveOnBeat said: I was thinking much simpler. When setting up a goal block and choosing goal B as an example, the button will already be pointed to goal B's goal page where the users can select the amount and payment type for goal B. This way it will bypass the drop down redirect making it a step shorter. I had some issues with passing that from the widget to donate page but will revisit and see if possible now. On 04/02/2017 at 4:51 AM, Hacksawjack said: We just want the first one and eliminate "Donate Changes" Tab If you don't require the "donate changes" functionality, the easiest way to remove it and the tab would be to disable the "Can moderate totals?" group permission in the Donate area.
GrooveOnBeat Posted February 6, 2017 Posted February 6, 2017 20 hours ago, Mike John said: I had some issues with passing that from the widget to donate page but will revisit and see if possible now. Ok great! Thanks for looking into it.
Hacksawjack Posted February 8, 2017 Posted February 8, 2017 I have on last question: Any chance we can Format the title to stand out better from the description? Even just giving the option to make it bold or have the text use a different theme text color.
Michael.J Posted February 9, 2017 Author Posted February 9, 2017 6 hours ago, Hacksawjack said: I have on last question: Any chance we can Format the title to stand out better from the description? Even just giving the option to make it bold or have the text use a different theme text color. If this is for the latest goals widget. See acp > theme editor > donate > front > widgets > donateGoals. Find and change: <span class='ipsType_normal'>{$goal->_title}</span> Without knowing your themes css code, it's a bit hard to know exactly what changes to make from here. I'd need access to the theme. To add bold, add ipsType_bold to the class. Hacksawjack 1
GrooveOnBeat Posted February 9, 2017 Posted February 9, 2017 If you use Firefox you can highlight the area that you want to see the code and then right click on it and select "View Selection Source". Since each block has an ID, donate goals will be something like data-blockid="app_donate_donateGoals_xxx" Replace "xxx" with the ending ID. Then in custom.css you can do something like this: [data-blockid="app_donate_donateGoals_xxx"] .ipsWidget_inner span.ipsType_normal { color:#ff0000; font-size:15px; font-weight:bold; } Change or add values to suit your needs. This way you don't need to touch the templates. Hope this helps. Michael.J, Hacksawjack and PirateCaptain 3
Hacksawjack Posted February 9, 2017 Posted February 9, 2017 9 hours ago, Mike John said: If this is for the latest goals widget. See acp > theme editor > donate > front > widgets > donateGoals. Find and change: <span class='ipsType_normal'>{$goal->_title}</span> Without knowing your themes css code, it's a bit hard to know exactly what changes to make from here. I'd need access to the theme. To add bold, add ipsType_bold to the class. Thank you!
crmarks Posted February 14, 2017 Posted February 14, 2017 (edited) @Mike John Is it possible to disable the 'goals' feature entirely, and just allow users to donate and be promoted to new user groups? I need a simple system to offer premium user accounts that is not tied to specific donation goals. Edited February 14, 2017 by crmarks
Michael.J Posted February 16, 2017 Author Posted February 16, 2017 On 15/02/2017 at 6:15 AM, crmarks said: Is it possible to disable the 'goals' feature entirely, and just allow users to donate and be promoted to new user groups? I need a simple system to offer premium user accounts that is not tied to specific donation goals. Yes. Removing all goals will have donations tied to nothing. crmarks 1
crmarks Posted February 16, 2017 Posted February 16, 2017 3 minutes ago, Mike John said: Yes. Removing all goals will have donations tied to nothing. Thank you for confirming! Will that also hide any references to goals from the interface? Additionally, what would it take to edit the text and language used in the app? Namely the potential to rename 'Donations' to 'Premium Membership'
PirateCaptain Posted February 16, 2017 Posted February 16, 2017 will this be integrated with rules someday, so i can autoaward donors?
Michael.J Posted February 20, 2017 Author Posted February 20, 2017 On 16/02/2017 at 11:30 AM, crmarks said: Thank you for confirming! Will that also hide any references to goals from the interface? It should but there is also a group permission called "Can view goals" if you really wanted to eliminate all mention of goals as well. On 16/02/2017 at 11:30 AM, crmarks said: Additionally, what would it take to edit the text and language used in the app? Namely the potential to rename 'Donations' to 'Premium Membership' All text throughout he public and acp end should be covered in the language files. If you search for the terms you want, you can just translate them through the lang manager. On 17/02/2017 at 10:15 AM, PirateCaptain said: will this be integrated with rules someday, so i can autoaward donors? Yes someday but no ETA unfortunately. crmarks and PirateCaptain 2
Josh Hall Posted March 4, 2017 Posted March 4, 2017 Every time I try to edit a group to change the name, donation amount, auto ranking group I get this error.
Recommended Posts