Title: ipedigo's Replies | WordPress.org

---

# ipedigo

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Youzify – BuddyPress Community, User Profile, Social Network & Membership Plugin for WordPress] Hide ads](https://wordpress.org/support/topic/hide-ads-2/)
 *  Thread Starter [ipedigo](https://wordpress.org/support/users/ipedigo/)
 * (@ipedigo)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/hide-ads-2/#post-16350992)
 * Hello- Yes, I have the Membership Restrictions add-on and it only restricts who
   can see the ad. It doesn’t restrict where the ad can be seen. 
   For example, I
   have one membership role called Free and one called Premium. Everyone who visits
   the Free account should see the ad widget on the Free membership user page. If
   they visit the Premium user profile, no one should be able to see the ad on their
   page because the Premium user pays subscription to keep the ads removed. Thank
   you. Unless there is something I’m overlooking?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BP Profile Search] add clear button](https://wordpress.org/support/topic/add-clear-button/)
 *  [ipedigo](https://wordpress.org/support/users/ipedigo/)
 * (@ipedigo)
 * [5 years ago](https://wordpress.org/support/topic/add-clear-button/#post-14486614)
 * Hi Andreae–
 * Thank you very much!!! This worked perfectly.
 * 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BP Profile Search] add clear button](https://wordpress.org/support/topic/add-clear-button/)
 *  [ipedigo](https://wordpress.org/support/users/ipedigo/)
 * (@ipedigo)
 * [5 years ago](https://wordpress.org/support/topic/add-clear-button/#post-14470508)
 * Hello- I’m also trying to change the bps-filters position. Right now it appears
   before bps-form, butI’d like it to appear after it. I’ve looked at the bps-filters.
   php file but can’t see how I would be able to change it that way. Any pointers
   would be appreciated!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Youzify – BuddyPress Community, User Profile, Social Network & Membership Plugin for WordPress] File/document Widgets](https://wordpress.org/support/topic/file-document-widgets/)
 *  Thread Starter [ipedigo](https://wordpress.org/support/users/ipedigo/)
 * (@ipedigo)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/file-document-widgets/#post-14256635)
 * Thank you- I’m not sure that they do, but there is another plugin by CreativeMinds
   that works with shortcodes, so I may try that one.
 * Looking forward to trying it out!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MediaPress] Community Gallery](https://wordpress.org/support/topic/community-gallery-3/)
 *  Thread Starter [ipedigo](https://wordpress.org/support/users/ipedigo/)
 * (@ipedigo)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/community-gallery-3/#post-14231150)
 * Thank you BuddyDev-
 * Do you have a tutorial for that somewhere? I’m trying to learn how to make such
   a single gallery but not sure where to begin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Auto Login on Register for BuddyBoss] Works great- thoughts about confirmation email?](https://wordpress.org/support/topic/works-great-thoughts-about-confirmation-email/)
 *  Thread Starter [ipedigo](https://wordpress.org/support/users/ipedigo/)
 * (@ipedigo)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/works-great-thoughts-about-confirmation-email/#post-14168518)
 * I found a way in BuddyBoss to set up a welcome email in settings after registering.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Auto Login on Register for BuddyBoss] Without redirect](https://wordpress.org/support/topic/without-redirect/)
 *  [ipedigo](https://wordpress.org/support/users/ipedigo/)
 * (@ipedigo)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/without-redirect/#post-14168509)
 * Maybe with a snippet?
 * I also trying to figure how to another specified url after the auto-login.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Default Membership Level](https://wordpress.org/support/topic/default-membership-level/)
 *  Thread Starter [ipedigo](https://wordpress.org/support/users/ipedigo/)
 * (@ipedigo)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/default-membership-level/#post-14161775)
 * I discovered this function also. I thought since it targets the WP role, then
   it should automatically assign the designated membership level ID. No luck with
   this either. Must be doing something wrong.
 * <?php
    function assign_pmpro_level_to_role($user_id, $role, $old_roles) { global
   $current_user; //checks if the user doesn’t have a membership level yet if(!$
   current_user->ID) {
 *  //we found a role related to pmpro level
    if($role == “subscriber”) { pmpro_changeMembershipLevel(
   7, $user_id); //gives default customers the level 7 free registration membership}
   elseif($role == “administrator”) { pmpro_changeMembershipLevel(10, $user_id);//
   gives admin role registrants the all access level 10 membership } } }
 * add_action(‘set_user_role’, ‘assign_pmpro_level_to_role’, 10, 3);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Default Membership Level](https://wordpress.org/support/topic/default-membership-level/)
 *  Thread Starter [ipedigo](https://wordpress.org/support/users/ipedigo/)
 * (@ipedigo)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/default-membership-level/#post-14161663)
 * I should add, I’m using BuddyPress with the PMP add-on integration. If I manually
   add the new user to the membership level I’ve setup, they are allowed access 
   to the restricted pages. But, if I tried this code in Cope Snippets, there is
   no result.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Styling Login Page](https://wordpress.org/support/topic/styling-login-page/)
 *  Thread Starter [ipedigo](https://wordpress.org/support/users/ipedigo/)
 * (@ipedigo)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/styling-login-page/#post-14155474)
 * Thank you for the replies.
 * I see what you are saying, thank you.
    I also realize that I need to customize
   the login form itself. Is there a guide to approach customizing the CSS for the
   login form?

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