Forum Replies Created
-
Add this to your functions.php. It’s written by Detective.
function rk_signup_redirect() {
if (strpos($_SERVER['REQUEST_URI'], 'wp-signup.php') !== false ) {
$url = 'http://domain.ext/register';
wp_redirect($url);
exit;
}
}
add_action('init', 'rk_signup_redirect');Change $url = ‘http://domain.ext/register’; into your own domain.
This’ll automatically redirect from the old signup page to the new buddypress signup page.
Found a wpmu function (https://codex.wordpress.org/WPMU_Functions/add_user_to_blog) just now, this does what I need and I believe it would be best too add this into the register.php page, I just don’t know where too place it exactly.
You can make custom pages inside of buddypress.
https://buddypress.org/forums/topic/make-your-own-custom-buddypress-page
They have to fill in a password themselves and use that one, it doesn’t get send to their e-mail anymore. And it’s in the database, it’s just encrypted so that you wouldn’t recognize it.
Dont let css/html do resizing, it just looks bad.
As far as I know, there isn’t a administration panel for bbpress in buddypress. That’s why I’m planning to integrate buddypress into bbpress, much easier to make moderators as well.
And since it’s not a important feature, I don’t see Andy or JJJ making it any time soon.
Yeah, that’d be a great solution.
Though, I’d still like to be able to theme the rest of the player as well. Since black doesnt go well with my current light/blue theme.
I think that this’ll help you further.
https://buddypress.org/forums/topic/make-your-own-custom-buddypress-page
I like the plugin, but until I hear that I can theme the video player, I won’t be using it. Don’t want someone else’s logo on my website.
(Offcourse I understand everybody wants credits for its creation, so wouldnt mind putting a link on the about me page or something like that.)
Your welcome, change your topic to resolved, so that people know you don’t need help anymore.
Did you also activate the theme in the appearance menu?
No, it’s not (yet) possible to install buddypress on a stand-alone wordpress.
As for your error, http://www.google.com/support/forum/p/Web%20Search/thread?tid=4e84e4e6730f9421&hl=en
I believe that all update functions don’t work perfectly in buddypress, just like the “last active” in this forum. It says you were last active 4 days ago, but you just posted a topic 10 minutes ago. Probably it’s the same with the other functions.
Or perhaps it’s just a bug..
Is it possible to theme that player?
Guess not, since I cant find anything about it on the documentation.
Is there body { padding-top: 28px; } in your css? This is what pushes the rest of the page down to make room for the buddybar.
All friends speaks for itself, it’ll show you all the friends you have.
This problem seem to happen more and more often, people trying to use the buddypress components that get redirected back to the home page.
Had the problem on my localhost too. Probably has something to do with mod_rewrite..
Found out how it works in poEdit, this’ll make my job easier.

Instead of the full 100%, I only have to do about 30% translation.
Isn’t it possible to just do an is_ function and check on what page you are on? And if your on a blog of someone, define bp_disable_admin_bar?
It’s not going to be that easy, after all IE doesnt work that well with something fixated at the bottom of the screen.
Try this, it’s a jQuery plugin.
Only instead of a footer, put your buddybar at the bottom.
I doubt the function exists, because if it did, they’d probably use it themselves..

But yes, it might be a nice extra. Perhaps add it on the trac?
Looks like a cool theme.
The colours do hurt my eyes though, is it my screen?
Check the “bp-core-templatetags.php” line 1590 to 1717.
Looks like they use more then one check to see if your on a certain component of buddypress. Hope it helps.
Andy posted this on another forum earlier.
<?php if ( bp_has_activities( 'object=blogs&action=new_blog_comment' ) ) : ?>