Trying to create a function that will parse the Register link in the admin bar to change the text. I’ve got it deployed on multisite and I’m using the WordPress Admin Bar (not the buddybar)
I want it to say something like “Register a new [insert network name] account”.
Any ideas on how to do this? I’ve already been through some functions in the WP core code and tried to modify them with a new function but it didn’t work. Inspecting the element shows me that the Register link is called wp-admin-bar-bp-register by id – that leads me to believe that I need to modify some function from BP. I’ve been through the code, but can’t seem to figure it out. Can someone help me out with this?
I intend to deploy the function as part of a mu-plugin that I use to brand and modify my admin bar
== I have been trying to but a sidebar on my member home page ==
What do you mean?
I installed WP, then go to plugins, add buddypress, then I get this message when I click activate:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home//public_html/wp-content/plugins/buddypress/bp-core/deprecated/1.6.php(258) : runtime-created function on line 1
<— not really what it said, it had my username on there for the login for my account, I censored it just for this post. the actual error message had the username properly.
So what am I doing wrong? should I delete everything and re-install wordpress/wp database/buddypress?
@wizza Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your sportsmag theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
`
`
with
`
`
Then, in each of 16 files, you’d like to make sure that the BP Templates’ page title’s header which have`
.// title
` are changed to `
// Titles Of Respective BP Page Templates //
` and move to just above `
` Watch out when you do this in the /activity/index.php page.
Save files.
Once a comment is posted to my site’s BP forum topic, the following error message appears:
Forbidden
You don’t have permission to access /groups/vegetarian-helpdesk/forum/topic/TEST/ on this server.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
According to this thread > http://wordpress.org/support/topic/plugin-bulletproof-security-commenting-error-on-buddpress-forum?replies=27#post-3212123 , it’s suspected that my BP upgrade was unsuccessful. Thus, I backed-up my BP folder, downloaded BP1.6.1, unzipped, uploaded and replaced my site’s BP folder. However, the old files seem to be unreplaced as the problem isn’t solved.
Kindly guide on this matter.
* BP version: 1.6.1
I have changed our site location from http://location.example.com/sub-folder/ to http://new-location.example.com/ and used Apache VirtualHost to steer that header value to the proper sub-directory. However, BuddyPress does not seem to like that change, and I have lost all my BuddyPress pages – “Activity”, “Members”, etc.
I have gone through and changed the location in the WordPress dashboard and also verified my .htaccess and bb-config.php files. The pages still show up on the header menu, however, I receive a “404 Page not Found/Does not Exist” error”.
Note: Simply put, I have changed this site from a sub-directory site a sub-domain site.
Hi Karma/ Paul,
Thanks for the explanation guys.
How would I verify if this was firing?
The cron job is definitely being updated in terms of the times it shows for running. It seems to run once per day.
The thing is, I have just set up a brand new vanilla BP install of the latest version of BP 1.6.1 and after using the WP Cron Dashboard plugin to check on cron jobs, it too shows that NO action exists.
https://wordpress.org/extend/plugins/wp-cron-dashboard/
That is now 3 separate installs it’s showing no action for.
Perhaps there has been an issue on a BP update, but i’ve checked crons regularly from the dashboard to make sure they are all still there, and I’ve never noticed an issue with this job in the past.
All other crons show just fine WITH actions existing.
Perhaps someone else could install the plugin and see if they get the same result.
To set up the cron, you should only need to post to the activity stream once after installing BP on a fresh install.
The job will then show up under the Tools —> Wp Cron menu in the dashboard.
Hopefully we’ll work it out.
Let me know how I can help out.
9087877Inactive
You can download BP Activity Plus plugin here:
https://wordpress.org/extend/plugins/buddypress-activity-plus/
It allows easy sharing of photos, youtube videos, and links!
This problem was caused by a change made by Gravatar. We have a bug ticket tracking the issue at https://buddypress.trac.wordpress.org/ticket/4571
Hi,
I’ve just performed a full backup of all my wordpress / buddypress files (used backupbuddy plugin) and then successfully restored the files to a subdomain.
All looks fine, except that none of the images for our group avatars, or members how up. Can you advise? I have both site live right now – as I’m looking to eventually point away from the first (which is http://www.localjobs.com/blog/ ) and point it to http://news.localjobs.com
Any help on what I need to do to get our images to re-appear on the subdomain site would be much appreciated.
Best,
Brian
Thank you for your quick reply. This is strange because my page never had anything to do with gravatar.com. I also deactivated the plugin “Jetpack for WordPress” which seemd to be a possible trigger for this i0.wp.com, but nothing changed.
What do you mean with “I’ll raise it with Automat(t)ic”? I’m not a native English speaker. 
Rgds
1. Sure. If you want the complaints to be private, just set up a contact form. If you want complaints to be public or semi-private set up Group and/or Sitewide forums.
2. You need the Domain Mapping plugin. Then you need either:
– https://wordpress.org/extend/plugins/bp-multi-network/ OR
– http://buddydev.com/buddypress/introducing-buddypress-multi-network-plugin-create-multiple-separate-social-networks-on-a-single-buddypress-install/
You’d have to ask plugin devs whether either or both are compatible with Domain Mapping plugin though I haven’t heard issues with either so far.
3. In either multinetwork plugins above, there are ways and means to do what you need – some coding required.
4. Yes, using either of the multinetwork plugin above, you do keep those components separate.
5. Yes, I posted both in #2
6. No, the networks do not have to use the same theme at all.
7. No limit to number of networks. One can only be limited by server and coding skills.
try the QUICK FLAG plugin (http://www.techytalk.info/wordpress-plugins/quick-flag/), it will get you half way there
@nstjwz Based on the structure of your theme, you need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your simpolio theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
`
hello
does anybodey have a clue if how to remove the auto redirect to registration page?
i want bp use the regular wordpress registration page (wp-login.php?action=register).
btw, the reason i am doing it is because i am using facebook connect + BuddyPress Facebook Connect, and i cant get to the register page, so if you’re having some other ideas, i’ll be happy to know.
thanks you guys.
I’m having alignment issues with my WordPress / Buddy Press setup. The sidebar is below the buddypress content?
Can you help with my alignment issues?
Page.php: http://pastebin.com/wesuGXre
Sidebar.php: http://pastebin.com/q6iX3Wkp
Header.php: http://pastebin.com/89fDxL32
Footer.php : http://pastebin.com/VyNd8L9V
Thank you
Hi guys
I have a new wordpress site with buddypress on top.
I have installed the follower plugin in order to make users follow the authors they like (important feature).
However, it is a bit difficult to navigate via the toolbar -> profile -> activity -> following.
Can I make a direct link to the users own activity stream (following)? (for example a link from a menu or inside some page to this: domain.com/members/[USERNAME-OF-LOGGED-IN-USER]/following/
Or alternatively insert the activity stream (following) on a new page?
Thanks 
I manage to convert SMF to phpbb and from phpbb to bbPress. However I didn’t like the bbPress-forum.. and somehow the different boards from SMF and phpbb didn’t work out in bbPress..
Is there some way to connect either SMF or phpbb to buddypress?
I found this: https://wordpress.org/extend/plugins/phpbb-single-sign-on/
and that might be a solution, but I think it would be better if it was more integrated with buddypress