-
Bowe posted on the forum topic Call to arms β Own your task in the group Requests & Feedback: 13 years, 6 months ago
I’d like to chip in on making BP-Default 1.3 awesome as well π
-
Bowe posted on the forum topic Call to arms β Own your task in the group Requests & Feedback: 13 years, 6 months ago
@JJJ: Yeah I thought about the performance implications. Although I must say that the opinions about this are vastly different. a few http requests might make it slower, but these days that might not a big deal if theme development would be a lot easier. Actually combining adminbar.css, reset.css and using style.css for the base layout […]
-
Bowe posted on the forum topic Call to arms β Own your task in the group Requests & Feedback: 13 years, 6 months ago
I’m interested in working on the bp-default theme. Some ideas: – Splitting up the bp-default.css file into smaller CSS files on a per component basis. Then in turn load these stylesheets conditionally using the BP conditionals.. Ideally you would end up with: Base.css (all the layout, typography and regular WP styling for posts and pages) […]
-
Bowe started the forum topic New Plugin: BuddyPress Shortcodes in the group Third Party Components & Plugins: 13 years, 6 months ago
A while back I thought about ways to make BuddyPress integrate with the regular posts and pages within WordPress better. I had no idea to properly display BuddyPress information in posts, sidebar or templates. So I came up with the idea to use WordPress Shortcodes to display BuddyPress related content anywhere. Imath created the plugin, […]
-
Bowe started the forum topic The current state of BuddyPress: A critical analysis – New post on BP-Tricks in the group Requests & Feedback: 13 years, 6 months ago
Hi guys, I know this discussion has been held before a pretty long time ago, but I took the time to write down something about how I think BuddyPress and the community in general, is doing. You can read it here: http://bp-tricks.com/featured/the-current-state-of-buddypress-a-critical-anylyzis-of-the-project/ Hopefully it will spark a healthy (and…[Read more]
-
Bowe posted on the forum topic Future features in the group BuddyPress Groups Extras: 13 years, 6 months ago
This is a great project SlaFFik.. absolutely amazing!
-
Bowe joined the group BuddyPress Groups Extras 13 years, 6 months ago
-
Bowe posted on the forum topic How to disable ajax loader in activity stream? in the group How-To and Troubleshooting: 13 years, 6 months ago
Disabling the Ajax functionality for the main stream would be a bad idea.. it would kill the activity stream.. not sure if it’s even possible. What type of problems do you have with Ajax? Could be plugin related (JS conflict). Also what theme are you using?
-
Bowe posted on the forum topic Native Facebook Registration Plugin & Graph API Integration in the group Creating & Extending: 13 years, 6 months ago
You can map profile fields from Facebook to BuddyPress with WP-FB-Autoconnect with custom code. It is indeed on the roadmap!
-
Bowe posted on the forum topic Confict between YoastΒ΄s WordPress SEO and buddypress in the group How-To and Troubleshooting: 13 years, 6 months ago
Mmmm weird.. BuddyPress and WordPress SEO just work fine both enabled. The trick I posted is to offer full compatibility for WP SEO URL rewriting. If you get completely blank BuddyPress pages something is really messed up. I did not know Hybrid worked with BuddyPress but I think the error is to be found there. […]
-
Bowe posted on the forum topic activity stream content in the group How-To and Troubleshooting: 13 years, 6 months ago
It should work fine π Are you using MultiSite? Also remember that previous entries will not be removed from the stream. only new ones
-
Bowe posted on the forum topic Any way to fix activity stream thumbnails from sub-blog posts? in the group How-To and Troubleshooting: 13 years, 7 months ago
One other thing I recommend to add is also adding a max-height rule:
max-height: 150px;
-
Bowe posted on the forum topic Remove Sub-Reply Button? in the group How-To and Troubleshooting: 13 years, 7 months ago
Just copy over activity/entry.php to your Child Theme and replace all the code in that file with his:
That removes the reply box from comments so you’ll get a one-level reply section π
-
Bowe posted on the forum topic Any way to fix activity stream thumbnails from sub-blog posts? in the group How-To and Troubleshooting: 13 years, 7 months ago
Just add the following css to your custom stylesheet:
div.activity-inner img {
max-width: 500px;
height: auto;
width: auto;
}
This sets the height and the width of the image properly. If the image width exceeds 500px (the size of your stream container) then it will (css) crop the image. Hope this helps! -
Bowe posted on the forum topic Friend Referral System in the group How-To and Troubleshooting: 13 years, 7 months ago
Good question.. I have only use in for a client project once (8 months ago).. It worked fine, and have not heard about these problems.. But they might still have it enabled so the problem is not popping up. I need this plugin soon, so then I’ll find out π
-
Bowe posted on the forum topic Allowing Users to Customize Their Background Image in the group How-To and Troubleshooting: 13 years, 7 months ago
Cool stuff! Would be very helpful!
-
Bowe posted on the forum topic Friend Referral System in the group How-To and Troubleshooting: 13 years, 7 months ago
If you want to completely disable public registrations, and only want to set up a invite only BuddyPress community, check out this plugin as well: https://wordpress.org/extend/plugins/wordpress-mu-secure-invites/
Should work in combination with the plugin Mercime mentioned π
-
Bowe posted on the forum topic 2 profile types and 2 "members" pages in the group Creating & Extending: 13 years, 7 months ago
Something which can also be extremely helpful for everyone in this topic is the BP Profile Search plugin π
-
Bowe posted on the forum topic How can I use the 'hide_sitewide' function to hide certain activity types from showing up in the Sit in the group How-To and Troubleshooting: 13 years, 7 months ago
Hi not-so-poor Programmer, That stuff made my head spin. Exactly the reason why I became a poor designer. I kind of misunderstood the functionality as it seems, and so it is more to prevent dupes in the stream, and for hidden and private groups. I think the functionality described by me will be extremely useful […]
-
Bowe posted on the forum topic My Forums Disappeared in the group How-To and Troubleshooting: 13 years, 7 months ago
Update your permalinks again, and if that does not work check to see if your .htaccess is correct. Another option that worked for me in the past is going to BuddyPress > Forum Setup > Use existing installation. Then you should see the path to where your current BBPress forum is configured by BuddyPress (should […]
- Load More
@bowromir
Active 1 month ago