Title: beatbox433's Replies | WordPress.org

---

# beatbox433

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Plugin settings only avail. in blog #1 – get_option() solutions?](https://wordpress.org/support/topic/plugin-settings-only-avail-in-blog-1-get_option-solutions/)
 *  Thread Starter [beatbox433](https://wordpress.org/support/users/beatbox433/)
 * (@beatbox433)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-settings-only-avail-in-blog-1-get_option-solutions/#post-1718995)
 * That sounds like a good way to go. I’ll look into it. I’m not so up to speed 
   on the different hooks available.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite -> single blog conversion and back](https://wordpress.org/support/topic/multisite-single-blog-conversion-and-back/)
 *  [beatbox433](https://wordpress.org/support/users/beatbox433/)
 * (@beatbox433)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/multisite-single-blog-conversion-and-back/#post-1645592)
 * Well I seem to have it working. I exported the blog tables, did a replace text
   on the url of the site, in the sql file, imported it into the new site, added
   the user and the usermeta values…
 * I imported into a test site, so now I’ll use the export / import functionality.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite -> single blog conversion and back](https://wordpress.org/support/topic/multisite-single-blog-conversion-and-back/)
 *  [beatbox433](https://wordpress.org/support/users/beatbox433/)
 * (@beatbox433)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/multisite-single-blog-conversion-and-back/#post-1645591)
 * Do you know if it’s possible to move an individual blog from an old WPMU database
   to a new installation of WordPress (multisite)?
    I’m having problems recreating
   the old site in order to use the export function. Any tips for moving a site 
   from database to database? Apart from avoid 🙂
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multi-user set up – users can’t customize themes](https://wordpress.org/support/topic/multi-user-set-up-users-cant-customize-themes/)
 *  Thread Starter [beatbox433](https://wordpress.org/support/users/beatbox433/)
 * (@beatbox433)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/multi-user-set-up-users-cant-customize-themes/#post-1554088)
 * I updated this in one of the themes:
 *     ```
       add_theme_page(__('Customize Theme', 'constructor'),
                              __('Customize', 'constructor'),
                              'edit_themes',
                              'functions.php',
                              array($this, 'getPage'));
       ```
   
 * to this:
 *     ```
       add_theme_page(__('Customize Theme', 'constructor'),
                              __('Customize', 'constructor'),
                              'edit_theme_options',
                              'functions.php',
                              array($this, 'getPage'));
       ```
   
 * And that seemed to do the trick.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multi-user set up – users can’t customize themes](https://wordpress.org/support/topic/multi-user-set-up-users-cant-customize-themes/)
 *  Thread Starter [beatbox433](https://wordpress.org/support/users/beatbox433/)
 * (@beatbox433)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/multi-user-set-up-users-cant-customize-themes/#post-1554086)
 * Thanks Andrea. I will look into that. Not sure what a cap is but I can find out
   🙂
 * kpdesign – we are not talking about editing the theme files at code level, but
   taking advantage of the built-in theme options – e.g. edit header image, change
   font families, etc. It’s important in my set up to allow users to design their
   own blogs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How is the Admin Panel Compiled?](https://wordpress.org/support/topic/how-is-the-admin-panel-compiled/)
 *  [beatbox433](https://wordpress.org/support/users/beatbox433/)
 * (@beatbox433)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/how-is-the-admin-panel-compiled/#post-1250373)
 * Hi,
    I’m also interested in this. See: [http://wordpress.org/support/topic/325853?replies=2](http://wordpress.org/support/topic/325853?replies=2)
   Perhaps we could share info. as we find it? Mike
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Rearrange admin panel layout – plugin or hack core?](https://wordpress.org/support/topic/rearrange-admin-panel-layout-plugin-or-hack-core/)
 *  Thread Starter [beatbox433](https://wordpress.org/support/users/beatbox433/)
 * (@beatbox433)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/rearrange-admin-panel-layout-plugin-or-hack-core/#post-1259759)
 * Hopeful bump.

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