-
Slushman posted a new activity comment 13 years, 6 months ago
You should be able to. The user would specify which video gets posted in that case.
-
Slushman posted on the forum topic Can a plugin create custom profile fields? in the group How-To and Troubleshooting: 13 years, 6 months 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 […]
-
Slushman posted a new activity comment 13 years, 8 months ago
You’d add it in the style.css file for your theme. If your theme has a user.css file, add it there instead.
-
Slushman joined the group BP Profile Search 13 years, 8 months ago
-
Slushman posted a new activity comment 13 years, 8 months ago
You can hide it using CSS. #bps_Form .description {display: none; } should do the trick.
-
-
You’d add it in the style.css file for your theme. If your theme has a user.css file, add it there instead.
-
Cheers – it works!
-
-
-
-
Slushman posted a new activity comment 13 years, 8 months ago
You should be able to do that through CSS. I did with a client site recently: towermix.com
-
Slushman posted on the forum topic Apparent Bug in BuddyPress when Friends is disabled. in the group How-To and Troubleshooting: 13 years, 8 months 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.
-
butimnoexpert started the forum topic Can a plugin create custom profile fields? in the group How-To and Troubleshooting: 13 years, 8 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 […]
-
butimnoexpert posted on the forum topic Where is the members upload page? in the group BuddyPress Media: 13 years, 9 months ago
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?
-
butimnoexpert joined the group BuddyPress Media 13 years, 9 months ago
-
butimnoexpert posted on the forum topic Add Page content before directory listings on members page in the group How-To and Troubleshooting: 13 years, 10 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 […] -
butimnoexpert started the forum topic Add Page content before directory listings on members page in the group How-To and Troubleshooting: 13 years, 10 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 […]
-
butimnoexpert joined the group How-To and Troubleshooting 13 years, 10 months ago
@butimnoexpert
Not recently active
Cheers – it works!