-
Paul Gibbs posted on the forum topic is this a bug in the group Requests & Feedback: 15 years, 8 months ago
If you view the HTML source of your page, what’s the rest of the text you get? It may contain an error message or something useful.
-
Paul Gibbs posted on the forum topic potential bug found in the group How-To and Troubleshooting: 15 years, 8 months ago
By “site’s homepage”, I imagine you mean the root blog. And this works fine for me. By “wait a while”, does it appear automagically or do you need to refresh the page?
-
Paul Gibbs posted on the forum topic Setting Up Forums in the group How-To and Troubleshooting: 15 years, 8 months ago
You need to be either the Site Admin, a Group Moderator or a Group Admin, then when you go into a forum topic, there are buttons that read “Edit Topic | Sticky Topic | Close Topic | Delete Topic” at the top of the listing.
-
Paul Gibbs posted on the forum topic How do I remove this line: Viewing member 1 to 12 (of 12 active members) in the group Creating & Extending: 15 years, 8 months ago
That is useful for pagination, but delete the lines around the calls to bp_members_pagination_count() and bp_members_pagination_links() in /members/members-loop.php in your theme.
-
Paul Gibbs posted on the forum topic Simple question – how to turn off "Members" tab in top menu in the group How-To and Troubleshooting: 15 years, 8 months ago
If you want to keep the functionality that the Members component provide, but want to remove the “tab” from the menu, edit your theme’s header.php
-
Paul Gibbs posted on the forum topic Safari Not Loading Pages (Blank) in the group How-To and Troubleshooting: 15 years, 8 months ago
Nope. Does this happen in Google Chrome and/or Firefox?
-
Paul Gibbs posted on the forum topic Root Groups Profiles in the group How-To and Troubleshooting: 15 years, 8 months ago
It’s not possible (everything always is, but this isn’t a built in toggle and it would take someone a lot of time to figure out).
-
Paul Gibbs posted on the forum topic Discrepency between members on group members page and what's in the db table, wp_bp_groups_members, in the group How-To and Troubleshooting: 15 years, 8 months ago
Have those extra users accepted their invitation? “is_confirmed” column in wp_bp_groups_members
-
Paul Gibbs posted on the forum topic Facebook Login? in the group How-To and Troubleshooting: 15 years, 8 months ago
Don’t know, asking the author would’ve been a better idea. Does the problem fix itself if you remove the calendar widget? I don’t have a Facebook account so I can’t test.
-
Paul Gibbs posted on the forum topic Are these BP Plugins compatible with WP3? in the group Creating & Extending: 15 years, 8 months ago
The only one I can personally confirm is BP Disable Activation.
-
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
If you’re trying to use BP-Default on the non-BP_ROOT_BLOG site, and BP_ENABLE_MULTIBLOG (which is a mysterious parameter at the best of times) doesn’t fix it, I suggest you edit header.php in your child theme and set the links directly (remove the calls to site_url(), IIRC).
-
Paul Gibbs posted on the forum topic after installation of buddypress – dashboard view is broken – menu tree of buddypress below the wp f in the group Installing BuddyPress: 15 years, 8 months ago
You’ll need to add CSS to your theme to make it work. If you switch back to the BP-Default theme, I bet it works properly?
-
Paul Gibbs posted on the forum topic Buddypress Template Pack Bug? in the group Creating & Extending: 15 years, 8 months ago
Not sure if it’s an oversight without running it through myself, but you just need to add “buddypress” to the “Tags” section in your style.css
-
Paul Gibbs posted on the forum topic WordCampTV video about BuddyPresss in the group Miscellaneous: 15 years, 8 months ago
Yup, it’s not a bad introduction
-
Paul Gibbs posted on the forum topic Pages not found in the group Installing BuddyPress: 15 years, 8 months ago
Are you running BuddyPress on the non-root site? If so:
https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
define ( ‘BP_ROOT_BLOG’, 117 );
Will run on site ID 117.
-
Paul Gibbs posted on the forum topic I think my site has been hacked in the group How-To and Troubleshooting: 15 years, 8 months ago
The key thing that hnla refers to is the user login name. Google tells you instantly how to change this in the database, for example http://www.goldfries.com/websites-blogging/wordpress-change-admin-login-name/. Note if you are running WordPress MS then there will be another field you need to update.
-
Paul Gibbs posted on the forum topic I think my site has been hacked in the group How-To and Troubleshooting: 15 years, 8 months ago
Hi Matt
Take a look at https://codex.wordpress.org/FAQ_My_site_was_hacked for starters -
Paul Wong-Gibbs posted a new activity comment 15 years, 8 months ago
done
-
Paul Gibbs posted on the forum topic How can I customize a special group? in the group How-To and Troubleshooting: 15 years, 8 months ago
That’s invalid PHP syntax. You probably want:
elseif ( BP_MEMBERS_SLUG == ‘admin’ )
-
Paul Gibbs posted on the forum topic Setting up access to admin correctly for a BP network site in the group How-To and Troubleshooting: 15 years, 8 months ago
Yeah, I know exactly what your error message is saying. However, I don’t know why it is saying that on your site. I’ve seen this before and it is sometimes down to a plugin conflict.
If you disable all plugins other than Welcome Pack and BuddyPress, does the problem go away?
- Load More
@djpaul
Active 1 month, 3 weeks ago