-
Paul Gibbs posted on the forum topic Where can I see the Profile Field Setup after this has been set? in the group How-To and Troubleshooting: 15 years, 8 months ago
Or, you can make the appropriate changes to the bp-default/registration/register.php template file in your (child) theme. Let us know if you need a pointer for that.
-
Paul Gibbs posted on the forum topic Child of Child Theme in the group Creating & Extending: 15 years, 8 months ago
Child child themes aren’t supported in Buddypress
-
Paul Gibbs posted on the forum topic page not found errors in the group How-To and Troubleshooting: 15 years, 8 months ago
@jace0228
What version of IIS is your host running? -
Paul Gibbs posted on the forum topic page not found errors in the group How-To and Troubleshooting: 15 years, 8 months ago
Ah, Windows. What is your hosting type? Are you on IIS7?
If you set visit /wp-admin/options-permalink.php on your site, and pick any setting that isn’t “default”, that’s all you should do. It should then create a .htaccess file for you.
-
Paul Gibbs posted on the forum topic 404 flashes then redirects fine when creating groups in the group How-To and Troubleshooting: 15 years, 8 months ago
I wonder if the redirect is broken and we’re not setting status 200 (default is 404, where we hook in).
-
Paul Gibbs posted on the forum topic page not found errors in the group How-To and Troubleshooting: 15 years, 8 months ago
Oh man, barking like a dog would have fixed it 😉 Oh well… 1) What versions of WordPress and BuddyPress? 2) What are the file permissions on .htaccess? Can the webserver write to it? If you do have to change the permissions, then after doing so, go back into WordPress and change the permalink settings […]
-
Paul Gibbs posted on the forum topic Display Buddy Friend list in the group How-To and Troubleshooting: 15 years, 8 months ago
Hi Jonathan That’s a bit of a big question. To get the current user’s friend list, you can use: bp_has_members( ‘populate_extras=0&user_id=’ . $bp->loggedin_user->id ) ) and then iterate through with the rest of the members’ member tags. Take a look at bp-core/bp-core-widgets.php at all of the ‘BP_Core_Members_Widget’ class. If you copy-and-paste…[Read more]
-
Paul Gibbs posted on the forum topic Profile google map in this site? in the group Creating & Extending: 15 years, 8 months ago
It’s not a plugin, just some code in the template. See https://buddypress.org/community/groups/requests-feedback/forum/topic/buddypress-org-location-in-the-profiles/#post-51674
-
Paul Gibbs posted on the forum topic Page Not Found in bp-default and multisite subfolder in the group How-To and Troubleshooting: 15 years, 8 months ago
Probably! Submit a report on http://trac.buddypress.org so someone can check it out, thanks
-
Paul Gibbs posted on the forum topic What happened to my index.php template? in the group How-To and Troubleshooting: 15 years, 8 months ago
If you’ve activated the BuddyPress default theme, then yes, it (of course) changes the site’s theme.
-
Paul Gibbs posted on the forum topic new child theme function.php breaks log in in the group How-To and Troubleshooting: 15 years, 8 months ago
As the guys say, a white screen of death is a PHP fatal error and is usually caused by a typo in the PHP, duplicate function name or a PHP memory limit error.
-
Paul Gibbs posted on the forum topic UPDATE to Transposh plugin incompatability with BP – Instructions for fix [RESOLVED} in the group How-To and Troubleshooting: 15 years, 8 months ago
Wow, that causes a bug? Crazy 🙂
-
Paul Gibbs posted on the forum topic Page Not Found in bp-default and multisite subfolder in the group How-To and Troubleshooting: 15 years, 8 months ago
No, that’s just for switching which site buddypress runs on in a multisite install. If you want it to work on every site, use this:
define ( ‘BP_ENABLE_MULTIBLOG’, true );
-
Paul Gibbs posted on the forum topic Page Not Found in bp-default and multisite subfolder in the group How-To and Troubleshooting: 15 years, 8 months ago
Have you set this in your wp-config.php?
define ( 'BP_ROOT_BLOG', 2 );(or whatever the site ID is)
-
Paul Gibbs posted on the forum topic Corrupted Turkish characters on RSS Feed in the group How-To and Troubleshooting: 15 years, 8 months ago
If I remember correctly, if you call html_entity_decode() with some character format text on PHP4 (latin1?), there is a log warning, “cannot yet handle MBCS in html_entity_decode().”
You’re probably best putting this as a bug on https://trac.buddypress.org/ so that someone can investigate
-
Paul Wong-Gibbs posted a new activity comment 15 years, 8 months ago
Something like https://buddypress.org/community/members/DJPaul/activity/groups/ ?
-
Paul Wong-Gibbs posted a new activity comment 15 years, 8 months ago
No worries
-
Paul Wong-Gibbs posted a new activity comment 15 years, 8 months ago
Hi Mark; No, these are intended. Usernames in WordPress can’t have spaces, and are automatically lower-cased, so BuddyPress just carries that on.
-
Paul Wong-Gibbs posted a new activity comment 15 years, 8 months ago
On the forums? Not out of box but: @nuprn1, did you do a plugin to quote replies on forums?
-
Paul Wong-Gibbs posted a new activity comment 15 years, 8 months ago
Hi; my problem was that you took the thread off-topic. That’s all.
- Load More
@djpaul
Active 1 month, 3 weeks ago