Forum Replies Created
-
Thanks, that is exactly what I’m looking for
In reply to: showing forum posts in activity feedThanks folks, I’ll look into both of these.
This is an old thread but I didn’t see the solution that worked for me so here goes:
Pretty simple really – when I upgraded BP I had the above issue where all BP pages (groups, activity) etc were redirecting to the homepage. I simply re-ran the BP theme compatibility plugin and now everything works peachy keen again.
In reply to: embed wordpress groupcrap, still giving me an unexpected $end. Using Exec-PHP plugin to process php code in pages. Any thoughts off top of your head?
In reply to: embed wordpress groupHey @r-a-y, I’ve started going down the PHP page route but I’m having difficulty passing multiple filters into the call. Here’s what I have so far:
if ( bp_has_activities( ‘object=groups’, ‘primary_id=2’) ) : bp_the_activity();
but I’m getting an unexpected $end error. Using just 1 variable seems to work fine but the second breaks it. Thoughts?
Anyone ever develop a plugin or hack that does this?
Try “registered users 2” ( https://wordpress.org/extend/plugins/registered-users-only-2/ ). It is compatible with MU and buddypress. I use it for one of my sites. “Authenticate” looks like it is very very old (only tested compatible up to wp 2.5.2)
Sorry I can’t help more

can you post a link to your site? Also double-check to make sure admin panel > settings > general > “anyone can register” is checked just in case.
In reply to: Down Grade instructions PLEASEWhat are your two very big issues btw?
Is there a “register” link on the login page? If not, do you have “anyone can register” checked under wordpress admin> Settings > General?
In reply to: BuddyPress Avatar Issues upload avatar problemThis might help: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/avatar-upload-issues/
Have you checked the permissions of your upload folder?
In reply to: message timestamps are wrongfound it here:
https://trac.buddypress.org/ticket/2203In reply to: message timestamps are wrong@takeo – just searched through the tickets and didn’t see anything. Do you have a link?
In reply to: Down Grade instructions PLEASEHi @gibbyesl did you backup your site/database before upgrading? If so I would just restore.. If not I’m out of ideas and hopefully someone else can help you
In reply to: Group Invite by Email@angelfire4xx you install buddypress plugins like normal wordpress plugins – in the wordpress plugins directory.
Also, I have never used this plugin but I believe its functionality was rolled into Invite-Anyone https://wordpress.org/extend/plugins/invite-anyone/
In reply to: Login WidgetHi @urbanic, logging into a buddypress site is no different than logging into wordpress, so you can use any wordpress login widget you like. Start here:
https://wordpress.org/extend/plugins/search.php?q=login+widget
In reply to: Incompatibility of WP 2.9.2 and BP 1.2.4@slava – if you disable buddypress does your wordpress blog function normally? Is it giving you an error message? If so, what is the error?
In reply to: Admin bar logo not alignedYou could add a class to your img tag (e.g.
) and then add the upperRight tag to your CSS file with the (margin-top: 25px; }In reply to: Admin bar logo not alignedtry adding this to your themes stylesheet:
#header .right { margin-top: 25px; }In reply to: private messaging broke on 1.2.4 upgrade@r-a-y I changed it in the DB.
In reply to: private messaging broke on 1.2.4 upgrade@r-a-y I think I just created a new administrator account and then deleted the old admin account but honestly it has been awhile so I could be wrong.
In reply to: private messaging broke on 1.2.4 upgrade@r-a-y That worked but now there is a new problem. When a user tries to send a PM but leaves the subject blank they get a generic error that says “There was an error sending that message, please try again”. Is there anyway to either a) just make the subject of blank messages “no subject” or b) specify in the error message that a subject has to be entered before they can send?
In reply to: private messaging broke on 1.2.4 upgradeHi @r-a-y I checked my database and “admin” IS the nicename. If I change that in my db will that fix the problem?
In reply to: private messaging broke on 1.2.4 upgradeJust on the admin account, yes. I re-opened the ticket thanks.
In reply to: Admin bar logo not alignedSounds like a CSS problem.. try experimenting the the logo properties in adminbar.css