Forum Replies Created
-
Seems to work in member sidebar widget area but nowhere else?
Oh – ok – i’ll dig back in to it
Thanks Mike
Nope – not for me – renamed the folder “bn-auto-join-group” and still just refreshes the dashboard.
I need a solution to force a default groups or groups on all sign ups – and one that will retro join all users – its necessary for my forum integration or else all old posts are gone.
Anyone?
Just wanted to add I have followed Boone Gorges’ instructions from that link and everythign went like clockwork – I now have a full BB forum running in the same db as BP and everything came across spot on
I was just about to ask the same thing – never had much trouble before when using re-captcha but now I have upgraded we’re talking 20-30/day and increasing
Which brings me to my next question – is it better to mark both user and blog as spammer or just delete them both?
Thank Boone Gorges – most helpful – I really appreciate you taking the time to answer these questions.
Like you I think it will be best to migrate over to the same installation – I’ll follow your tips to that end.
Cheers
why is the support so bad?
I am not asking a difficult question here!
Can someone please take a look at this?
Also another issue – the “log in” button just below the tabs wants to log in at xhttp://australianracinggreyhound.com/wp-login.php
This is of course wrong – the correct login should be xxhttp://australianracinggreyhound.com/netwrok/wp-login.php
This bug may be theme related – I haven’t tested in the other themes.
oh okay – yes of course – thx
Can I please ask someone to point me in the right direction with this.
I have implemeted a theme and can get the bbpress profile avatar next to each users post using this code :
<?php if ( $avatar = bb_get_avatar( $user->ID ) ) : ?>
<div id="useravatar"><?php echo $avatar; ?></div>
<?php unset($avatar); endif; ?>But I can’t get the
oci_user_avatar()
tag in there without errors. probably I should be putting somewhere else so it qwrites directly in to the “bb_avatar”, but I got no idea.Anyone want to help an idiot?
Yup – I would happily pay for this plugin
Cheers
Cool – of course – thank you
ahh – yes thx
Thx that worked good. How would I drag the bp avatar across to bbpress?
Thx guys – I’ll give them a try
cool thanks – i’ll do a search for it
Don’t worry – gunna code them all in myself.
Anyone aware of any premade buddypress &/or bbpress themes or csss styles?
just looking in to the header – it doesn’t appear as it is not called :
<ul id="nav">
<li<?php if ( bp_is_page( 'home' ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?></a></li>
<li<?php if ( bp_is_page( HOME_BLOG_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo HOME_BLOG_SLUG ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'Blog', 'buddypress' ) ?></a></li>
<li<?php if ( bp_is_page( MEMBERS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?></a></li>
<?php if ( function_exists( 'groups_install' ) ) { ?>
<li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_GROUPS_SLUG ?>" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?></a></li>
<?php } ?>
<?php if ( function_exists( 'bp_blogs_install' ) ) { ?>
<li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_BLOGS_SLUG ?>" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?></a></li>
<?php } ?>
<?php do_action( 'bp_nav_items' ); ?>
</ul>Is that an error in the current theme ?
I just don’t have the forum tab available in the bp home or memebr themes – I have :
Home
Blog
Members
Groups
Blogs
No forum
Nope – I’ve done all that – I can post on buddypress and and appears in forum and I can post on forum end and appears in buddypress group.
the only thing I didn’t do was the intial wordpress integration when installing bbpress – which is found under “bbpress” >> setting >> wp integration.
During bbpress I got “minor” errors regard auth_salt and “cookies” which I ignored as I ssumed the buddypress/bbpress integaration would’ve superseded the initial wp/bbpress integartion.