Title: mikesmobile's Replies | WordPress.org

---

# mikesmobile

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Custom default installation](https://wordpress.org/support/topic/custom-default-installation/)
 *  Thread Starter [mikesmobile](https://wordpress.org/support/users/mikesmobile/)
 * (@mikesmobile)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/custom-default-installation/#post-872165)
 * Perfect. Thank you.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Custom default installation](https://wordpress.org/support/topic/custom-default-installation/)
 *  Thread Starter [mikesmobile](https://wordpress.org/support/users/mikesmobile/)
 * (@mikesmobile)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/custom-default-installation/#post-871887)
 * MichaelH. Is there some documentation available that might provide some instruction
   on customizing the upgrade.php file?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Custom default installation](https://wordpress.org/support/topic/custom-default-installation/)
 *  Thread Starter [mikesmobile](https://wordpress.org/support/users/mikesmobile/)
 * (@mikesmobile)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/custom-default-installation/#post-871886)
 * Thank you MichaelH. You’ve been a lot of help lately 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding new fields to WordPress tables(database)](https://wordpress.org/support/topic/adding-new-fields-to-wordpress-tablesdatabase/)
 *  [mikesmobile](https://wordpress.org/support/users/mikesmobile/)
 * (@mikesmobile)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/adding-new-fields-to-wordpress-tablesdatabase/#post-833517)
 * Thanks also to [NC@WP](http://wordpress.org/support/profile/586011) (above) who
   provided this link which further clarifies the ‘wpdb Class’, [http://codex.wordpress.org/Function_Reference/wpdb_Class](http://codex.wordpress.org/Function_Reference/wpdb_Class).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding content from other database table](https://wordpress.org/support/topic/adding-content-from-other-database-table/)
 *  [mikesmobile](https://wordpress.org/support/users/mikesmobile/)
 * (@mikesmobile)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/adding-content-from-other-database-table/#post-633527)
 * I had a similar question/issue. I needed to add a table and then access the data
   in that table –> having it displayed on the WordPress blog.
 * I found this post yesterday, [http://wordpress.org/support/topic/196353](http://wordpress.org/support/topic/196353),
   but noticed it did not have a recent response or solution. I submitted another
   post to the topic and low and behold, I got a response (thanks [MichaelH](http://codex.wordpress.org/User:MichaelH)).
   The plugin that MichaelH refers to looks promising. I have not installed and/
   or tested it yet, but I did read up a little on how to use the [wpdb codex](http://codex.wordpress.org/wpdb).
   I tested it a little and that worked.
 * See also:
    [http://wordpress.org/support/topic/196830](http://wordpress.org/support/topic/196830)
   [http://wordpress.org/support/topic/196353](http://wordpress.org/support/topic/196353)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add Tables to WP Database?](https://wordpress.org/support/topic/add-tables-to-wp-database/)
 *  [mikesmobile](https://wordpress.org/support/users/mikesmobile/)
 * (@mikesmobile)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/add-tables-to-wp-database/#post-835500)
 * I had a similar question/issue. I needed to add a table and then access the data
   in that table –> having it displayed on the WordPress blog.
 * I found this post yesterday, [http://wordpress.org/support/topic/196353](http://wordpress.org/support/topic/196353),
   but noticed it did not have a recent response or solution. I submitted another
   post to the topic and low and behold, I got a response (thanks [MichaelH](http://codex.wordpress.org/User:MichaelH)).
   The plugin that MichaelH refers to looks promising. I have not installed and/
   or tested it yet, but I did read up a little on how to use the [wpdb codex](http://codex.wordpress.org/wpdb).
   I tested it a little and that worked.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding new fields to WordPress tables(database)](https://wordpress.org/support/topic/adding-new-fields-to-wordpress-tablesdatabase/)
 *  [mikesmobile](https://wordpress.org/support/users/mikesmobile/)
 * (@mikesmobile)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/adding-new-fields-to-wordpress-tablesdatabase/#post-833516)
 * Thanks MichaelH. I will look at the documentation.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding new fields to WordPress tables(database)](https://wordpress.org/support/topic/adding-new-fields-to-wordpress-tablesdatabase/)
 *  [mikesmobile](https://wordpress.org/support/users/mikesmobile/)
 * (@mikesmobile)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/adding-new-fields-to-wordpress-tablesdatabase/#post-833509)
 * MichaelH. That’s great. I will look at the plug-in. Let’s say that I get the 
   table created and data stored, how do I “call” that data? Is there a preferred
   method? I saw the post located at, [http://codex.wordpress.org/wpdb](http://codex.wordpress.org/wpdb).
   I’m still reading through it. Am I looking in the right area?
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding new fields to WordPress tables(database)](https://wordpress.org/support/topic/adding-new-fields-to-wordpress-tablesdatabase/)
 *  [mikesmobile](https://wordpress.org/support/users/mikesmobile/)
 * (@mikesmobile)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/adding-new-fields-to-wordpress-tablesdatabase/#post-833507)
 * Hi Wolfull and NC@WP.
 * I stumbled upon your posts from Google. I am hoping you could provide some guidance.
 * Here is what I am trying to do:
    1) Add a new table to my WP database. I got 
   this part down okay. 2) Add a few fields to said table. I got this part down 
   okay. 3) I need to add the ability to add that field data to my WP templates.
   How do I call that data?
 * I was going to simply add fields to the wp_user table, but after reading NC@WP’s
   response, I decided to create a new table.
 * Any guidance would be much appreciated.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Integrated login?](https://wordpress.org/support/topic/integrated-login/)
 *  [mikesmobile](https://wordpress.org/support/users/mikesmobile/)
 * (@mikesmobile)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/integrated-login/#post-612568)
 * Hi zeveck,
 * Did you ever find out how to do this intergrated login?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Transparent external authentication](https://wordpress.org/support/topic/transparent-external-authentication/)
 *  [mikesmobile](https://wordpress.org/support/users/mikesmobile/)
 * (@mikesmobile)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/transparent-external-authentication/#post-783119)
 * Hi wdgolden,
 * Did you ever find an answer for this?

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