-
Henry replied to the topic Activity Stream on Page in the forum How-to & Troubleshooting 10 years, 12 months ago
You can copy the activity loop into your homepage template
<?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; ?>See…[Read more]
-
Henry replied to the topic [Resolved] Help translating a string in .po file in the forum How-to & Troubleshooting 10 years, 12 months ago
@danbp thanks for letting me know! updating the source file was needed!
-
Henry replied to the topic Guys….. What is the point of including filters if… in the forum How-to & Troubleshooting 10 years, 12 months ago
@shanebp – Re 2: dynamic strings would certainly have some advantages. I wouldn’t throw a tantrum if the core devs decided to develop something like this 🙂
-
Henry replied to the topic Guys….. What is the point of including filters if… in the forum How-to & Troubleshooting 10 years, 12 months ago
@alealealeo this only applies to activity stream items. Think of it as a snapshot of what happened at that point in time – text strings are written to the database. When querying the database, that info isn’t going to change – regardless of any filters or translations you’ve set up.
-
Henry replied to the topic Music on Profile Page in the forum How-to & Troubleshooting 11 years ago
@1missrodnee rtMedia uses mediaelement.js (which comes with core WordPress since 3.6). I do believe you can set
autoplay="true"
on the mediaelement.js audio player. Have you tried asking the question in the rtMedia forum? their support is usually very good. -
Henry replied to the topic Activity Time is GMT. Activity Stream "Posted an Update" time is incorrect. in the forum How-to & Troubleshooting 11 years ago
@macpresss I’m sure within the
bp_activity_action()
function the various items will be filterable usingadd_filter()
or translatable via a language file. If not then perhaps you can raise a Trac ticket to have the various items broken down into discrete filterable parts. -
Henry started the topic [Resolved] Help translating a string in .po file in the forum How-to & Troubleshooting 11 years ago
I’m trying to find
You have %d new message from %s
in my buddypress.po file but all I can find isYou have %d new message
Can anyone confirm
You have %d new message from %s
is missing?Code ref: bp-messages-functions.php line 249.
-
Henry replied to the topic Codex (conditional) template tag page MIA in the forum Requests & Feedback 11 years ago
@nowton right, I see! If you find a page is in need of updating you can help out by flagging the page. See ‘flagging articles’ in https://codex.buddypress.org/participate-and-contribute/codex-standards-guidelines/
-
Henry replied to the topic Codex (conditional) template tag page MIA in the forum Requests & Feedback 11 years ago
@nowton do you mean the link I posted to the template tag reference? That shouldn’t be happening. I can click through and view the page without problems.
-
Henry replied to the topic Codex (conditional) template tag page MIA in the forum Requests & Feedback 11 years ago
The Codex is being overhauled and updated regularly which may account for the broken links you’re seeing. This is the page you were probably looking for:
-
Henry replied to the topic Music on Profile Page in the forum How-to & Troubleshooting 11 years ago
@1missrodnee with rtMedia (used to be called BuddyPress Media) you can upload audio files and have them play on your profile. https://wordpress.org/plugins/buddypress-media/
-
Henry replied to the topic Getting an array error in the forum Miscellaneous 11 years ago
@shanebp whoever worked on it looks like they wanted to exclude the admin user account from the member list perhaps?
-
Henry replied to the topic Feedback: BP is getting better by each release-cycle in the forum Requests & Feedback 11 years ago
Very nice design – just be aware members are free to enter longer usernames or names so that could have an impact on how the page element looks. e.g. would it span over two lines? would that impact on the nice uniformity of each row you have in the screenshot? etc etc.
Avatar sizes will be constant of course and the length of the active time ago…[Read more]
-
Henry replied to the topic mandatory fields not being validated in the forum How-to & Troubleshooting 11 years ago
have you tried seeing if the problem happens with Twenty Thirteen?
-
Henry replied to the topic mandatory fields not being validated in the forum How-to & Troubleshooting 11 years ago
Which theme are you using.
-
Henry replied to the topic Can member profiles be made public (and linkable)? in the forum Miscellaneous 11 years ago
Member profile are publicly accessible. URLs look like
example.com/members/username
. With reference to edit rights to certain pages, this doesn’t happen out-of-the-box – but with some minor customisations it will be possible. -
Henry replied to the topic How can I build a BuddyPress theme that will function without BuddyPress? in the forum Creating & Extending 11 years ago
Theme compatibility lets you use BuddyPress with themes built for WordPress. So build your theme and when you activate or deactivate BP it will continue work seamlessly:
-
Henry replied to the topic Call to undefined function bp_is_my_activity() – Codex article in the forum How-to & Troubleshooting 11 years ago
@hnla Yep – I found no sign of it either.
-
Henry replied to the topic Call to undefined function bp_is_my_activity() – Codex article in the forum How-to & Troubleshooting 11 years ago
@modemlooper not sure when the function was depreciated, no record of it in the BP 1.8 code?
@hnla thanks, i’ll do that in future. I’ll have a read through the rest of the guidelines too as I’d never come across the article before
-
Henry started the topic Call to undefined function bp_is_my_activity() – Codex article in the forum How-to & Troubleshooting 11 years ago
bp_is_my_activity()
Hey guys – @hnla and @modemlooper
The function above seems to be undefined yet it is detailed in the Codex article:
Shall I remove that section from the article? I didn’t want to go ahead and do it in case you have any objections.
- Load More
@henrywright-1
Active 9 years, 10 months ago