JSSdev
Forum Replies Created
-
Forum: Plugins
In reply to: [EthPress - Web3 Login] Admin users panel ETH addreses column code helpIt worked like a charm!! I also tried the debug and I’m getting used to, not the chrome console but its enough.
Now I’ll try to make that data be stored into the usermeta custom table (I thought that it was going to be added, but it’s all like visible but not stored) I will then be able to export a CSV including that ETH addresses.
I hope I can help more in the future, for now, I would like to give you my po translations es_ES, if I manage to do more things I’ll be here around for sure.
- This reply was modified 5 years, 3 months ago by JSSdev.
Forum: Plugins
In reply to: [EthPress - Web3 Login] Admin users panel ETH addreses column code helpHi Lynn999, thanks for your quick response, well, I’ll take a closer look at it of course, I tried to paste this code into the functions.php, for now it only creates the column, your code just crashes, but its my fault for sure since I don’t have much more knowledge in PHP.
This is what I pasted in functions.php, without succeed.
add_action('manage_users_columns','eth_modify_user_columns'); function eth_modify_user_columns($column_headers) { $column_headers['eth_address'] = 'ETHaddress'; return $column_headers; } add_filter('manage_users_custom_column', function($value, $column, $user_id) { if ($column === "eth_address") { $address = \losnappas\Ethpress\Address::find_by_user($user_id); if (!is_wp_error($address)) { $value = $address->get_coinbase(); } } return $value; })Also debuged code syntax etc.. and tried to put a different ..\losnappas\Ethpress\Address.. path so I can see why it fails but I don’t have any skills into debuging php code from WordPress yet, CSS, JS, jQuery, Html debugging is so much easy for me but PHP I just see it crashes but don’t know why hehe.
Thanks for your time and I hope you can still develop this plugin since it’s going to be a huge year for NFT tokens membership sites and will get much more attention.
Hi, I’m also after this update, please, if you get it to work, answer here so I can purchase your plugin. Thank you.
Thanks for answering!
It was last version (just checked) I installed it with the normal WordPress plugin search.
However, I’ll install an staging web to reproduce the error and let you know.I need to bring my customers (the ones that want ultra fast results) your service but first I need to be able to test it out without issues and know how to make the right setup.
I have set up open_basedir php setting to NONE, and at least connection worked, but while caching the first page, same error appeared π
Can’t see any more, maybe you have experienced something about this and know a solution.
- This reply was modified 5 years, 6 months ago by JSSdev.
Your optional banner needs scroll down to show up, how can I force it to be shown without the need of a scroll, thanks.
I know vendors can use the “Sell this product” option from other vendors, it would be awesome if I can make a directory with all products and the sell this button available in all of them so they just pick whatever product and that’s it, category and all will be automated, and I can hide all the edit settings with CSS and “display:none” for now, untill I find the way to hide it by code, so it can’t be manipulated.
Ok Steven, thanks for your 1/2 help,
I will have to use other firewall since no help on your FAQ or forums with the whitelisting a user by it’s username instead of the .htninja file for the IP whitelisting that doesn’t fix me anything and I need to avoid false positives from a specific user.People from Elegantthemes doesn’t know how your firewall is coded so they won’t be able to help me fixing your false positives.
Thank you anyway for this years of ninjapro service π keep up the good work, hope one day it fixes and I can reinstall it on all websites again.
I know how to whitelist someone by IP but that won’t fix forever, since IP changes. Thank you.