pandglobal
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Validating drop down fieldAm using gravity forms, but the problem is am not getting the $mango to represent each of the values declared in the array,so that i don’t need to retype those array again in my if()
Is there a way i can out put users logs using shortcodes so that only the user will see changes made on his account, something similar to transactions history, or my orders or statement of account.
I have written you concerning the image that keeps blocking my admin area tha says Enhanced Ecommerce Analytics for Your WooCommerce Store and has the class id of .monsterinsights-wooedd-upsell-image.monsterinsights-wooedd-upsell-image-small
Please remove this, is refuse to go away even after closing it.
Temperorari went and removed the image from my plugin manually but anytime i update your plugin it comes back again. please fix this.Forum: Fixing WordPress
In reply to: Can creating upto 300 user roles affect my siteThanks
Forum: Plugins
In reply to: [User Role Editor] Can creating upto 300 roles affect my sitesThanks alot, i appreciate your detailed and useful contribution
Forum: Fixing WordPress
In reply to: Can creating upto 300 user roles affect my siteNop am not talking about users having same roles, my site have a function and access i like to treat each user role differently. My sjte currently have 100 users in the subscribers role but that’s not what am talking about, i need 300 roles in my site and perhaps each role can have more than 500 users in a particular role. Lets say am having 500 registered users on my website and i want to split them into 300 different roles.
SO MY QUESTION IS DIRECT AS I ALREADY KNOW WHAT I WANTED, CAN HAVING MORE THAN 300 ROLES AFFECT MY SITES IN ANYWAY?
Forum: Fixing WordPress
In reply to: Can creating upto 300 user roles affect my site300 user roles but the capabilities will be a copy of the subscriber role, something like subscriber1, subscriber2, subscriber3 till 300
Forum: Fixing WordPress
In reply to: Can creating upto 300 user roles affect my site300 unique custom roles, just like using the user role editor plugin to create additional 300 roles,maybe making a copy of the subscribe role into 300 versions with different role names.
Am not talking about creating users.I closed it severally but it keep surfacing and surfacing each time i reload a page
Forum: Developing with WordPress
In reply to: Creating user ID in an arrayadd_filter( 'gform_field_value_bank3_code', 'my_custom_population_showbank' ); function my_custom_population_showbank( $value ) { $current_user = wp_get_current_user(); $users = $current_user->userpinn; return $users; }
But i want if the value of the user metakey is Canada it should change Canada to a number like 340
but if the value is America it should return 500The concept is that i want to pull user meta key of users in my website by their country. so the $current_user->userpinn; out puts the current user country on his metakey. using userpinn as country metakey.
Now i want if the current user is from England it should return 400
IF current user is from United Kingdom it should return 580
If the current user is from Canada it should return 320
Thats how i want to do it for each different country, instead of returning the England it should return number which is 400, and i want the function on a single text field or number field, not on a drop down list.- This reply was modified 5 years, 4 months ago by Jan Dembowski.
- This reply was modified 5 years, 4 months ago by Jan Dembowski.
The above code only shows usd value of one bitcoin. how can i also get the bitcoin rate, i want the value to be in bitcoin price not usd, i have changed USD-BTC yet it shows up as USD $7012 and i noticed is slightly different from google price.
Secondly pending when you add it to the new release i don’t know how soon it can be or plan to do it, but currently am working on a projects and am using the buy now button all i need from you is a strong api or callback request function that will submit gravity form only when payment reaches 5 confirmations.
Because i need the projects, just like setting the success url to a function that will submit gravity form.Okay but what about other currencies! and what if i want to create USD to btc i should reverse it right?
Forum: Fixing WordPress
In reply to: Automatically Update or change user meta value every 30daysThanks alot @bcworkz
May like to discuss some programing functions with you, how do i go about it?Forum: Fixing WordPress
In reply to: Automatically Update or change user meta value every 30daysThanks, you just pointed me to something i never thought before,.
And that is interacting with the database phpmyadmin i can actually update all the user meta using SQL. Is just that i have to be doing that manually.
If you can help with a php code that i can use to update the metakey value by running the php file every 30days.
But i think havings such file can be a security risk.
What do you suggest please?