• Hey folks,

    Would like to use the BuddyPress integration and limit classified posting to members only.

    Also want to keep communication within the BP platform, so, do not want to expose email and phone info.

    So, my question is can i remove the standard contact form and replace it with a “message member” link or something similar?

    Thanks!

    john

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    yes, this is possible:

    1. after activating WPAdverts go to wp-admin / Pages and trash the page with [adverts_add] shortcode then only logged in users will be able to post Ads from their BP profile.

    2. from wp-admin / Classifieds / Options / BuddyPress Integration panel you can enable sending BP private messages from Ad details pages. If you disable the Contact Form then private messages should be the only contact option on Ad details.

    Thread Starter john vivian

    (@veeev)

    Hey Greg,

    That’s great to hear!

    Thanks a ton!

    john

    Thread Starter john vivian

    (@veeev)

    Hey Greg,

    i just bought, installed, and configured the BP add-on.

    The “Send Private Message” piece works fine but i can’t find how to remove the “Show Contact Information” piece.

    Is there an option to disable that button somewhere?

    Thanks again!

    john

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    @veeev >> i just bought, installed, and configured the BP add-on. <<

    As you’re not referring to a part of the plugin not available on www.remarpro.com, please contact the author directly through its website or support forums.

    Commercial products are not supported in these forums.

    Plugin Author Greg Winiarski

    (@gwin)

    The show contact information button (with or without the BP extension) you can remove by adding the code below in your theme functions.php file

    
    add_action( "init", function() {
        remove_action('adverts_tpl_single_bottom', 'adverts_single_contact_information');
    }, 1000 );
    
    Thread Starter john vivian

    (@veeev)

    Hey Greg,

    That worked perfectly.

    Thanks a ton!

    john

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can hide email/phone info?’ is closed to new replies.