-
bp-help replied to the topic Friends Tab Not Showing in 1.7 in the forum How-to & Troubleshooting 11 years, 7 months ago
@ethanthekiwi
It doesn’t show up until you have a friend. Make a test user, add them as a friend, login as that test user and accept the friendship then voilĂ it appears! -
bp-help replied to the topic Buddy Press Help needed *Noobie Here* in the forum How-to & Troubleshooting 11 years, 7 months ago
@conceptthegreat
That is an awful lot of “wants” for one topic. You would probably do better tackling each issue separately on different topics. If you don’t get the help you need then I would suggest hiring a developer to do it for you. For future reference I would not use a list with multiple changes as you did on this forum because if you will…[Read more] -
bp-help replied to the topic Remove profile links in the forum How-to & Troubleshooting 11 years, 7 months ago
@jdhall1972
I just checked the link you provided and there is no auto links so the code is working. Maybe you need to do a hard refresh. CTRL+F5 -
bp-help replied to the topic Remove profile links in the forum How-to & Troubleshooting 11 years, 7 months ago
@jdhall1972
That code should work providing you added it to bp-custom.php or your themes functions.php between opening and closing php tags. -
bp-help replied to the topic Howdy, community! in the forum Showcase 11 years, 7 months ago
@scottwermter
It is a plugin. Get it here!
https://wordpress.org/extend/plugins/wordpress-admin-bar-improved/ -
bp-help replied to the topic Login Redirect for BP 1.7 in the forum How-to & Troubleshooting 11 years, 7 months ago
@sarathbabu_k
Have you tried this plugin. I tested it with WP 3.5.1 BP 1.7 and various themes. It works with all of my tests. It makes BP private and also redirects visitors trying to access BP pages to register. Read the readme.txt and study the code to change where you want your logged out visitors redirected…[Read more] -
bp-help replied to the topic Add username and pic in the forum How-to & Troubleshooting 11 years, 7 months ago
@famous
post your code on pastebin.com and supply the URL to that code here. -
bp-help replied to the topic bp-fr.net, the french buddypress community in the forum Showcase 11 years, 7 months ago
@chouf1
Awesome work! Congratulations! -
bp-help replied to the topic Feedback = small rant in the forum Requests & Feedback 11 years, 7 months ago
@waynem1
I agree with @modemlooper. I will also say that plugins are relatively small chunks of code which is a lot easier to adjust for compatibility with bp core changes. Do you really expect the core dev team to work around the hundreds of plugins in the repository? We would not have the awesomeness of BP 1.7 if they did that. To reiterate what…[Read more] -
bp-help replied to the topic Howdy, community! in the forum Showcase 11 years, 7 months ago
@giannisff
If you decide to remove the logo here is a quick snippet you can place in your themes functions.php for your convenience.function remove_wp_logo() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu('wp-logo');
}
add_action( 'wp_before_admin_bar_render', 'remove_wp_logo' ); -
bp-help replied to the topic automatic load button in the forum How-to & Troubleshooting 11 years, 7 months ago
-
bp-help replied to the topic BuddyPress Custom Profile Menu in the forum How-to & Troubleshooting 11 years, 7 months ago
@equinestaff
I would contact the plugin author for this request since it deals with third party plugins and really has no bearing on the buddypress plugin. -
bp-help replied to the topic 'fatal error' login page: 'undefined function' in the forum How-to & Troubleshooting 11 years, 7 months ago
@anharmse
From the error above it looks like a bbpress error so you may want to post on the bbpress forum to see if they can help as well. -
bp-help replied to the topic Howdy, community! in the forum Showcase 11 years, 7 months ago
@giannisff
I hope you don’t mind constructive criticism but the site needs a lot of work. Its a bit on the janky side and it looks really boring. If your happy with it then that is all that matters but the site doesn’t feel engaging to me in any way. Anyway I am sorry if this seems harsh but hopefully it will motivate you to produce something…[Read more] -
bp-help replied to the topic User Profile Button in the forum How-to & Troubleshooting 11 years, 7 months ago
@kirkeddie
Here is another example with a slight change. It calls the URL dynamically but you will still need to change the part in the code below so it knows what theme your using and the name of the image file. If the image file is not at the root of your child theme and in a sub directory then you will need to make the necessary…[Read more] -
bp-help replied to the topic User Profile Button in the forum How-to & Troubleshooting 11 years, 7 months ago
Place this code where you need it in your header and add style as needed.
http://pastebin.com/1SBNwkLj
Just replace the URL in my code with the full URL to the image you plan on using. -
bp-help replied to the topic User Profile Button in the forum How-to & Troubleshooting 11 years, 7 months ago
Where are you planning on placing this pic that directs users to their profile? You may have to code it into one of the templates of your child theme.
-
bp-help replied to the topic User Profile Button in the forum How-to & Troubleshooting 11 years, 7 months ago
Where are you planning on placing this pic that directs users to their profile? You may have to code it into one of the templates of your child theme.
-
bp-help replied to the topic Issues with 1.7 NOT HAPPY! in the forum Requests & Feedback 11 years, 7 months ago
@jamiethecomic
If you have any plugins other than BuddyPress installed you may want to deactivate them all to see if the problem persists. If the redirect loop stops and works fine after that then re-activate each plugin one at a time and test to see if you can narrow down which plugin may be causing the issue. If you find that it is a plugin,…[Read more] -
bp-help replied to the topic I'm getting this warning message in the forum How-to & Troubleshooting 11 years, 7 months ago
@bill-king
Time is money and if it takes you a lengthy amount of time and you still have not achieved your requirements then you will have lost something money can’t buy and that is more time you invested than you already have. I would contact the theme author for support and if they can not help you, and nobody here can help you, then you and…[Read more] - Load More
@bphelp
Active 9 years, 1 month ago