Title: Kyle H's Replies | WordPress.org

---

# Kyle H

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bing URL Submissions Plugin] Post submission get interfered with other plugins](https://wordpress.org/support/topic/post-submission-get-interfered-with-other-plugins-2/)
 *  [Kyle H](https://wordpress.org/support/users/cikez/)
 * (@cikez)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/post-submission-get-interfered-with-other-plugins-2/#post-13387186)
 * Hi, even after the recent update, your plugin is still submitting Elementor URLs.
 * Example: [https://www.mydomain.com/?elementor_library=still-need-help](https://www.mydomain.com/?elementor_library=still-need-help)
 * This is a Global Widget in Elementor. Please fix.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Reseller Store] Keeping customers logged in when they go back out to the WordPress site](https://wordpress.org/support/topic/keeping-customers-logged-in-when-they-go-back-out-to-the-wordpress-site/)
 *  [Kyle H](https://wordpress.org/support/users/cikez/)
 * (@cikez)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/keeping-customers-logged-in-when-they-go-back-out-to-the-wordpress-site/#post-13214994)
 * Is GoDaddy still updating this Plugin for us resellers (I sure hope so)? I would
   also like to see if the above request is possible. I also have a lot of other
   suggestions if someone from the GoDaddy team would like to hear them, please 
   contact me. Thanks. -Kyle
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolbar Remixed - Free] Settings Options: None](https://wordpress.org/support/topic/settings-options-none/)
 *  [Kyle H](https://wordpress.org/support/users/cikez/)
 * (@cikez)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/settings-options-none/#post-3723927)
 * Thanks Randell. That def is the issue. Not sure why the developer has not put
   out a quick fix for this.
 * Instead of diving into the code and editing it I just renamed the folder of the
   plugin from “toolbar-remixed-free” to “toolbar-remixed” and this seemed to fix
   the issue.
 * Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Welcome Pack] Welcome pack not sending welcome message anymore](https://wordpress.org/support/topic/welcome-pack-not-sending-welcome-message-anymore/)
 *  [Kyle H](https://wordpress.org/support/users/cikez/)
 * (@cikez)
 * [13 years ago](https://wordpress.org/support/topic/welcome-pack-not-sending-welcome-message-anymore/#post-3497741)
 * I would also love to see an update to this plugin. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolbar Remixed - Free] Settings Options: None](https://wordpress.org/support/topic/settings-options-none/)
 *  [Kyle H](https://wordpress.org/support/users/cikez/)
 * (@cikez)
 * [13 years ago](https://wordpress.org/support/topic/settings-options-none/#post-3723918)
 * Same issue here. Please fix 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Join My Multisite] Sub sites not allowing users to register blog](https://wordpress.org/support/topic/sub-sites-not-allowing-users-to-register-blog/)
 *  Thread Starter [Kyle H](https://wordpress.org/support/users/cikez/)
 * (@cikez)
 * [13 years ago](https://wordpress.org/support/topic/sub-sites-not-allowing-users-to-register-blog/#post-3891185)
 * Ok, I understand that but at this time it lets them JOIN and CREATE on subsites.
   Do you know of anyway to not allow them to CREATE on subsites?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Hide Default User Roles](https://wordpress.org/support/topic/hide-default-user-roles/)
 *  Thread Starter [Kyle H](https://wordpress.org/support/users/cikez/)
 * (@cikez)
 * [13 years ago](https://wordpress.org/support/topic/hide-default-user-roles/#post-3842657)
 * Vladimir,
 * I tried adding the following code to my themes functions.php file and got
 *     ```
       if (!current_user_can('author')) {
       add_filter('editable_roles', 'exclude_role' );
       public function exclude_role($roles)
       {
   
           if (isset($roles['author'])) {
             unset($roles['author']);
           }
   
           return $roles;
       }
       }
       ```
   
 * “HTTP Error 500 (Internal Server Error): An unexpected condition was encountered
   while the server was attempting to fulfill the request.”
 * Any ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] Working with Buddypress and BP Docs?](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-working-with-buddypress-and-bp-docs/)
 *  [Kyle H](https://wordpress.org/support/users/cikez/)
 * (@cikez)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-working-with-buddypress-and-bp-docs/page/2/#post-2779624)
 * Oh, and this is what I see for the title code that is already in the header. 
   This is what I was replacing with the code that you provided.
 * <title><?php wp_title(‘|’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title
   >
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] Working with Buddypress and BP Docs?](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-working-with-buddypress-and-bp-docs/)
 *  [Kyle H](https://wordpress.org/support/users/cikez/)
 * (@cikez)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-working-with-buddypress-and-bp-docs/page/2/#post-2779623)
 * Ok, Well thanks but it still doesn’t seem to work for my themes.
 * I am using Artisteer 4.0 themes. I added the line above you told me to add to
   the top and also tried adding add_filter( ‘wp_title’, ‘bp_modify_page_title’,
   16, 3 ) to bp-custom.php and changing it directly in the core file.. I did not
   see any changes to my member profile titles.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] Buddypress Integration](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-buddypress-integration/)
 *  [Kyle H](https://wordpress.org/support/users/cikez/)
 * (@cikez)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-buddypress-integration/#post-3075124)
 * I am also still trying to get Yoast to work with BuddyPress pages. It seems that
   all of the BuddyPress pages have the same Titles instead of dynamically setting
   them based on the page they are on, IE: Profile page with members name in the
   title.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] Working with Buddypress and BP Docs?](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-working-with-buddypress-and-bp-docs/)
 *  [Kyle H](https://wordpress.org/support/users/cikez/)
 * (@cikez)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-working-with-buddypress-and-bp-docs/page/2/#post-2779621)
 * I tried changing add_filter( ‘wp_title’, ‘bp_modify_page_title’, 10, 3 ) to add_filter(‘
   wp_title’, ‘bp_modify_page_title’, 16, 3 ) and it did not seem to work for me.
   It looks like it is still enforcing the Yoast SEO titles. I even tried adding
   add_filter( ‘wp_title’, ‘bp_modify_page_title’, 16, 3 ) to bp-custom.php.
 * Any ideas? I would love to be able to get SEO titles working on all my buddypress
   pages.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe To Comments Reloaded] [Plugin: Subscribe To Comments Reloaded] Adding rel='nofollow' to the 'subscribe&#039](https://wordpress.org/support/topic/plugin-subscribe-to-comments-reloaded-adding-relnofollow-to-the-subscribe-link/)
 *  [Kyle H](https://wordpress.org/support/users/cikez/)
 * (@cikez)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-subscribe-to-comments-reloaded-adding-relnofollow-to-the-subscribe-link/#post-1967913)
 * [@dreamgrowers](https://wordpress.org/support/users/dreamgrowers/)
 * I also was having issues with the Comment Subscriptions page linking to [http://mydomain.com/http://mrdomain.com/?page_id=9999999/](http://mydomain.com/http://mrdomain.com/?page_id=9999999/).
   I fixed this temporarily by doing the following:
 * 1. Go to /plugins/subscribe-to-comments-reloaded/ and edit the file ‘subscribe-
   to-comments-reloaded.php’
 * 2. Around line 523 you will see:
    ‘guid’ => get_bloginfo(‘url’).’/?page_id=9999999′,‘
   post_name’ => get_bloginfo(‘url’).’/?page_id=9999999′,
 * Change this to:
    ‘guid’ => ‘/comment-subscriptions/’, ‘post_name’ => ‘/comment-
   subscriptions/’,
 * Keep in mind that yours may be different depending what you named the page. What
   was happening is get_bloginfo(‘url’) was creating the blog URL but it seems that
   WordPress already knows to add your blog URL so there is no need for get_bloginfo(‘
   url’) before the page name.
 * Hope this helps as a temporary fix until the developer can release a fix.
 * -Kyle

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