-
Henry replied to the topic change 'their' to 'his' or 'her' in activity stream in the forum Installing BuddyPress 10 years, 11 months ago
How will you determine if the member is male or female?
-
Henry replied to the topic [Resolved] Username vs display name in the forum How-to & Troubleshooting 10 years, 11 months ago
Have you tried BuddyPress Usernames Only? https://wordpress.org/plugins/buddypress-usernames-only/
-
Henry replied to the topic Login Bar on Homepage in the forum How-to & Troubleshooting 10 years, 11 months ago
What was the function you added? Perhaps there is a problem with that
-
Henry replied to the topic How to add @ username tags in comments to notifcations in the forum How-to & Troubleshooting 10 years, 11 months ago
Site tracking – if you go to your WP admin area, look under BuddyPress where you can enable and disable components. You’ll see that you can enable site tracking. You’ll need to have this option checked to get notifications.
-
Henry replied to the topic How to add @ username tags in comments to notifcations in the forum How-to & Troubleshooting 10 years, 11 months ago
There’s nothing in core yet but I’ve been working on something. It is working but far from production-site ready.
See the progress in Trac:
https://buddypress.trac.wordpress.org/ticket/5298 -
Henry replied to the topic Blogposts not showing in activity in the forum How-to & Troubleshooting 10 years, 11 months ago
@arwenmckenzie glad you got it working! 🙂
-
Henry replied to the topic Instagram OEmbeds stopped working for more recent Instagram pics in the forum How-to & Troubleshooting 10 years, 11 months ago
@rossagrant in that case it might be worth raising a WP Trac ticket as oEmbeds are handled by the WP core:
-
Henry replied to the topic Instagram OEmbeds stopped working for more recent Instagram pics in the forum How-to & Troubleshooting 10 years, 11 months ago
@rossagrant this could be Instagram’s server. Have you tried again recently?
-
Henry replied to the topic [Resolved] Timestamps in members timezone in the forum How-to & Troubleshooting 10 years, 11 months ago
Hey @colabsadmin @shanebp @djpaul
I’m happy to help out writing the plugin. Anyone feel like taking the lead?
-
Henry replied to the topic Blogposts not showing in activity in the forum How-to & Troubleshooting 10 years, 11 months ago
Have you enabled ‘site tracking’ in the WP admin settings (where you can disable and enable components)?
-
Henry replied to the topic [Resolved] Timestamps in members timezone in the forum How-to & Troubleshooting 10 years, 11 months ago
@colabsadmin I really like the idea of this. It definitely beats having relative dates everywhere, which is what I did. So many BP sites out there these days with members in different time zones crying out for a plugin like this.
-
Henry replied to the topic Curious if this is correct php for showing X to Z people. in the forum How-to & Troubleshooting 10 years, 11 months ago
Looks solid to me. If you wanted to condense the code into two lines you could use the logical operator
&&
e.g.
if ( bp_has_notifications( 'user_id=' . bp_loggedin_user_id() ) && is_user_logged_in() ) {
// ... here I've got the loop stuff ...
}You could also append this bit which will let you output something to logged in…[Read more]
-
Henry replied to the topic Forums in a public/private site in the forum How-to & Troubleshooting 10 years, 11 months ago
Hi @mauryg
Have you tried posting this in the http://bbpress.org forum? You might find your answers there.
-
Henry replied to the topic Orphan notifications if item was deleted. in the forum How-to & Troubleshooting 10 years, 11 months ago
EDIT: You might want to raise this issue on Trac:
https://buddypress.trac.wordpress.org/ -
Henry replied to the topic Error: Missing argument 2 for wpdb::prepare in the forum How-to & Troubleshooting 10 years, 11 months ago
Take a look at this page to see the parameters accepted:
Perhaps try using
profile_group_id
:By default all groups and all fields will be displayed. If you provide the ID of a profile field group, then only the fields in this group will be…
-
Henry replied to the topic returning a formatted phone number? in the forum Installing BuddyPress 10 years, 11 months ago
You could try looking at https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ to see how they do it. I think one of the profile field types is ‘number’ – so that might be the best place to start.
-
Henry replied to the topic is_page() does not work on BP pages in the forum Installing BuddyPress 10 years, 11 months ago
Thanks for explaining in more detail. If you feel this is a bug, you can submit a ticket on Trac
Trac is the best place to follow the development process and submit bug reports.
-
Henry replied to the topic is_page() does not work on BP pages in the forum Installing BuddyPress 10 years, 11 months ago
Ah right, I see what you’re doing.
‘my-members’ is no longer a WP page at the moment you point your BP members directory at ‘my-members’. Is that what you’re saying is a bug?
-
Henry replied to the topic is_page() does not work on BP pages in the forum Installing BuddyPress 10 years, 11 months ago
Just some observations
1. ‘my members’ isn’t the same as ‘my-members’
2.<?php echo 'is_page()='.is_page().'<br>'; ?>
– why are you doing this?I don’t know about you, but to me this seems like a bug in buddypress
There may well be a bug in BuddyPress – but I can’t tell that from the code and info you’ve posted.
-
Henry replied to the topic in the forum Henry 10 years, 11 months ago
@djpaul that’s a great idea. +1 to a survey gathering people’s thoughts.
- Load More
@henrywright-1
Active 9 years, 10 months ago