-
Bowe replied to the topic Is it possible to use Peepso with Buddypress? in the forum How-to & Troubleshooting 8 years, 8 months ago
@rosyteddy I’d recommended giving RtMedia another try. I would not say it’s dated and I’m very impressed with their feature set and the development of the plugin over the last year or so 🙂
-
Bowe replied to the topic How to redirect to user profile in the forum How-to & Troubleshooting 8 years, 8 months ago
@alexandra55 you can achieve this by adding a little snippet to your bp-custom.php or functions.php.
add_action( 'template_redirect', 'themename_redirect_author_archive_to_profile' );
[Read more]
function themename_redirect_author_archive_to_profile() {
if(is_author()){
$user_id = get_query_var( 'author' );
wp_redirect( bp_core_get_user_domain(… -
Bowe updated the Using BuddyPress Cover Images inside the Member and Group Loops page, on the BuddyPress Codex 9 years ago
Since BuddyPress 2.4 Groups and Member are able to upload Cover Images to be used on the single Group and Member pages. If you would like to use Cover Images when building custom loops you can use the following […]
-
Bowe updated the BuddyPress Cover Images page, on the BuddyPress Codex 9 years ago
Note: This guide is for use with BuddyPress 2.4+.
The Cover Images feature is using the BP Theme Compat API to maximize its compatibility with most WordPress themes. It allows members of your community, and […] -
Bowe updated the Notifications page, on the BuddyPress Codex 10 years, 7 months ago
-
Bowe replied to the topic My BuddyPress Hosting Recommendation in the forum Miscellaneous 11 years, 8 months ago
@synaptic I’m the writer of the Hosting recommendation on BP-Tricks, and you bring up some fair points. I do mention in the article that with the right knowledge you COULD set up something cheaper using a […]
-
Bowe replied to the topic My BuddyPress Hosting Recommendation in the forum Miscellaneous 11 years, 10 months ago
Thanks for adding that Chris. Personally I’d never go with shared hosting, but maybe there are exceptions to the rule. If you ever want to share your experiences in more details I’d love to cover it on BP-Tricks!
-
Bowe replied to the topic My BuddyPress Hosting Recommendation in the forum Miscellaneous 11 years, 10 months ago
I’m reading this right now:Â http://wpengine.com/2012/04/visitors/.
Especially this point might explain a lot:
If a robot scans 20,000 pages over the course of a month, that’s not just one visit. It shouldn’t […]
-
Bowe replied to the topic My BuddyPress Hosting Recommendation in the forum Miscellaneous 11 years, 10 months ago
Thanks Ben! IÂ never really look at my GA in great detail, but I do know that GA does not count visitors who have JS disabled. These visitors are usually bots. It could be that your site is being heavily targeted […]
-
Bowe started the topic My BuddyPress Hosting Recommendation in the forum Miscellaneous 11 years, 10 months ago
Hi BuddyPress Community,
Just wanted to let you know that I’ve written an fairly extensive hosting guide for those wanting to learn more about which webhost to pick. It does not review individual providers but […]
-
Bowe replied to the forum topic New Message Ajax Notifiction in the group How-To and Troubleshooting 12 years, 9 months ago
If you’re using the WP bundled version of jQuery replace your $ with jQuery.. So:
`
function getMessages(){
jQuery(‘#user-messages span’).load(‘ajax_messages.php’);
}
setInterval( […] -
Bowe replied to the forum topic @mentions – removeing the @ ? in the group How-To and Troubleshooting 13 years ago
Use Paul his BP Labs plugin to make it more intuitive for the user.. it shows a nice popup as soon as someone types the @ character: https://wordpress.org/extend/plugins/bp-labs/
And some preview images: […]
-
Bowe posted an update 13 years, 1 month ago
Looking for beta testers for Infinity – An WordPress anti-Framework. It offers full BuddyPress 1.5 support just as built in BBPress support. You can download Infinity by registering on our community (http://community.presscrew.com/) with the special sign-up code “The Royal We”. This code is only valid for the weekend!
-
Bowe replied to the forum topic group hierarchy admin menu trouble in the group BP Group Hierarchy 13 years, 3 months ago
@ddean When I download version 1.1.7 the plugin is not being picked up by WordPress.. not sure why, but the download seems to be incomplete and does not […]
-
Bowe replied to the forum topic group hierarchy admin menu trouble in the group BP Group Hierarchy 13 years, 3 months ago
I’m getting the same error on BuddyPress 1.9.2..
-
Bowe posted on the forum topic LIVE THEME – Themes in the group Third Party Components & Plugins 13 years, 4 months ago
I think this sort of an approach to selling themes is a bit too vague for potential customers. I think pretty much all people would like to purchase/use a theme that is working out of the box and has some support and guarantees. […]
-
Bowe posted on the forum topic Letting the user upload a custom background? in the group How-To and Troubleshooting: 13 years, 5 months ago
Cool initiative Brajesh.. I’ll write a post about it on BP-Tricks to let others know about this plugin. 🙂
-
Bowe posted on the forum topic Profile Fields Questions in the group How-To and Troubleshooting: 13 years, 5 months ago
You can read a full tutorial about it here:
http://bp-tricks.com/snippets/displaying-certain-profile-fields-on-your-members-profile-page/
🙂
-
Bowe posted on the forum topic Community Activate v0.1.0 in the group Third Party Components & Plugins: 13 years, 5 months ago
I love this concept and I think it can work very well for certain communities.. In fact I might be able to use it in a upcoming project 🙂 I’ll give it a test spin this week!
-
Bowe posted on the forum topic Call to arms – Own your task in the group Requests & Feedback: 13 years, 6 months ago
They way JJJ describes it would be the way to go imo.. Looking at the BBPress beta this seems to work well, and it would make things a lot easier (and more fun). I have another question about templating though; 1: Using get_template instead of locate template Is there a reason why locate template is used […]
- Load More
@bowromir
Active 1 month ago