-
Henry Wright replied to the topic Link from email goes to 404 when not logged in in the forum How-to & Troubleshooting 7 years, 10 months ago
This isn’t ideal. Can you open a ticket on Trac explaining the issue?
-
Henry Wright replied to the topic Auto delete in the forum How-to & Troubleshooting 7 years, 10 months ago
Is it possible that users can choose to auto delete the chat…
BuddyPress doesn’t have chat functionality. Are you using a plugin?
-
Henry Wright replied to the topic Username tag in the forum How-to & Troubleshooting 7 years, 10 months ago
I think the $current_user object refers to the user currently logged in, not the user displayed? You should check
-
Henry Wright replied to the topic Zebra striping for ajax message reply not working in the forum How-to & Troubleshooting 7 years, 10 months ago
Is this a known issue or could this be specific to my theme?
It could be theme-related. Try using Twenty Fifteen to test. Once you’ve ruled out your theme, try deactivating plugins in case they are conflicting.
-
Henry Wright replied to the topic Welcome email not firing off for accounts created by social media login in the forum How-to & Troubleshooting 7 years, 10 months ago
Are you using a social media plugin to create accounts? That plugin will likely have a hook you can use. If not then you should be able to request one be added
-
Henry Wright replied to the topic Users can't join group in the forum How-to & Troubleshooting 7 years, 10 months ago
It’s possible that either a plugin or your theme is conflicting. If the problem has just started happening, try checking what you’ve done recently (added new plugins, changed or upgraded your theme etc)
-
Henry Wright replied to the topic Users can't join group in the forum How-to & Troubleshooting 7 years, 10 months ago
Can you provide a list of the plugins you’re using? Also which theme?
-
Henry Wright replied to the topic Change URL of member profiles to /@username in the forum Showcase 7 years, 10 months ago
You can easily configure BuddyPress to use root profiles which will mean URLs look like example.com/username. Note though, there’d be no @ character in the URL.
See the Advanced Configurations section here: https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/
-
Henry Wright replied to the topic Installing on Subdomain in the forum Installing BuddyPress 7 years, 10 months ago
Have a read of this article, it’ll help you make up your mind as to whether multisite is the best approach for you:
-
Henry Wright replied to the topic phone number or email in the forum Creating & Extending 7 years, 10 months ago
If you create an xProfile field called “Telephone” and add it to the base group, it’ll appear in the BuddyPress registration form.
Hope that helps?
-
Henry Wright replied to the topic Installing on Subdomain in the forum Installing BuddyPress 7 years, 10 months ago
I believe you would have to unless you used multisite.
-
Henry Wright replied to the topic New Theme for Free in the forum Showcase 7 years, 10 months ago
No problem also hosting on GH. I’m actually doing that myself. My approach is GH for dev, wordpress.org for distribution. See here https://github.com/lsquo/octothorpe
-
Henry Wright replied to the topic New Theme for Free in the forum Showcase 7 years, 10 months ago
Yeah, many more users will find it. It’s also easier to install for new users. I just had a theme approved; the process took about 6 months due to the theme review team having such a huge backlog but we got there in the end
BuddyPress needs more themes, great to see you’re working hard on them!
-
Henry Wright replied to the topic New Theme for Free in the forum Showcase 7 years, 10 months ago
Cool theme! Will you be submitting to wordpress.org?
-
Henry Wright replied to the topic Installing on Subdomain in the forum Installing BuddyPress 7 years, 10 months ago
BuddyPress is a WordPress plugin so will need a copy of WordPress to run. Does that help?
-
Henry Wright replied to the topic Changing the groups slug in the forum How-to & Troubleshooting 7 years, 10 months ago
Try this plugin from @johnjamesjacoby:
-
Henry Wright replied to the topic Table of BP releases with DB version has errors in the forum Installing BuddyPress 7 years, 10 months ago
The page should be editable so if you come across information that is wrong or out of date, feel free to update.
-
Henry Wright replied to the topic Theme to be Released in the forum Showcase 7 years, 11 months ago
Considering your plan is to make money from the theme, I’d go for 2. There are lots of outlets where you can list a theme for sale or if your own website has the capability you could list it for sale there.
-
Henry Wright replied to the topic Enqueue styles and scripts to profile edit page in the forum How-to & Troubleshooting 7 years, 11 months ago
Try
bp_is_profile_edit()
-
Henry Wright replied to the topic How to move a navi menu to a sub menu regarding "Invite Anyone" in the forum Third Party Plugins 7 years, 11 months ago
Hi @piyosuke
This isn’t easily done.
You will need to create a new sub menu item under Settings.
bp_core_new_subnav_item()
is the function to use. Next, the Invite Anyone plugin will likely refer directly to the Send Invites menu item so you will need to then find a work around for that because you need plugin content to be displayed under your…[Read more] - Load More
@henrywright
Active 8 months, 1 week ago