-
Henry Wright replied to the topic No sidebar on profile pages in the forum How-to & Troubleshooting 9 years, 3 months ago
This is simply the way your theme displays things on the page. If you’d like a sidebar on those pages, you can modify the templates. See the Template Hierarchy article for more info.
-
Henry Wright replied to the topic User gets wrong activation key error after activation mail in the forum How-to & Troubleshooting 9 years, 3 months ago
You’ll probably want to get as much info from the user as possible and then test again under those exact conditions. It could be a browser problem (I’m guessing here) or alternatively a caching issue. These are the worst problems to investigate, when everything works fine for you, but not for somebody else š
-
Henry Wright replied to the topic User gets wrong activation key error after activation mail in the forum How-to & Troubleshooting 9 years, 3 months ago
That’s strange and shouldn’t be happening. Can you activate TwentyFifteen, disable all plugins and then try a test registration?
-
Henry Wright replied to the topic My accaunt in menu or header in the forum How-to & Troubleshooting 9 years, 3 months ago
What is “My accaunt”? Does it come from a plugin?
-
Henry Wright replied to the topic Creating marketplace using buddypress in the forum Showcase 9 years, 3 months ago
-
Henry Wright replied to the topic Creating marketplace using buddypress in the forum Showcase 9 years, 3 months ago
You could try looking through the WordPress Plugin Directory first to see if any of the functionality you need has already been made available. Once you’ve exhausted the free options, recalculate your development requirements and hopefully the developer effort needed will have reduced somewhat.
-
Henry Wright replied to the topic Activity in my home.php in the forum Creating & Extending 9 years, 3 months ago
Does front-page.php exist in your theme’s folder? If so, then that’ll override whatever you have in home.php.
-
Henry Wright replied to the topic Disable auto E-Mail and activate users manually in the forum How-to & Troubleshooting 9 years, 3 months ago
Try the BP Disable Activation Reloaded plugin.
-
Henry Wright replied to the topic Keep users from /wp-admin in the forum How-to & Troubleshooting 9 years, 3 months ago
You can put all of your custom BP snippets in your theme’s functions.php. Alternatively, if you plan to swap themes regularly, they can go into your bp-custom.php file (if you don’t have one of these already, you can create one).
-
Henry Wright replied to the topic BuddyPress Message Attachment in the forum How-to & Troubleshooting 9 years, 3 months ago
Hi @hich-em
You should ask this question on the plugin’s support forum.
-
Henry Wright replied to the topic Buddy Press not working on themeforest theme in the forum How-to & Troubleshooting 9 years, 3 months ago
It’s unusual that BuddyPress isn’t working with a theme due to the Theme Compatibility that was introduced in 1.7. I suggest you open a support request with the theme author asking them to investigate why the theme isn’t working properly with BP. Most theme authors are happy to make their themes BP-compatible so hopefully you’ll get a response.
-
Henry Wright replied to the topic Edit Meta title member profile in the forum How-to & Troubleshooting 9 years, 3 months ago
You can filter the title with the wp_title hook.
You will need to set some conditions to be sure you’re filtering the title of the right page. See the Template Tags Reference for more info.
-
Henry Wright replied to the topic [Resolved] Warning: strstr(): Empty needle in in the forum How-to & Troubleshooting 9 years, 3 months ago
Are you using any plugins? Also, which theme are you using?
-
Henry Wright replied to the topic Authentication in the forum How-to & Troubleshooting 9 years, 3 months ago
although I thought that I had seen somewhere in the forums that using an API to sign new members up was āa bad thingā. But I canāt remember why!
The reason was likely related to user privacy. Perhaps incorporate something in the third-party CMS’s terms of use so that at least users will be made aware of what will happen. But, that’s a busin…[Read more]
-
Henry Wright replied to the topic Authentication in the forum How-to & Troubleshooting 9 years, 3 months ago
The third-party CMS users would need to be registered with BuddyPress (WordPress). Registration will allocate each person with an ID, username and so on. Without these, authentication won’t be possible.
You’ll probably need to import existing users, and then going forward, each time someone registers with the third-party CMS, you’d need to…[Read more]
-
Henry Wright replied to the topic BuddyVerified great but no longer developed or works? in the forum Third Party Plugins 9 years, 4 months ago
Not that I’m aware of. Have you tried reporting the problems you’re seeing on the plugin’s support forum?
-
Henry Wright replied to the topic thank you for registration page in the forum How-to & Troubleshooting 9 years, 4 months ago
I haven’t seen a plugin that does this myself. Try searching the directory
-
Henry Wright replied to the topic RtMedia Export script attachments api in the forum Requests & Feedback 9 years, 4 months ago
The reason the BP Attachment API was built was to avoid these problems. It provides a solid foundation for developers to build upon. The API is kind of new (introduced in 2.3), so it’s just waiting for developers to grab hold of it and build things like galleries and albums. One plugin I know that is under development is @modemlooper‘s BP Media.
-
Henry Wright replied to the topic RtMedia Export script attachments api in the forum Requests & Feedback 9 years, 4 months ago
There has been some talk recently by the core devs about providing media uploads and management. See this tweet. Nothing has been built yet.
-
Henry Wright replied to the topic thank you for registration page in the forum How-to & Troubleshooting 9 years, 4 months ago
To customise the text, you can localise. See the Customizing Labels, Messages, and URLs article.
To add more to the confirmation page, you can use the
bp_before_registration_confirmed
andbp_after_registration_confirmed
hooks.To override the whole register.php template, see the Template Hierarchy article.
- Load More
@henrywright
Active 8 months, 2 weeks ago