Title: Lee's Replies | WordPress.org

---

# Lee

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 100 total)

1 [2](https://wordpress.org/support/users/diondeville/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/diondeville/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/diondeville/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/diondeville/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/diondeville/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/diondeville/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I upgraded to WordPress 4.0 and now I'm back to "Hello World"](https://wordpress.org/support/topic/i-upgraded-to-wordpress-40-and-now-im-back-to-hello-world/)
 *  [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/i-upgraded-to-wordpress-40-and-now-im-back-to-hello-world/#post-5263311)
 * [@jan](https://wordpress.org/support/users/jan/)
 * Was unaware I’d posted under two different accounts. I use an autoform filler
   extension in my browser. It appears to have switched preference for the WordPress
   account it logs me into since the most recent Firefox upgrade.
 * I have two separate WordPress accounts. Will I need to confirm whether my least
   used account is collecting any site stats and other data before any account is
   made inactive? What does ‘inactive’ mean in terms of my ability to access an 
   account for viewing historic usage of the account e.g. forum activity, site connectivity,
   blogs (I believe one has a WP.com blog associated with it), site subscriptions,
   site logins, SVN access etc..?
 * The account I prefer is leehodson and I need to ensure the autoform fill extension
   logs me in under that account.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I upgraded to WordPress 4.0 and now I'm back to "Hello World"](https://wordpress.org/support/topic/i-upgraded-to-wordpress-40-and-now-im-back-to-hello-world/)
 *  [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/i-upgraded-to-wordpress-40-and-now-im-back-to-hello-world/#post-5263310)
 * Before running the import, can we check something with you: when you go to ‘Dashboard
   > Posts’, how many posts do you see?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I upgraded to WordPress 4.0 and now I'm back to "Hello World"](https://wordpress.org/support/topic/i-upgraded-to-wordpress-40-and-now-im-back-to-hello-world/)
 *  [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/i-upgraded-to-wordpress-40-and-now-im-back-to-hello-world/#post-5263300)
 * In a standard set-up, there should be one database table for the website. This
   means someone with a standard WordPress setup will have listed in their wp-config.
   php file
 * a database name,
    a database user, a database password, a database prefix
 * Some WordPress sites use multiple databases. Multiple databases are normally 
   used by massive sites with lots of data in their databases.
 * If you have more than one database listed in wp-config then you are either a)
   using multiple databases, or, b) this upgrade and a previous upgrade have gone
   awry and WP has erroneously created new database tables for you (possibly caused
   by a plugin).
 * Backup your wp-config.php file then remove the extra tables from wp-config. You
   likely need only wor2 or wor2 & wor1, depending on how your site is configured.
 * At this point, based on what you are saying, I recommend you ask a web developer
   who specialises in WordPress to investigate and repair your site for you.
 * Other than that, keep asking for advice here in the WordPress forums but beware
   that this could get complicated and you might find you make a change that requires
   you to restore your site from a backup.
 * Please do not link to wp-config.php nor publish the contents of your wp-config.
   php file. Doing so will open the gates to hackers.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Setting Content Security Policy and other security related headers](https://wordpress.org/support/topic/setting-content-security-policy-and-other-security-related-headers/)
 *  [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/setting-content-security-policy-and-other-security-related-headers/#post-4082237)
 * Thanks for sharing this.
 * There is a plugin for CSP. Hasn’t been updated since 2010. You might find some
   guidance through looking over the code used in it: [http://wordpress.org/plugins/content-security-policy/](http://wordpress.org/plugins/content-security-policy/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Variable Product not showing ADD TO CART (Yes ive tried all fixes listed)](https://wordpress.org/support/topic/variable-product-not-showing-add-to-cart-yes-ive-tried-all-fixes-listed/)
 *  [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/variable-product-not-showing-add-to-cart-yes-ive-tried-all-fixes-listed/#post-4640350)
 * Glad you got it resolved.
 * Little tip re shortcodes, WP won’t parse shortcodes that are double bracketed
   e.g. [shortcode](http://codex.wordpress.org/shortcode) though the shortode tag
   will display on the front end of the site. HTML comments added in the text editor(
   not the visual) shouldn’t display on screen at all.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-FB-comments] anyone have this plugin working?](https://wordpress.org/support/topic/anyone-have-this-plugin-working/)
 *  [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/anyone-have-this-plugin-working/#post-3442408)
 * The plugin works for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Random Post Thumbnails Widget] [Plugin: Advanced Random Post Thumbnails Widget] Thumbnail image quality!](https://wordpress.org/support/topic/plugin-advanced-random-post-thumbnails-widget-thumbnail-image-quality/)
 *  Plugin Author [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-advanced-random-post-thumbnails-widget-thumbnail-image-quality/#post-2802304)
 * The plugin pulls in the WordPress thumbnail. It doesn’t use external libraries
   to resize the thumbnails it collects. I’d have to rewrite the plugin to make 
   it work differently and at the moment I don’t have the time to do that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Random Post Thumbnails Widget] [Plugin: Advanced Random Post Thumbnails Widget] Pulling wrong image](https://wordpress.org/support/topic/plugin-advanced-random-post-thumbnails-widget-pulling-wrong-image/)
 *  Plugin Author [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-advanced-random-post-thumbnails-widget-pulling-wrong-image/#post-3043862)
 * Hi, sorry for my delayed response. I haven’t been paying much attention to this
   plugin’s development. This was resolved by Jonas. You can see his solution at
   [http://wordpress.org/support/topic/sort-order-1/](http://wordpress.org/support/topic/sort-order-1/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Random Post Thumbnails Widget] [Plugin: Advanced Random Post Thumbnails Widget] Using the plugin inside a template file](https://wordpress.org/support/topic/plugin-advanced-random-post-thumbnails-widget-using-the-plugin-inside-a-template-file/)
 *  Plugin Author [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-advanced-random-post-thumbnails-widget-using-the-plugin-inside-a-template-file/#post-2760464)
 * Good suggestions, Speakethics.
 * kkriss, you would need to add a new widget area to your theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Random Post Thumbnails Widget] Sort order](https://wordpress.org/support/topic/sort-order-1/)
 *  Plugin Author [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/sort-order-1/#post-3363738)
 * No offence taken. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Custom Profile Menu] It's not adding the core tabs](https://wordpress.org/support/topic/its-not-adding-the-core-tabs/)
 *  [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/its-not-adding-the-core-tabs/#post-3172344)
 * Use BuddyMenu BuddyLinks. It has both vertical and horizontal menu options plus
   shortlinks for custom BuddyPress links:
 * [http://wordpress.org/extend/plugins/buddymenu-buddylinks/](http://wordpress.org/extend/plugins/buddymenu-buddylinks/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Reviews] Pagination not working…please help!](https://wordpress.org/support/topic/cant-open-additional-pages-of-reviews/)
 *  [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/cant-open-additional-pages-of-reviews/#post-3307864)
 * Same problem here, too. 3 pages but only the first page opens.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate TinyMCE] Waht's Happened to Test Style and the Shortcode Dropdowns?](https://wordpress.org/support/topic/wahts-happened-to-test-style-and-the-shortcode-dropdowns/)
 *  Thread Starter [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/wahts-happened-to-test-style-and-the-shortcode-dropdowns/#post-3303593)
 * Thank you. That explains it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Custom Profile Menu] It's not adding the core tabs](https://wordpress.org/support/topic/its-not-adding-the-core-tabs/)
 *  [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/its-not-adding-the-core-tabs/#post-3172315)
 * I have the same issue. BuddyPress menu items are not being added when the menu
   is used via the Custom Menu Widget. However, non BuddyPress menus added to the
   custom menu are being added to the BuddyPress menu at the top right of the admin
   bar.
 * Using WP 3.5
    Multisite BuddyPress 1.6.2
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Invite Anyone] [Plugin: Invite Anyone] Emails not going, Multisite config Panel missing](https://wordpress.org/support/topic/plugin-invite-anyone-emails-not-going-multisite-config-panel-missing/)
 *  [Lee](https://wordpress.org/support/users/diondeville/)
 * (@diondeville)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-invite-anyone-emails-not-going-multisite-config-panel-missing/#post-3018344)
 * Was looking for the settings page too. New I had seen it somewhere but it remained
   elusive. Thank you, Michael.

Viewing 15 replies - 1 through 15 (of 100 total)

1 [2](https://wordpress.org/support/users/diondeville/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/diondeville/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/diondeville/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/diondeville/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/diondeville/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/diondeville/replies/page/2/?output_format=md)