Title: ENHAdmin's Replies | WordPress.org

---

# ENHAdmin

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

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

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wired Impact Volunteer Management] Opportunities Display](https://wordpress.org/support/topic/opportunities-display/)
 *  Thread Starter [ENHAdmin](https://wordpress.org/support/users/enhadmin/)
 * (@enhadmin)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/opportunities-display/#post-18467684)
 * [@jg-visual](https://wordpress.org/support/users/jg-visual/), no worries at all.
   I was just curious. I figured that we might be able to build something custom
   for our customer; was curious if I had missed something.
   Thank you for the response.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[BuddyPress] Broken, 0 stars.](https://wordpress.org/support/topic/broken-0-stars/)
 *  Thread Starter [ENHAdmin](https://wordpress.org/support/users/enhadmin/)
 * (@enhadmin)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/broken-0-stars/#post-8457800)
 * It is absolutely a reason to give zero stars. After searching said forums I discovered
   that people had the same issue; with no resolution. I’m sure beating a dead horse
   will fix the plugin. And ultimately, it is absolutely fair, thing of the people
   who took the time and effort to install, attempt to diagnose and report back 
   and say, “This is the issue.” and have zero resolution.
 * I’ve moved on from this; and will still give it my rating. I have no intention
   of attempting to install the travesty that is buddy press.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Invoice - Web Invoice and Billing] Recurring Invoice Setup](https://wordpress.org/support/topic/recurring-invoice-setup/)
 *  Thread Starter [ENHAdmin](https://wordpress.org/support/users/enhadmin/)
 * (@enhadmin)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/recurring-invoice-setup/#post-7554283)
 * Maria, thank you so much for the reply, and I apologize for my late reply.
 * It appears my PayPal is not set up fully to incorporate the Recurring Invoices.
   Again, thank you so much for the reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sprout Invoices - Client Invoicing & Estimates] Correlation between: sa_invoice and client/user](https://wordpress.org/support/topic/correlation-between-sa_invoice-and-clientuser/)
 *  Thread Starter [ENHAdmin](https://wordpress.org/support/users/enhadmin/)
 * (@enhadmin)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/correlation-between-sa_invoice-and-clientuser/#post-7529351)
 * Dan,
 * Thank you so much for the reply.
 * I see what’s happening now, I think I have all the information to start manipulating
   the information I need to share.
 * I do see the benefit of the Pro Version, in fact, I have a potential new client
   who is going to utilize the Pro Version on their site, the summer sale helped
   with that decision immensely!
 * There are functions that I’m needing that just aren’t apart of the Pro Version.
 * Again, thank you so much Dan.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multi-site or Cookies](https://wordpress.org/support/topic/multi-site-or-cookies/)
 *  Thread Starter [ENHAdmin](https://wordpress.org/support/users/enhadmin/)
 * (@enhadmin)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/multi-site-or-cookies/#post-7485632)
 * Okay, so Multi-site would simplify the way I do things, but isn’t the fix for
   my current issue.
 * While, I’m okay with the way the login is done if the user logs in prior to checking
   with this application, I have a script that checks if the user is logged in, 
   if they are then they continue to the app, if they are not, they are redirected
   to the login. Which is part of the problem; they are sent to domain1 login, so
   when they successfully login they are sent to domain1 instead of domain2.
 * So, another question on Multi-site as it might actually help somewhat now that
   I’ve typed out the above.
 * When a user navigates to a login page using multi-site, what login page are the
   directed to? Is it for one specific domain, or is a general login page where:
   when the user logs in it sends them back to the domain they were on.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Get current user ID then post into separate database](https://wordpress.org/support/topic/get-current-user-id-then-post-into-separate-database/)
 *  Thread Starter [ENHAdmin](https://wordpress.org/support/users/enhadmin/)
 * (@enhadmin)
 * [10 years ago](https://wordpress.org/support/topic/get-current-user-id-then-post-into-separate-database/#post-7441986)
 * Here is the resolution as of now:
 * on the action page you must call the get_current_user_id function in PHP. I got
   it prior to making the connection with the Database. I then inserted it into 
   the tbl with a value of: $current_user_id (This will depend on the variable you
   define).
 * Make sure that the action file is in your root directory so it will properly 
   require the wp-load and wp-blog-header.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Get current user ID then post into separate database](https://wordpress.org/support/topic/get-current-user-id-then-post-into-separate-database/)
 *  Thread Starter [ENHAdmin](https://wordpress.org/support/users/enhadmin/)
 * (@enhadmin)
 * [10 years ago](https://wordpress.org/support/topic/get-current-user-id-then-post-into-separate-database/#post-7441947)
 * I think what I’ll have to do is: use the same code that requires login, on the
   action page, define $current_user_id as get_current_user_id(), then with the 
   mysqli_query, insert into tbl (userid) values($current_user_id). Wish me luck
   everyone!
 * I would like this to stay open until it’s been solved, for anyone else looking
   for the same thing.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Uploading to media on my local host](https://wordpress.org/support/topic/uploading-to-media-on-my-local-host/)
 *  [ENHAdmin](https://wordpress.org/support/users/enhadmin/)
 * (@enhadmin)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/uploading-to-media-on-my-local-host/#post-6826370)
 * If you could elaborate a little more and give some more information, it’d help
   us help you. Screenshots would help immensely.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Restoring/Re-installing](https://wordpress.org/support/topic/restoringre-installing/)
 *  Thread Starter [ENHAdmin](https://wordpress.org/support/users/enhadmin/)
 * (@enhadmin)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/restoringre-installing/#post-6389615)
 * Can’t remember that far back, but I got it figured out…so this is solved.

Viewing 9 replies - 1 through 9 (of 9 total)