AlexBangkok
Forum Replies Created
-
Thank you soo much for all the help! I am very happy for the help since this was a big thing before the soft launch of the site, and I dont think the website could operate without your plugin.
Thanks so much!
//Alex
When added the code I get this message when trying to upload an image
Warning: Cannot modify header information – headers already sent by (output started at /public_html/tidsbank.se/wp-content/themes/OneCommunity/functions.php:1408) in /public_html/tidsbank.se/wp-admin/async-upload.php on line 32
105I am using it at https://tidsbank.se/
I have added following code at the bottom of my themes functions.php.
I have installet version 1.0.8 of your plugin.
I run WP Version 3.5.1
<?php add_filter( 'mycred_transfer_acc_limit', 'adjust_transfer_account_limit' ); function adjust_transfer_account_limit( $amount ) { return 0-100; } ?>
Sigh, think i have tried everything with out success now ??
Anybody else who have tried changing the limit to a negative value?
Thanks!
So, to change the limit in version 1.0.8, how do i do? I cant find the feature anywhere in the settings panel ??
I would like them to be able to send credits even if they already are at a negative value, down to a negative value of 120.
I am building a timebank and I would like it to be easy to see who are in debt to the rest of the community and who have been working more then they have received labor.
Your plugin is absolutly perfect for this project!Hi, and thanks!
But I did not get it to work ??
Even when I commented the line out I got the same string in return when trying to send credits.
I tried with a higher value too, but even then the limit was still at 0.