-
katemgilbert started the forum topic Enabling private messaging in the group How-To and Troubleshooting 13 years, 3 months ago
I want to enable private messaging on a site where it was formerly disabled. I went ahead and did that, but when I visit the URL http://www.site.com/messages, I get page not found.
I am using BP template pack, and I noticed that […]
-
katemgilbert posted on the forum topic Detect if user is viewing their own profile? in the group How-To and Troubleshooting 13 years, 4 months ago
RESOLVED. Here’s the updated code if others are looking for a similar solution:
if ( bp_is_home() ) :
Welcome,
endif;
bp_displayed_user_fullname() -
katemgilbert started the forum topic Detect if user is viewing their own profile? in the group How-To and Troubleshooting 13 years, 4 months ago
I want to show text in the member header that welcomes the user if they’re viewing their own profile. So when looking at their own profile, it says “Welcome, [name]!”, and if they view another user’s profile, it just says […]
-
katemgilbert started the forum topic Custom registration and welcome messages for different groups? in the group How-To and Troubleshooting: 13 years, 4 months ago
Is it possible, through a plugin or hook, to send different messages to users during the registration process depending on an identifier like Group or Role? I am using BP Registration Options to invite users to join different groups at signup. I’d like the messages they receive during the activation process to be tailored to […]
-
katemgilbert started the forum topic Show error message while waiting for group moderation? in the group How-To and Troubleshooting: 13 years, 4 months ago
I have a private group that members need to be approved to join. The group shows up in their Groups list even before they’ve been admitted. But if the user clicks on it while his membership is still pending, he’s redirected to the site’s homepage. I’d like him to see text that says “Your membership […]
-
katemgilbert posted an update 13 years, 4 months ago
@clairence Hi I’m also experiencing problems with the avatars not saving to the system when a user uploads in the registration process. It works if they change their avatar on the edit profile screen. I saw you post about this in another thread and am wondering if you ever found a fix. If so, please share it! Thanks!
-
katemgilbert started the forum topic Forums loop on member profile page? in the group How-To and Troubleshooting: 13 years, 4 months ago
I am trying to call the group forums loop at the bottom of the member’s profile page, to show the site’s “Latest Discussions”. I need this to display topics even if the logged in user has not posted or commented yet. So basically, I want to embed the Group Forums Directory on the profile page. […]
-
katemgilbert posted on the forum topic BP Enable Root Profiles produces 404 errors in the group How-To and Troubleshooting: 13 years, 4 months ago
@djpaul – here’s the .htaccess. 2 users needed their real URLs right away, so we have 301 redirects for them until this fix is solved. Could that be the issue? # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index.php$ – RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php # END WordPress…[Read more]
-
katemgilbert posted on the forum topic BP Enable Root Profiles produces 404 errors in the group How-To and Troubleshooting: 13 years, 4 months ago
@mikey3D – the site is for a workplace, and they want their business cards to read “site.com/realname”, where realname = username. The advantage is totally cosmetic, but desired nonetheless. @djpaul – I know it ought to work, that’s what’s so frustrating. Do you think it’s a cache issue, and if I just wait a bit after applying […]
-
katemgilbert started the forum topic BP Enable Root Profiles produces 404 errors in the group How-To and Troubleshooting: 13 years, 4 months ago
I am trying to use define( ‘BP_ENABLE_ROOT_PROFILES’, true ); to put my user profiles at the root, for example, http://www.site.com/username instead of http://www.site.com/members/username When I add this line to my wp-config.php, it changes the URL for the users to the root style, but then visiting that URL produces a 404 page not found. This happens […]
-
katemgilbert started the forum topic Display description under label in profile fields? in the group How-To and Troubleshooting: 13 years, 5 months ago
In the profile form (edit-profile.php and register.php), the field descriptions are displayed beneath the input box. I want them to be displayed beneath the field label and above the box instead. I can see from a code inspector that it is the class p.description, but I can’t find where this is called in any of […]
-
katemgilbert started the forum topic Label and input fields on same line in register.php in the group How-To and Troubleshooting: 13 years, 5 months ago
I am trying to display the label and input field on the same line in my register form. I don’t know what CSS elements to edit to make this happen. Anyone know how to do this?
-
katemgilbert posted on the forum topic How to disable WP sidebar from all buddypress pages in the group How-To and Troubleshooting: 13 years, 6 months ago
You can also use the Widget Logic plugin with the conditional statements listed here: https://wordpress.org/support/topic/buddypress-and-widget-logic.
The easiest way to enact this is to exclude all component groups.
-
katemgilbert started the forum topic Theme My Login – Dynamic BP redirects and user links? in the group Creating & Extending: 13 years, 6 months ago
I am using the WordPress plugin Theme My Login in conjunction with BuddyPress. I want to redirect users to view and edit their profile upon logging in, and serve up other BP user links as User Links via the plugin. However, whenever I try to pass a username, Theme My Login strips out the php […]
-
katemgilbert started the forum topic Duplicate avatars in group member loop in the group How-To and Troubleshooting: 13 years, 8 months ago
I am using the BP Group Management plugin. I created a template file with the group member loop to display the avatars of members of a group. Sometimes when we add a user, the user gets added multiple times, and multiple avatars show up in the loop. Kick and Ban appears to be the only […]
-
katemgilbert posted on the forum topic Left and right not working on hover in the group CD BuddyPress Avatar Bubble: 13 years, 8 months ago
I am having this same problem. Can anyone share the solution?
-
katemgilbert joined the group CD BuddyPress Avatar Bubble 13 years, 8 months ago
-
katemgilbert started the forum topic Embed iframe in member profile? in the group How-To and Troubleshooting: 13 years, 9 months ago
I want to allow my members to embed an iframe in their profiles via a profile field. Right now, when I enter the embed code, it converts to a link to the source on the member’s profile, rather than an actual embed. How can I get the iframe itself to show in the public profile?
-
katemgilbert started the forum topic Sort dropdown doesn't work on My Account – Blogs in Admin Bar in the group How-To and Troubleshooting: 13 years, 11 months ago
When viewing a user’s Blogs list on the front-end, the Order By sort dropdown on the right doesn’t appear to do anything. I can select between Last Active, Newest, and Alphabetical, but there is no “Go” button, and the sort never changes no matter what is selected. Has anyone else experienced this, and can you […]
-
katemgilbert posted on the forum topic Hard code link in BP Admin Bar? in the group How-To and Troubleshooting: 13 years, 11 months ago
UPDATE: I used the plugin: here to add a link to my admin bar, and it works. 2nd question – How do I dynamically include the logged in user’s username in the URL that I’m adding? For example, I am adding the link to /members//blogs/, where USERNAME is the logged in user’s username. I have tried […]
- Load More
@katemgilbert
Active 9 years, 2 months ago