Title: devbit's Replies | WordPress.org

---

# devbit

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BulletProof Security] [Plugin: BulletProof Security] Mint Stats no longer tracking](https://wordpress.org/support/topic/plugin-bulletproof-security-mint-stats-no-longer-tracking/)
 *  Thread Starter [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-bulletproof-security-mint-stats-no-longer-tracking/#post-2388763)
 * Found the solution right after posting, just create (or edit) an .htaccess file
   in the mint directory with the following line:
    `RewriteEngine Off` Started tracking
   immediately after adding this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[More Fields] [Plugin: More Fields] JavaScript error which causes errors in IE7 & IE8](https://wordpress.org/support/topic/plugin-more-fields-javascript-error-which-causes-errors-in-ie7-ie8/)
 *  [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-more-fields-javascript-error-which-causes-errors-in-ie7-ie8/#post-2325241)
 * I get a similar issue when using this plugin in Firefox. Error Console displays
   the error as
    `q is not a contructor` in `/wp-includes/js/tinymce/tiny_mce.js?
   ver=342-20110630` and the link overlay panel does not allow you to expand the“
   Or link to existing content” section.
 * This is a serious issue that severly cripples WordPress for my clients that need
   to be able to link to existing pages easily. If anyone has a fix, please post
   it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mobile Domain] [Plugin: Mobile Domain] Detect Logged in users](https://wordpress.org/support/topic/plugin-mobile-domain-detect-logged-in-users/)
 *  Thread Starter [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-mobile-domain-detect-logged-in-users/#post-2334484)
 * Figured it out – just added the following to my wp-config.php file:
    `define('
   COOKIE_DOMAIN', '.domainname.com');` The preceding “.” before the domain name
   will allow the site cookies to work within all subdomains.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Donate Plus] [Plugin: Donate Plus] Change User Role](https://wordpress.org/support/topic/plugin-donate-plus-change-user-role/)
 *  Plugin Author [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-donate-plus-change-user-role/#post-2037310)
 * Sorry, the plugin does not integrate with WordPress users at all. I will consider
   this in the future, but no plans as of yet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CMSify] [Plugin: CMSify] Doesn't hide all Widgets](https://wordpress.org/support/topic/plugin-cmsify-doesnt-hide-all-widgets/)
 *  Plugin Contributor [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-cmsify-doesnt-hide-all-widgets/#post-2279126)
 * Karyyyn, you can unregister a widget using the [unregister_widget()](http://codex.wordpress.org/Function_Reference/unregister_widget)
   function. You need to know the Class name used to extend the WP_Widget class 
   from within that plugins code. I’m adding the ability to enter custom class names
   into the next release of the plugin, but the function seems to be a bit unreliable
   as I couldn’t get some widgets to unregister no matter what.
 * Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Donate Plus] [Plugin: Donate Plus] Potentially Malicious HTML allowed in donor comments](https://wordpress.org/support/topic/plugin-donate-plus-potentially-malicious-html-allowed-in-donor-comments/)
 *  Plugin Author [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-donate-plus-potentially-malicious-html-allowed-in-donor-comments/#post-1735664)
 * The donation form (and PayPal) only allows 199 characters which your code exceeds,
   so it would be quite difficult to do too much damage, but I’ve taken your concerns
   to heart and have made sure that the paypal submitted comment also has all tags
   stripped in version 1.7.
 * The admin section is meant for the owner of the site, so it will allow any and
   all code to be entered into a previously submitted donor wall entry – if you 
   want to hack your own site that is up to you! 🙂
 * Thanks for the input!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CMS-Like Admin Menu] [Plugin: CMS-Like Admin Menu] seems to cause errors on 3.01](https://wordpress.org/support/topic/plugin-cms-like-admin-menu-seems-to-cause-errors-on-301/)
 *  [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-cms-like-admin-menu-seems-to-cause-errors-on-301/#post-1661349)
 * The plugin still isn’t compatible with v3+ – Just use the fix explained on this
   post – [http://wordpress.org/support/topic/plugin-cms-like-admin-menu-wp-30](http://wordpress.org/support/topic/plugin-cms-like-admin-menu-wp-30)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CMS-Like Admin Menu] [Plugin: cms-like-admin-menu ] Broken: URLs are wrong, icons are missing](https://wordpress.org/support/topic/plugin-cms-like-admin-menu-wp-30/)
 *  [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-cms-like-admin-menu-wp-30/#post-1549295)
 * Thank you for the post, it doesn’t look like this plugin is getting updated anytime
   soon though. Quick correction, the missing Classes are actually **menu-icon-page&
   menu-icon-post**
 * Here is the full source of the updated plugin if anyone is unsure of how to edit:
 *     ```
       <?php
       /*
       	Plugin Name: CMS-like Admin Menu (3.0 Compatible)
       	Plugin URI: http://reciprocity.be/cms-menu/
       	Version: 2.2
       	Description: Makes the WordPress Admin menu focused for a more CMS-like usage.
       	Author: Keith Solomon
       	Author URI: http://reciprocity.be/
   
       	Copyright (c) 2009 Keith Solomon (http://reciprocity.be)
       	CMS-like Admin Menu is released under the GNU General Public License (GPL)
       	http://www.gnu.org/licenses/gpl.txt
       */
   
       /**
        * Changes the positions of the Post and Page menu items in admin menu bar.
        *
        * The elements in the $menu[x] array are:
        *     0: Menu item name
        *     1: Minimum level or capability required.
        *     2: The URL of the item's file
        *     3: Class
        *     4: ID
        *     5: Icon for top level menu
        */
   
       if (!function_exists('change_post_links')) {
       	function change_post_links() {
       		global $menu, $submenu, $wp_taxonomies;
   
       		// Unset Post & Page menus so we can change them
       		unset($menu[5]);
       		unset($menu[20]);
   
       		// Change menu order to reflect new positions
       		$menu[5] = array(__('Pages'), 'edit_pages', 'edit.php?post_type=page', '', 'wp-menu-open menu-top menu-icon-page', 'menu-pages', 'div');
       		$submenu['edit-pages.php'][5] = array(__('Edit'), 'edit_pages', 'edit.php?post_type=page');
       		$submenu['edit-pages.php'][10] = array(_c('Add New|page'), 'edit_pages', 'post-new.php?post_type=page');
   
       		$menu[20] = array(__('Posts'), 'edit_posts', 'edit.php', '', 'menu-top menu-icon-post', 'menu-posts', 'div');
       		$submenu['edit.php'][5]  = array(__('Edit'), 'edit_posts', 'edit.php');
       		$submenu['edit.php'][10]  = array(_c('Add New|post'), 'edit_posts', 'post-new.php');
   
       		$i = 15;
       		/*foreach ( $wp_taxonomies as $tax ) {
       			if ( $tax->hierarchical || ! in_array('post', (array) $tax->object_type, true) )
       				continue;
   
       			$submenu['edit.php'][$i] = array( esc_attr($tax->label), 'manage_categories', 'edit-tags.php?taxonomy=' . $tax->name );
       			++$i;
       		}
   
       		$submenu['edit.php'][50] = array( __('Categories'), 'manage_categories', 'edit-tags.php?taxonomy=category' );*/
       	}
       }
   
       add_action('admin_menu', 'change_post_links');
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Donate Plus] Version 1.6 not working](https://wordpress.org/support/topic/plugin-donate-plus-version-16-not-working/)
 *  [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-donate-plus-version-16-not-working/#post-1265417)
 * It’s PayPal, they keep changing how they handle the payment notifications and
   apparently the PayPal sandbox isn’t accurate either so it’s really hard to fix.
   I’m working on it though, thanks guys!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: Donate Plus] Testing Mode and Donor Comments](https://wordpress.org/support/topic/plugin-donate-plus-testing-mode-and-donor-comments/)
 *  [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-donate-plus-testing-mode-and-donor-comments/#post-1140820)
 * Testing mode is now in the admin options for easier usage. Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [pictures upload problems](https://wordpress.org/support/topic/pictures-upload-problems/)
 *  [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/pictures-upload-problems/page/2/#post-1120010)
 * Fixed mine as well, turns out the default setting puts the full path to your 
   upload folder in the database, like so
 * > /data/0/0/19/12/19990/user/32456/htdocs/wordpress2/wp-content/uploads
 * even though the Settings > Miscellaneous Panel still only shows
 * > wp-content/uploads
 * So if you update this setting, it changes the default correct absolute path into
   the wrong relative path which doesn’t work.
 * I just went into the database and changed the setting for wp_options upload_path
   to the absolute path and uploads resumed again. You can also just enter your 
   absolute path into the Miscellaneous Panel and it will work as well, but it will
   always show the relative path here, even though the saved value is absolute.
 * Very strange behavior, but it worked!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [pictures upload problems](https://wordpress.org/support/topic/pictures-upload-problems/)
 *  [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/pictures-upload-problems/#post-1120000)
 * Yep, that is the same issue. Only happening on this one installation, have plenty
   of others working just fine on a different host, so I’m thinking it’s a server
   issue. I’ll let you know if I find out anything.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [pictures upload problems](https://wordpress.org/support/topic/pictures-upload-problems/)
 *  [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/pictures-upload-problems/#post-1119995)
 * Having the same issue on a client site. Uploading anything (jpgs, pdfs, etc) 
   seems to complete fine, but nothing is there, no image, no pdf just the filename
   and info from the upload – it’s like it’s uploading to a tmp folder but not getting
   moved to the final location. I can use uploader in other plugins such as Register
   Plus logo upload in the same installation and it saves fine. I’ve re-uploaded
   all installation files for WP, switched the upload directory, turned off date-
   based directories, everything suggested in this and other threads. Very baffled
   what the problem is here.
 * Any help/suggestions would be greatly appreciated! Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: Useful 404’s] email notification](https://wordpress.org/support/topic/plugin-useful-404s-email-notification/)
 *  [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [17 years ago](https://wordpress.org/support/topic/plugin-useful-404s-email-notification/#post-1067098)
 * Does you blog send other email notifications? You may have an issue with your
   server not allowing mail to be sent. If so, try using an alternative mailer plugin–
   [http://wordpress.org/extend/plugins/search.php?q=mailer](http://wordpress.org/extend/plugins/search.php?q=mailer)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Useful 404’s] not working & permalink](https://wordpress.org/support/topic/plugin-useful-404s-not-working-038-permalink/)
 *  [devbit](https://wordpress.org/support/users/devbit/)
 * (@devbit)
 * [17 years ago](https://wordpress.org/support/topic/plugin-useful-404s-not-working-038-permalink/#post-958308)
 * **hubbers**: It looks like you may need to put the `useful404s();` code into 
   your index.php template as it seems to be overriding your 404.php template for
   posts not found. Just look for the text `Sorry, no posts matched your criteria.`
   and put the call near that. You may need to setup your WordPress to work with
   custom 404s as well using something like [http://www.keyboardface.com/iis-permalinks/](http://www.keyboardface.com/iis-permalinks/)
 * Good Luck!

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

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