-
r-a-y posted on the forum topic Catchable fatal error: in 1.2.5.1 upgrade. in the group How-To and Troubleshooting: 15 years, 10 months ago
Hey linc, I use exclamations all the time!
So I don’t know what you’re talking about! -
r-a-y posted on the forum topic how to access to bbpress admin from buddypress?? in the group How-To and Troubleshooting: 15 years, 10 months ago
I hate repeating myself but the reason I mention the renaming is BuddyPress uses the “forums” slug by default, so if you installed standalone bbPress at /forums/, there will be a slug conflict. Did you even install standalone bbPress? On a properly-integrated bbPress and WordPress install, you can login at standalone bbPress and you will […]
-
r-a-y posted on the forum topic Catchable fatal error: in 1.2.5.1 upgrade. in the group How-To and Troubleshooting: 15 years, 10 months ago
There appears to be a double “$” on that line.
Remove the second one and it should work again.Really hate these little bugs that pop up between releases!
PS. saw you on Carson Daly recently!
-
r-a-y posted a new activity comment 15 years, 10 months ago
You should really be building a child theme since a child theme is never deleted when you upgrade BP.
Then you won’t have to worry about losing your code snippets on upgrade.If you have problems building a child theme, create a new thread on the forums and we’ll respond.
-
r-a-y posted a new activity comment 15 years, 10 months ago
-
r-a-y posted an update 15 years, 10 months ago
@mercime Hey mercime, just wanted to let you know that I removed your post about bp-custom.php vs. wp-config.php from the BP 1.3 thread. I removed the post to keep that thread clean.
re: install BP in a sub-blog – I’ve changed the references from bp-custom.php to wp-config.php. However, you wanted to know if those instructions worked in…[Read more]
-
@r-a-y thank you for the heads up, I appreciate the courtesy.
Re: install BP in a sub-blog – good to know defining sub-blog can be done either way š Thank you.
-
-
r-a-y posted on the forum topic Activity stream replies still disappearing on page refresh. in the group How-To and Troubleshooting: 15 years, 10 months ago
pd.field_id = 1 should be the “Name” profile field, so it’s a little weird because that field is required.
-
r-a-y posted on the forum topic Avatars arenāt shown after the upgrade in the group How-To and Troubleshooting: 15 years, 10 months ago
@ronia , @alierkurt –
Try the newest release — BP 1.2.5.1 — and see if that works:
https://downloads.wordpress.org/plugin/buddypress.1.2.5.1.zip -
r-a-y posted on the forum topic CometChat ā Facebook style chat for BuddyPress in the group Creating & Extending: 15 years, 10 months ago
It doesn’t use Comet technology… it’s just a name.
-
r-a-y posted on the forum topic Missing avatars with WP3.0 & BP1.2.5 in the group How-To and Troubleshooting: 15 years, 10 months ago
There could be some formatting issues on that blog post.
Try this:
http://pastebin.com/EzQZ5bNz -
r-a-y posted on the forum topic some people have trouble registering… in the group How-To and Troubleshooting: 15 years, 10 months ago
Sounds like your server is running on IIS.
If so, read this for a potential solution:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/http-404-file-not-found-in-ie-and-chrome/ -
r-a-y posted on the forum topic Missing avatars with WP3.0 & BP1.2.5 in the group How-To and Troubleshooting: 15 years, 10 months ago
If that is your entire .hatccess file, you need to get a full one.
The .htaccess sample listed in the tutorial I linked to should work. -
r-a-y posted on the forum topic How to make a private community? in the group How-To and Troubleshooting: 15 years, 10 months ago
is_feed() is what you’re looking for. However, I would use travel-junkie’s code as it’s cleaner:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-a-private-community/?topic_page=2&num=15#post-44616Modify this line:
if( bp_is_register_page() || bp_is_activation_page() )with:
if( bp_is_register_page() ||…[Read more] -
r-a-y posted on the forum topic how to access to bbpress admin from buddypress?? in the group How-To and Troubleshooting: 15 years, 10 months ago
If you install standalone bbPress at example.com/forums/, then you need to tell BuddyPress to change their forum slug to something else. Otherwise, there is a slug collision. This can be done by adding the following line in wp-config.php: define ( āBP_FORUMS_SLUGā, ādiscussionsā ); ādiscussionsā can be changed to anything you desire. Now your BP…[Read more]
-
r-a-y posted on the forum topic Avatars arenāt shown after the upgrade in the group How-To and Troubleshooting: 15 years, 10 months ago
For BP_AVATAR_URL, try:
http://example.com/wp-content/blogs.dir/1/filesFor BP_AVATAR_UPLOAD_PATH, you can try the snippet posted by 3dperuna:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp-1-2-4-custom-bp_avatar_url-change/#post-56257But in some cases, that isn’t accurate. Only you can enter in the correct filepath.
-
r-a-y posted on the forum topic Avatars arenāt shown after the upgrade in the group How-To and Troubleshooting: 15 years, 10 months ago
You could temporarily try setting the BP_AVATAR_URL and BP_AVATAR_UPLOAD_PATH in wp-config.php:
Read this for more details:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp-1-2-4-custom-bp_avatar_url-change/#post-56257Change the variables to suit your install and see if that works.
-
r-a-y posted on the forum topic how to access to bbpress admin from buddypress?? in the group How-To and Troubleshooting: 15 years, 10 months ago
Yup, that’s doable.
Try the tutorials I’ve linked to. -
r-a-y posted on the forum topic Avatars arenāt shown after the upgrade in the group How-To and Troubleshooting: 15 years, 10 months ago
Can you copy and paste the image location for a broken group avatar?
-
r-a-y posted on the forum topic how to access to bbpress admin from buddypress?? in the group How-To and Troubleshooting: 15 years, 10 months ago
There are limitations, but it depends on what you mean by integration!
The tutorials I listed integrates single sign-on with standalone bbPress and WordPress, which consequently means BuddyPress as well.
-
r-a-y posted on the forum topic Avatars arenāt shown after the upgrade in the group How-To and Troubleshooting: 15 years, 10 months ago
@alierkurt – Is BuddyPress activated network wide on your WP 3.0 install?
- Load More
@r-a-y
Active 3 months ago
Cool thanks, I will hack away at this a bit. š