-
Henry Wright replied to the topic Start number of post on posts stream on page in the forum How-to & Troubleshooting 10 years, 5 months ago
In that case, try asking here.
-
Henry Wright replied to the topic Help filtering my custom activity pages with parse_args in the forum Creating & Extending 10 years, 5 months ago
is_page()has been problematic for me in the past (when using with BuddyPress) but I thought those problems had been resolved. Feel free to open a Trac ticket for this. -
Henry Wright replied to the topic Start number of post on posts stream on page in the forum How-to & Troubleshooting 10 years, 5 months ago
When you say posts, do you mean WordPress posts, or BuddyPress activity items? Both “streams” are different and will require different solutions.
-
Muvizz's profile was updated 10 years, 5 months ago
-
Henry Wright replied to the topic No notifications for replies in the forum How-to & Troubleshooting 10 years, 5 months ago
In that case @fried_eggz, can you open a ticket for this on Trac?
-
Henry Wright replied to the topic Pagination on buddypress.org Site in the forum Miscellaneous 10 years, 5 months ago
Hi @valuser
Can you open a Trac ticket for this?
-
Ben Hansen replied to the topic Can BuddyPress manage a community with almost 3M users? in the forum Creating & Extending 10 years, 5 months ago
@mercime didn’t realize those were done with buddypress thanks for sharing that fact 🙂
-
buckyb replied to the topic Hide Profile Group Tab from Admin if Level 1 (s2Member) in the forum How-to & Troubleshooting 10 years, 5 months ago
Thank you for replying, I tried to figure it out on my own, but I cant get it to work. I changed some of the lines, and included what you have, but it breaks the site. (still learning, please bear with me)
function bpfr_hide_profile_field_group( $retval ) {[Read more]
$displayed_user_level = some_s2_function( bp_displayed_user_id() );
if(… -
's profile was updated 10 years, 5 months ago
-
Henry Wright replied to the topic No notifications for replies in the forum How-to & Troubleshooting 10 years, 5 months ago
This should be working. Have you installed any plugins that may be conflicting?
Make sure you have the setting checked under members/{username}/settings/notifications/
-
Henry Wright replied to the topic Buddypress bug still happening 1 year after mentioning it here,effects all users in the forum Miscellaneous 10 years, 5 months ago
@mcpeanut I’m unable to test right now but can you give this a try on Twenty Fifteen or Twenty Sixteen and if the problem persists, would you mind opening a Trac ticket for this? Copying and pasting some of what you’ve wrote already should be fine.
The core devs might not see this forum topic.
-
Ben Hansen replied to the topic Buddypress bug still happening 1 year after mentioning it here,effects all users in the forum Miscellaneous 10 years, 5 months ago
i hear ya, it does sound rather convoluted but i do know the best way to get the dev’s attention is in trac. in my experience they are a pretty understanding lot. 🙂
-
Ben Hansen replied to the topic Buddypress bug still happening 1 year after mentioning it here,effects all users in the forum Miscellaneous 10 years, 5 months ago
is there a trac ticket for this issue?
-
PromoCodeLand's profile was updated 10 years, 5 months ago
-
Henry Wright replied to the topic BP registration form not working on mobile view in the forum How-to & Troubleshooting 10 years, 5 months ago
Your best bet is to provide the theme author with some screenshots of the problem and hopefully they can issue a fix. It’s probably worth deactivating all plugins and custom code before taking the screengrabs, to be sure nothing is conflicting.
-
Henry Wright replied to the topic is it possible know if the receiver read the message? in the forum How-to & Troubleshooting 10 years, 5 months ago
Try this:
$thread = new BP_Messages_Thread( bp_get_the_thread_id() );
echo $thread->last_message_id; -
Henry Wright replied to the topic is it possible know if the receiver read the message? in the forum How-to & Troubleshooting 10 years, 5 months ago
bp_get_the_thread_id()is what you will need. -
Henry Wright replied to the topic Profile Avatar cropping problem in the forum How-to & Troubleshooting 10 years, 5 months ago
You did the right thing by deactivating all plugins and then reactivating each one to find the culprit. Try doing that again, but this time refresh and test cropping after each plugin activation. The very moment cropping stops working, bam, you have your culprit 🙂
-
@mercime replied to the topic Can BuddyPress manage a community with almost 3M users? in the forum Creating & Extending 10 years, 5 months ago
@dopeboy What shanebp said. BuddyPress powers the 8.1 Million ++ user profiles at WordPress.org https://profiles.wordpress.org/dopeboy
-
@mercime replied to the topic Profile Avatar cropping problem in the forum How-to & Troubleshooting 10 years, 5 months ago
@nattlyharris Required JS enqueued by BP including jquery.Jcrop.min.js are missing from source code caused possibly by a plugin. I think one culprit is the bj-lazy-load plugin but to be sure, deactivate all plugins except BuddyPress and check if you can crop the avatar. Then activate plugins one by one to see which is/are causing the issue.
Edit…[Read more]
- Load More