Profile picture of Slushman active 1 year ago

Slushman

@butimnoexpert
Location: Nashville, TN
  • Slushman posted a new activity comment:

    You should be able to. The user would specify which video gets posted in that case.

    In reply to - Jonas reviewed the plugin BP Profile Video Widget: This is great! can this plugin be used to put a welcome video to profile pages? · View
    1 year ago
  • Thanks Paul! I took a break to finish the other parts of the plugins and the rest of that project, but now I’m back working on this part again. Unfortunately, I can’t make head or tails of that function. I’ve tried sending a variable array to that function based on the parameters it gives on [...]

    1 year ago
  • Slushman posted a new activity comment:

    You’d add it in the style.css file for your theme. If your theme has a user.css file, add it there instead.

    In reply to - ultimateuser reviewed the plugin BP Profile Search: Great Plugin. Is there a way to remove the ’Field Description’ of certain fields within the search form? · View
    1 year, 1 month ago
  • Slushman joined the group BP Profile Search
    1 year, 1 month ago
  • Slushman posted a new activity comment:

    You can hide it using CSS. #bps_Form .description {display: none; } should do the trick.

    In reply to - ultimateuser reviewed the plugin BP Profile Search: Great Plugin. Is there a way to remove the ’Field Description’ of certain fields within the search form? · View
    1 year, 1 month ago
  • Slushman posted a new activity comment:

    You should be able to do that through CSS. I did with a client site recently: towermix.com

    In reply to - philld reviewed the plugin BP Profile Search: Great plugin! Works perfectly. I’m wondering if there’s a way to style the search fields – ie. rather than having them presented in a list, have the different search […] · View
    1 year, 1 month ago
  • On line 52, replace

    with

    That keeps the function in there if you ever use Friends again, but takes it out if it’s turned off. Not sure why this isn’t the default way of doing this.

    1 year, 2 months ago
  • I’m working on a plugin that pulls data from some custom profile fields, but it requires the fields be named a specific way. Rather than depending on the site admin to name the fields correctly, is it possible to have the plugin create the custom profile fields? What hook would I use and does anyone [...]

    View Topic 1 year, 2 months ago
  • butimnoexpert joined the group BuddyPress Media
    1 year, 3 months ago
  • butimnoexpert posted on the forum topic Where is the members upload page? in the group BuddyPress Media:

    Is the BuddyBar the ONLY way to get to the BP Album pages? I have a client who wants the functionality of this plugin, but doesn’t want to the BuddyBar…how does one access the uploader if there is no BuddyBar?

    1 year, 3 months ago
  • I figured it out. It’s not quite as elegant as I was hoping, it works. I put the following code right after <div id="content"> in the member.php theme file. have_posts()) : $recent->the_post();?> The page ID needs to be the page id # for the page you’d like to use for the description. It has to be [...]

    1 year, 3 months ago
  • I’m creating a directory for a client using BuddyPress profiles. On my test site (http://makemeanexpert.com), I created a custom menu link called Network which takes you to the BP members page. The client would like to add a description of the directory above the members listing, but have it be easily editable on the backend [...]

    View Topic 1 year, 3 months ago
  • 1 year, 3 months ago