Title: rdosza's Replies | WordPress.org

---

# rdosza

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Ghost (Hide My WP Ghost) - Security & Firewall] Issues](https://wordpress.org/support/topic/garbage-watch-out-stay-away-from-this-trap/)
 *  Thread Starter [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/garbage-watch-out-stay-away-from-this-trap/#post-10992250)
 * Moreover, unsubscribe for what? I did not subscribe anything. I will denounce
   you for spam.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Ghost (Hide My WP Ghost) - Security & Firewall] Issues](https://wordpress.org/support/topic/garbage-watch-out-stay-away-from-this-trap/)
 *  Thread Starter [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/garbage-watch-out-stay-away-from-this-trap/#post-10992244)
 * I did not put any email. You get somehow the admin email when we run the plugin
   and start to send spam. You are the liar here.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Ghost (Hide My WP Ghost) - Security & Firewall] All premium](https://wordpress.org/support/topic/all-premium/)
 *  [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/all-premium/#post-10992232)
 * But we are forced to receive spam from you and third parties even if we install
   this crap only to test for a minute. You should be denounced to WordPress.org.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[EDD Admin Tabs] Great job!](https://wordpress.org/support/topic/great-job-293/)
 *  Thread Starter [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [9 years ago](https://wordpress.org/support/topic/great-job-293/#post-9080194)
 * Awesome, [@rubengc](https://wordpress.org/support/users/rubengc/)! Thank you 
   very much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Extending a Charitable Class](https://wordpress.org/support/topic/extending-a-charitable-class/)
 *  Thread Starter [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/extending-a-charitable-class/#post-8375936)
 * Thanks but changing text was just an example for testing purpose. Even this particular
   class serves only as example for testing purposes. I just wanted to try to create
   some extensions but simply do not understand what I am doing wrong and why I 
   am not able extend Charitable_Campaign class.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Extending a Charitable Class](https://wordpress.org/support/topic/extending-a-charitable-class/)
 *  Thread Starter [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/extending-a-charitable-class/#post-8327305)
 * Sorry, in a plugin the fatal error is due the fact that I forgot the “require_once”.
   Yet, when fixed, changes also do not reflect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Extending a Charitable Class](https://wordpress.org/support/topic/extending-a-charitable-class/)
 *  Thread Starter [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/extending-a-charitable-class/#post-8327271)
 * When I put it into functions.php, changes do not reflect. When I put it in a 
   custom plugin, I receive a fatal error message: “Fatal error: Class ‘Charitable_Campaign’
   not found in /…/wp-content/plugins/charitable-custom/charitable-custom.php on
   line 15”
 * For test purpose, I am just changing “donated” for “raised”. Here goes the code:
 *     ```
       	Class Custom_Charitable_Campaign extends Charitable_Campaign {
       		public function get_donation_summary() {
       			$currency_helper = charitable_get_currency_helper();
   
       			if ( $this->has_goal() ) {
       				$ret = sprintf( _x( '%s RAISED of %s goal', 'amount donated of goal', 'charitable' ),
       					'<span class="amount">' . $currency_helper->get_monetary_amount( $this->get_donated_amount() ) . '</span>',
       					'<span class="goal-amount">' . $currency_helper->get_monetary_amount( $this->get( 'goal' ) ) . '</span>'
       				);
       			} else {
       				$ret = sprintf( _x( '%s donated', 'amount donated', 'charitable' ),
       					'<span class="amount">' . $currency_helper->get_monetary_amount( $this->get_donated_amount() ) . '</span>'
       				);
       			}
   
       			return apply_filters( 'charitable_donation_summary', $ret, $this );
       		}
       	}
       	$new_Custom_Charitable_Campaign = new Custom_Charitable_Campaign($post);
       ```
   
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [confused on what wordpress multisite is](https://wordpress.org/support/topic/confused-on-what-wordpress-multisite-is/)
 *  [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/confused-on-what-wordpress-multisite-is/#post-6609504)
 * Go to [http://yourdomain.ext/wp-admin/network/settings.php](http://yourdomain.ext/wp-admin/network/settings.php)
   and, under the section “Registration Settings > Allow new registrations” choose
   the option “User accounts may be registered.”
 * Then, users will be able to register in your site.
 * If you want your users to be able also to create new sites in your network, choose
   the option ” Both sites and user accounts can be registered.”
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite Function](https://wordpress.org/support/topic/multisite-function-2/)
 *  [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/multisite-function-2/#post-6607865)
 * Yes, you can do that. No problem. Use a domain mapping plugin like this one: 
   [https://wordpress.org/plugins/wordpress-mu-domain-mapping/](https://wordpress.org/plugins/wordpress-mu-domain-mapping/)
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Remove Site Name on Admin Bar for all but admins](https://wordpress.org/support/topic/remove-site-name-on-admin-bar-for-all-but-admins/)
 *  [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-site-name-on-admin-bar-for-all-but-admins/#post-6610396)
 *     ```
       add_action( 'admin_bar_menu', 'remove_wp_items', 50 );
       function remove_wp_items( $wp_admin_bar ) {
       	if ( !current_user_can( 'manage_options' ) ) {
       		$wp_admin_bar->remove_menu('site-name');
       	}
       }
       ```
   
 * In your theme function.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Member Type Generator] It does not appear anywhere in the menu](https://wordpress.org/support/topic/it-does-not-appear-anywhere-in-the-menu/)
 *  Thread Starter [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/it-does-not-appear-anywhere-in-the-menu/#post-6397187)
 * Case closed!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Member Type Generator] It does not appear anywhere in the menu](https://wordpress.org/support/topic/it-does-not-appear-anywhere-in-the-menu/)
 *  Thread Starter [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/it-does-not-appear-anywhere-in-the-menu/#post-6397186)
 * Brajesh,
 * Just a short note to tell you that there is no conflict with any plugin. The 
   problem was that I had written in my theme’s functions.php a stupid function 
   to create an extra admin menu separator and it was preventing your plugin to 
   appear in the menu. As I rewrote the function (a bit smarter one), your plugin
   now normally appears on the menu. You know, beginners often do these types of
   mistakes… LOL!
 * Thanks for the attention and keep up the great work you do!
 * Ricardo.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Member Type Generator] It does not appear anywhere in the menu](https://wordpress.org/support/topic/it-does-not-appear-anywhere-in-the-menu/)
 *  Thread Starter [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/it-does-not-appear-anywhere-in-the-menu/#post-6397181)
 * Hi Brajesh,
 * Yep! Accessing directly it perfectly works! But no menu in my MU install. Perhaps
   some conflict with some other plugin. No big deal, I can create a menu item in
   my functions.php, however, how about setting the menu as submenu of “Users” in
   the next release?
 * Thanks a lot!
 * Ricardo.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Member Type Generator] It does not appear anywhere in the menu](https://wordpress.org/support/topic/it-does-not-appear-anywhere-in-the-menu/)
 *  Thread Starter [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/it-does-not-appear-anywhere-in-the-menu/#post-6397174)
 * Hi, thanks for answering.
 * Strange… I did it earlier as you said (network activate and go to the main site
   dashboard). Now, I did it again. No trace of your plugin’s menu.
 * Could you please tell me the URL for me to try to access directly? Is it “domain.
   com/wp-admin/admin.php?page=” and what else?
 * Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Endess loading on checkout page](https://wordpress.org/support/topic/endess-loading-on-checkout-page/)
 *  [rdosza](https://wordpress.org/support/users/rdosza/)
 * (@rdosza)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/endess-loading-on-checkout-page/#post-5405062)
 * I have the same problem. I tried the solution of cleaning the browser cookies
   and it worked for one product only, the others were still in continuously loading
   checkout page mode. Moreover, when I try again the checkout with the product 
   that previously worked it won’t work anymore, I have to clean the cookies again
   to make it works. I have never experienced this with WC 2.1

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