-
James replied to the forum topic Auto ”load more” activity stream items when scroll reaches the bottom of the page in the group Creating & Extending
hi @juanmaguerrero, no need in video. after deeper testing I understood the issue. Bug remains in every activity list, where you do not have enough of updates to see “load more” button. Create a group with few […]
-
James replied to the forum topic Auto ”load more” activity stream items when scroll reaches the bottom of the page in the group Creating & Extending
hi again @juanmaguerrero, I do not have any customizations, just child theme of bp-default (local at the moment) and your 2 steps. When I switch to “updates” in drop-down of site wide activity directory, I see […]
-
James replied to the forum topic Auto ”load more” activity stream items when scroll reaches the bottom of the page in the group Creating & Extending
hi @juanmaguerrero, great tutorial!
unfortunately, bug that @shawn38 has mentioned partly is still there. Go to site wide activities, switch to “updates” as drop down filter – everything still will work fine, […] -
hi @ChrisClayton, bp_has_activities( ‘object=groups&primary_id=…, …’) is a working solution for custom loop. Problem is that I need this loop to appear as a drop down filter in site wide activities, e.g. […]
-
thanks Paul, now it is more clearly. Taking into account that in bp_dtheme_ajax_querystring() I see only type, scope and action parameters, do I understand correctly that there is no way to add simple filter which […]
-
hi,
if I add new filter to site wide activity drop-down e.g.
, where do I tell it, which filter I want to use for bp_has_members from activity-loop.php?thanks!
-
is it bp_core_avatar_alt, how could I block it?
thanks.
-
hi,
does anyone know how to remove tooltip (alt tag) with user name from all avatars across the site?
thank you!
-
James started the forum topic Child theme + jQuery + Placeholders in the group How-To and Troubleshooting
hi,
spent hours on searching, need a bit of help:
1. Do I understand correctly, that in child theme of bp-default we don’t need to load jquery since it is already loaded by wp, and all we have to do is ` […]
-
hi,
for my project I need hundreds of groups to be created by admin, what will take half a day.
which function is responsible for group creation in BP, maybe there is some way to add several parameters for […]
-
hi,
Can anyone tell please, where does
html { margin-top: 28px !important; }come from?
it is not in default.css, but still appears and I cannot find the way to edit it. You can see it here on […]
-
James replied to the forum topic Bp-default html margin-top? in the group How-To and Troubleshooting
ok, I got it, it is wp issue, not question to buddypress.
-
James replied to the forum topic How to override core function? in the group How-To and Troubleshooting
thanks @chrisclayton! using your method I’ve been able to modify read more link too, but how could I hook into `$excerpt = bp_create_excerpt( $text, $excerpt_length, array( ‘ending’ = __( ‘…’, […]
-
James started the forum topic How to override core function? in the group How-To and Troubleshooting
hi,
I am trying to take control over function “bp_activity_truncate_entry”.
I am interested to change line “$excerpt_length = apply_filters( ‘bp_activity_excerpt_length’, 358 );” from functions.php or […] -
hi,
How do I get current url of any BP page/component/etc..?
e.g., native WP get_permalink for example.com/username/profile/ shows example.com/members.
what should be used instead?
Edit:
don’t know […] -
James started the forum topic Profile navigation in two or three columns in the group How-To and Troubleshooting
Is it possible to display bp_get_displayed_user_nav in two or three organized columns, not as a line or vertical one-column list?
thank you!
-
hi @sbrajesh
could you please take a look on this, if you will have time.. -
can it be done using these lines (?):
`$thumb_cropped = wp_crop_image( $original_file, (int)$crop_x, (int)$crop_y, (int)$crop_w, (int)$crop_h, bp_core_avatar_thumb_width(), bp_core_avatar_thumb_height(), false, […]
-
-
@mercime thank you for reply!
- Is it bp-default in the link? (link in the 2nd post in this topic)
- if yes, what version is it and where it can be downloaded?
- was such feature as “Rectangular profile […] - Load More