Title: iamdev's Replies - page 2 | WordPress.org

---

# iamdev

  [  ](https://wordpress.org/support/users/iamdev/)

 *   [Profile](https://wordpress.org/support/users/iamdev/)
 *   [Topics Started](https://wordpress.org/support/users/iamdev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/iamdev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/iamdev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/iamdev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/iamdev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/iamdev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 36 total)

[←](https://wordpress.org/support/users/iamdev/replies/?output_format=md) [1](https://wordpress.org/support/users/iamdev/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/iamdev/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/iamdev/replies/page/3/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] 2 stripe account on for klarna and one for other](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/#post-17119068)
 * Thank you for the insight but required as my store sells expensive items and 
   user need it in the installment.
 * So can you guide me to change the payment intent thing and whenever the user 
   changed the payment method used, as i am changing it whenever the payment method
   is changed not particular for individually for every product
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] 2 stripe account on for klarna and one for other](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/2-stripe-account-on-for-klarna-and-one-for-other/#post-17116117)
 * I tried this code after going through your code but it doesn’t seems to work
 *     ```wp-block-code
           // Namespaces for Stripe Payments Plugin
       use PaymentPlugins\WC_Payment_Gateway_Stripe_Connect as StripeConnect;
       use PaymentPlugins\WC_Payment_Gateway_Stripe_API as StripeAPI;
   
       // The action hook 'woocommerce_payment_gateways'
       add_action('woocommerce_payment_gateways', 'override_stripe_api_keys_for_credit_card_gateway');
       function override_stripe_api_keys_for_credit_card_gateway($gateways)
       {
           // Checks to see if the "Credit Card" gateway is being initialized.
           if (isset($gateways['stripe_cc'])) {
   
               // Replace 'your_stripe_user_id_for_cc' with the ID of the Stripe account you want to use for the credit card payment.
               $custom_settings = get_option('stripe_account_your_stripe_user_id_for_cc_options');
   
               $gateway_settings = array(
                   'account_id' => $custom_settings['account_id'],
                   'secret_key_live' => $custom_settings['secret_key_live'],
                   'publishable_key_live' => $custom_settings['publishable_key_live'],
               );
   
               // Set Stripe API keys
               StripeAPI::set_secret_key($gateway_settings['secret_key_live']);
               StripeAPI::set_publishable_key($gateway_settings['publishable_key_live']);
               StripeConnect::set_account_id($gateway_settings['account_id']);
           }
   
           return $gateways;
       }
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGraphQL] Fetch all media source URL of a post by slug](https://wordpress.org/support/topic/fetch-all-media-source-url-of-a-post-by-slug/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/fetch-all-media-source-url-of-a-post-by-slug/#post-14983560)
 * Any idea on it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Story] Allow users to post their stories](https://wordpress.org/support/topic/allow-users-to-post-their-stories/)
 *  [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/allow-users-to-post-their-stories/#post-13234011)
 * I would like to add that feature too.
    -  This reply was modified 5 years, 9 months ago by [iamdev](https://wordpress.org/support/users/iamdev/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Story] Allow users to post their stories](https://wordpress.org/support/topic/allow-users-to-post-their-stories/)
 *  [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/allow-users-to-post-their-stories/#post-13234005)
 * Hey [@bikerflyeradmin](https://wordpress.org/support/users/bikerflyeradmin/),
   Can you please share with me how you made it possible for adding buddypress user
   an ability to post stories from their profile.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Story] Allow users to post their stories](https://wordpress.org/support/topic/allow-users-to-post-their-stories/)
 *  [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/allow-users-to-post-their-stories/#post-12601045)
 * Okay, Can you make it possible for my buddypress site i will pay, or any guide
   to make that possible will be greatly appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Verified Member for BuddyPress] Let user to ask for verification](https://wordpress.org/support/topic/let-user-to-ask-for-verification/)
 *  [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/let-user-to-ask-for-verification/#post-12601039)
 * I would be a great to let user to request a verification. Are you interested 
   to add that feature in your plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Story] Allow users to post their stories](https://wordpress.org/support/topic/allow-users-to-post-their-stories/)
 *  [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/allow-users-to-post-their-stories/#post-12496558)
 * Can you make this plugin to allow users to post stories from frontend just like
   how frontend post editor work. It would be great to see that addition.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Ghost (Hide My WP Ghost) - Security & Firewall] plugin breaks my site reset password](https://wordpress.org/support/topic/plugin-breaks-my-site-reset-password/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/plugin-breaks-my-site-reset-password/#post-11870933)
 * sorry i was a bit busy so couldn’t reply but i have send you the message with
   the url please check and please do solve the problem
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Ghost (Hide My WP Ghost) - Security & Firewall] plugin breaks my site reset password](https://wordpress.org/support/topic/plugin-breaks-my-site-reset-password/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/plugin-breaks-my-site-reset-password/#post-11864579)
 * ok where can i send you the website link privately
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Ghost (Hide My WP Ghost) - Security & Firewall] plugin breaks my site reset password](https://wordpress.org/support/topic/plugin-breaks-my-site-reset-password/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/plugin-breaks-my-site-reset-password/#post-11863850)
 * No my theme don’t have any custom login path i just set the custom login path
   from your plugin and user cannot reset their password
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Ghost (Hide My WP Ghost) - Security & Firewall] plugin breaks my site reset password](https://wordpress.org/support/topic/plugin-breaks-my-site-reset-password/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/plugin-breaks-my-site-reset-password/#post-11862694)
 * hey the new update didn’t solve the problem still user can no longer reset their
   password
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Ghost (Hide My WP Ghost) - Security & Firewall] plugin breaks my site reset password](https://wordpress.org/support/topic/plugin-breaks-my-site-reset-password/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/plugin-breaks-my-site-reset-password/#post-11827376)
 * After testing it what i have seen is that when you keep the default login name
   or don’t tick the hide my wp-login.php page OPTION AND CHANGE THE LOGIN NAME 
   AFTER IT then it is working because wp-login.php?action=lostpassword make the
   path correct according to the wordpress core
    -  This reply was modified 6 years, 9 months ago by [iamdev](https://wordpress.org/support/users/iamdev/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Ghost (Hide My WP Ghost) - Security & Firewall] plugin breaks my site reset password](https://wordpress.org/support/topic/plugin-breaks-my-site-reset-password/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/plugin-breaks-my-site-reset-password/#post-11824309)
 * Hi,
 * thanks you for your reply even after setting default path for lost password same
   message occur, i am using onesocial theme from buddyboss
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Block, Suspend, Report for BuddyPress] feature to report activity](https://wordpress.org/support/topic/feature-to-report-activity/)
 *  Thread Starter [iamdev](https://wordpress.org/support/users/iamdev/)
 * (@iamdev)
 * [7 years ago](https://wordpress.org/support/topic/feature-to-report-activity/#post-11451422)
 * Thanks,
    It would be great if these functionality are added.

Viewing 15 replies - 16 through 30 (of 36 total)

[←](https://wordpress.org/support/users/iamdev/replies/?output_format=md) [1](https://wordpress.org/support/users/iamdev/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/iamdev/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/iamdev/replies/page/3/?output_format=md)