-
Babak Fakhamzadeh replied to the topic How to attach custom activities to groups? in the forum Creating & Extending 6 years, 8 months ago
I can call a custom template for my custom page like so:
function my_new_group_show_screen_content() {
echo bp_buffer_template_part( 'groups/group-custom', null, false );
}Then, just for testing, on that template, I record a visit to that page as an activity, like so:
$defaults = array([Read more]
'user_id' => '1',
'action' => 'A user just… -
becskr replied to the topic Joining a private members group is not working since BP 1.7.2 update. in the forum How-to & Troubleshooting 12 years, 11 months ago
Hi @mercime, I tried your suggestion last night – I switched to twentytwelve, turned off all the plugins and it didn’t work as I expected. When I requested membership, it asked me to add a comment, rather than just returning the button disabled with “request sent”.
I also tried bp-default but that made no difference either.
I happened to have a…[Read more]
-
FIQ replied to the forum topic A Solution for Creating Fluid Video Widths In BP! in the group How-To and Troubleshooting 14 years, 7 months ago
I should point out for those that are not as anal-retentive as me, this simple css will also get the job done (it gives some strange aspect ratios):
`#content iframe, #content object, #content embed {
[…] -
thecorkboard posted on the forum topic Checking if user has an update or not, in the group How-To and Troubleshooting 14 years, 9 months ago
I was able to preface the update if it existed with this:
‘
$latest_update = bp_get_activity_latest_update();
if ( bp_get_activity_latest_update() )
echo “and the latest update was: $latest_update “; […] -
jordashtalon started the forum topic How to print out an Avatar from a user ID in the group How-To and Troubleshooting: 14 years, 12 months ago
So I have the User Id of someone in Buddypress.
What is the function to print out their Avatar?
What is the function to link to their profile?
-
foralien posted on the forum topic Custom avatars arent showed on single blogs in WPMU in the group How-To and Troubleshooting: 15 years, 10 months ago
@justbishop happy to hear that 🙂
-
Symm2112 posted on the forum topic BP Group Control Error in the group Creating & Extending: 15 years, 11 months ago
It looks like the dev probably wrote it on Windows and it used upper case but when it went into the wordpress repo, it went in as all lower case. You have to change the case of the folders to BP-Group-Control for it to work. I didn’t want to just change the file in case […]
@rhondaquick
Active 3 years, 7 months ago