-
walon frid's profile was updated 10 years, 10 months ago
-
Henry Wright replied to the topic Edit Meta title member profile in the forum How-to & Troubleshooting 10 years, 10 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 10 years, 10 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 10 years, 10 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 10 years, 10 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]
-
@mercime replied to the topic Styling BuddyPress Login Widget in the forum How-to & Troubleshooting 10 years, 10 months ago
@jld142 Based on title of this topic, you only want to change the styling aka CSS. If that’s the case, you do not need to add any BP folders/files in your child theme. Just override the style in your theme’s style.css file or whatever stylesheet is enqueued in your premium theme.
If however, you want to change the markup or functionality in some…[Read more]
-
@mercime replied to the topic Styling BuddyPress Login Widget in the forum How-to & Troubleshooting 10 years, 10 months ago
@jld142 Based on title of this topic, you only want to change the styling aka CSS. If that’s the case, you do not need to add any BP folders/files in your child theme. Just override the style in your theme’s style.css file or whatever stylesheet is enqueued in your premium theme.
If however, you want to change the markup in some form or the…[Read more]
-
@mercime replied to the topic Styling BuddyPress Login Widget in the forum How-to & Troubleshooting 10 years, 10 months ago
@jld142 Based on title of this topic, you only want to change the styling aka CSS. If that’s the case, you do not need to add any BP folders in your child theme. Just override the style in your theme’s style.css file or whatever stylesheet is enqueued in your premium theme.
If however, you want to change the markup in some form or the other,…[Read more]
-
Henry Wright replied to the topic BuddyVerified great but no longer developed or works? in the forum Third Party Plugins 10 years, 10 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 10 years, 10 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 10 years, 10 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 10 years, 10 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 10 years, 10 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_confirmedandbp_after_registration_confirmedhooks.To override the whole register.php template, see the Template Hierarchy article.
-
mayr jhon's profile was updated 10 years, 10 months ago
-
Henry Wright replied to the topic How to Get a User's Comments In The Activity Stream? in the forum How-to & Troubleshooting 10 years, 10 months ago
Go to Settings > BuddyPress and then under the Components tab make sure Site Tracking is checked.
-
Henry Wright replied to the topic members feature with a relationship 1:n in the forum Creating & Extending 10 years, 10 months ago
You can certainly create new tables but this should be done only if absolutely necessary. Take a look at the Creating Tables with Plugins article for more info.
As to whether this will be a good idea verses utilising the existing activity table, only you can decide. It’ll depend on what exactly you need to do.
-
Henry Wright replied to the topic Problem with blog post image alignment in the forum How-to & Troubleshooting 10 years, 10 months ago
Those are not featured post images, but images that are embedded at the very beginning of posts.
I can see that the problem doesn’t exist when you navigate to the post. The image is nicely floated left and comes before the text in the source. BuddyPress seems to be changing the order of the image and text when it comes to the activity stream…[Read more]
-
Henry Wright replied to the topic Conditional for a users profile page only (users homepage) in the forum How-to & Troubleshooting 10 years, 10 months ago
-
Henry Wright replied to the topic Conditional for a users profile page only (users homepage) in the forum How-to & Troubleshooting 10 years, 10 months ago
So far it appears there is no conditional for it.
In that case you’ll need to use the
&&operator to exclude the pages you don’t want. -
Henry Wright replied to the topic Conditional for a users profile page only (users homepage) in the forum How-to & Troubleshooting 10 years, 10 months ago
If not, then take a look here. That’s everything that’s currently available that relates to user pages.
- Load More