-
Henry Wright replied to the topic Register page password strength and hint in the forum How-to & Troubleshooting 9 years, 7 months ago
I assume this is what is being used? If so I can just add this password hint but what file do I need to edit?
You shouldn’t edit core files because when you update BuddyPress your changes will be lost. It’s better if you track down the root cause of the problem and try to fix it.
-
Henry Wright replied to the topic Register page password strength and hint in the forum How-to & Troubleshooting 9 years, 7 months ago
Which theme are you using and have you customised the registration page in any way?
-
Henry Wright replied to the topic how to define 3rd avatar size in the forum How-to & Troubleshooting 9 years, 7 months ago
Hi @jaremilus,
There’s also the original size which you could use
BP_AVATAR_ORIGINAL_MAX_WIDTH
but aside from that I know of nothing else available. -
Henry Wright replied to the topic Activate bbPress? in the forum Requests & Feedback 9 years, 7 months ago
Hi @wwtuan
Do you have the exact same page (Comunity) assigned to more than one component at Settings > BuddyPress > Pages?
-
Henry Wright replied to the topic Hide forum post content in activity streams? in the forum How-to & Troubleshooting 9 years, 7 months ago
Sure!
See here for where your filter will be applied. Here is documentation on
apply_filters_ref_array()
(it’s almost identical toapply_filters()
). And you’ll need to use add_filter() to hook your filter function to the hook.If you’re new to filter hooks, try searching for some tutorials, there’s so much info available already. Hope this info helps!
-
Henry Wright replied to the topic Hide forum post content in activity streams? in the forum How-to & Troubleshooting 9 years, 7 months ago
Sure!
See here for where your filter will be applied. Here is documentation on
apply_filters_ref_array()
(it’s identical toapply_filters()
). And you’ll need to use add_filter() to hook your filter function to the hook.If you’re new to filter hooks, try searching for some tutorials, there’s so much info available already. Hope this info helps!
-
Henry Wright replied to the topic Hide forum post content in activity streams? in the forum How-to & Troubleshooting 9 years, 7 months ago
Hi @andrew55
I think
bp_get_activity_content_body
is a filter you could use for this. You’d need to find out the activity ‘type’ and conditionally filter out the content. -
Henry Wright replied to the topic Calling a post authors activity stream in the forum How-to & Troubleshooting 9 years, 7 months ago
Was my suggestion any use?
Basically, I would like to call the activity stream of an author of a page.
I understood that to mean “Output an activity loop on a WordPress page limited to activity items belonging to the page author”.
If my understanding is wrong, then please let me know.
-
Henry Wright replied to the topic Calling a post authors activity stream in the forum How-to & Troubleshooting 9 years, 7 months ago
Hi @urbanfix
Here’s the standard loop taken from here.
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
<?php while ( bp_activities() ) : bp_the_activity(); ?><?php locate_template( array( 'activity/entry.php' ), true, false ); ?>
<?php endwhile; ?>
<?php endif; ?>If you scroll down the page and…[Read more]
-
Henry Wright replied to the topic Calling a post authors activity stream in the forum How-to & Troubleshooting 9 years, 7 months ago
Hi @urbanfix
Here’s the standard loop taken from here.
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
<?php while ( bp_activities() ) : bp_the_activity(); ?><?php locate_template( array( 'activity/entry.php' ), true, false ); ?>
<?php endwhile; ?>
<?php endif; ?>If you scroll down the page and…[Read more]
-
Henry Wright replied to the topic Profile Page in the forum Showcase 9 years, 7 months ago
This is likely either a CSS or markup issue with your theme. Try sending the theme author a message notifying them of the problem.
-
Henry Wright replied to the topic Can not find link to join or join in the forum How-to & Troubleshooting 9 years, 7 months ago
You will need to create the register page via the WP Admin area if you haven’t already got a register page. Call it something like Register, making sure the slug is /register/. You can then access it at example.com/register/
-
Henry Wright replied to the topic New plugin: BuddyPress Mute in the forum Showcase 9 years, 7 months ago
Hey @djsteveb,
Would like to try this out one of my sites.. wondering though, how this comparing to buddy block or whatever it is called? Feature compare?
Check out the first two paragraphs of the README.md for how muting differs from blocking or unfriending.
Also, this would be excellent if it also could “mute” / hide / selected groups fro…
-
Henry Wright replied to the topic New plugin: BuddyPress Mute in the forum Showcase 9 years, 7 months ago
Hey @djsteveb,
Would like to try this out one of my sites.. wondering though, how this comparing to buddy block or whatever it is called? Feature compare?
Check out the first two paragraphs of the README.md for how muting differs from blocking or unfriending.
Also, this would be excellent if it also could “mute” / hide / selected groups fro…
-
Henry Wright replied to the topic Delete Account in the forum How-to & Troubleshooting 9 years, 7 months ago
It would be quite a big project to code this. If you’re not comfortable with PHP, have you tried searching the WordPress Plugin Directory?
-
Henry Wright replied to the topic Delete Account in the forum How-to & Troubleshooting 9 years, 7 months ago
Hi @gsupriya
What have you tried so far?
-
Henry Wright replied to the topic [Resolved] Button gradient CSS trouble in IE (of course) in the forum How-to & Troubleshooting 9 years, 7 months ago
@dwsowash glad to hear you found a solution! 🙂
-
Henry Wright replied to the topic New plugin: BuddyPress Mute in the forum Showcase 9 years, 7 months ago
Hi @disha76,
I replied to your post over on the BuddyPress Mute support forum:
https://wordpress.org/support/topic/mute-button-toggle-not-working-in-presence-of-bp-cover@djpaul yep, it’s on GitHub here:
https://github.com/henrywright/buddypress-mute -
Henry Wright replied to the topic [Resolved] Button gradient CSS trouble in IE (of course) in the forum How-to & Troubleshooting 9 years, 7 months ago
-
Henry Wright replied to the topic Notification view is borked in the forum How-to & Troubleshooting 9 years, 7 months ago
Hi @daethian
You might want to let the theme author know and perhaps they can issue a fix that makes the theme compatible with BuddyPress?
- Load More
@henrywright
Active 8 months, 2 weeks ago