-
Bailey Metcalfe replied to the topic Notifications settings in the forum How-to & Troubleshooting 5 years, 7 months ago
Is the second file is overloaded? & Overloading & copying it over from:
/bp-templates/bp-legacy/buddypress/It may be?
-
dainismichel replied to the topic Problem with "Please upload your profile photo to start using this site." in the forum How-to & Troubleshooting 7 years ago
the word from me and my tech team:
“it’s either Bill Gates or gremlins”
- i do not have this setting set anywhere.
- i do not have plugins installed that would cause such functionality.
-
shanebp replied to the topic Font Awesome breaks ajax on delete link in the forum How-to & Troubleshooting 10 years, 4 months ago
It’s the jquery in global.js
The ‘target’ becomes the icon rather than the a tag.
Soif ( target.hasClass('delete-activity')
fails.Changing to this gets the right target:
if ( target.hasClass('icon-trash') {
And then you need to change:
var link_href = target.attr('href');
to:
var link_href = target.closest("a").attr("href");
otherwise…[Read more]
-
Té Baybute replied to the forum topic Can someone explain how to add tabs to the profile page? in the group Creating & Extending 12 years, 9 months ago
This method has stopped working. This is the code I was using:
`bp_core_new_subnav_item( array(
‘name’ = ‘News’,
‘slug’ = ‘news’,
‘parent_url’ = $bp-root_domain .’/’. $bp-groups-slug . […] -
Anton commented on the post, BuddyPress 1.5 now available!, on the site BuddyPress.org 13 years, 2 months ago
Excellent! Well done. Time to upgrade all my installations.
-
freque.unce started the forum topic Avatars Don’t Show – WP 3.1.3 + BP 1.2.8 in the group How-To and Troubleshooting: 13 years, 5 months ago
Hi, I’m using WP 3.1.3 + BP 1.2.8. I’ve searched alot of forums but I’m having trouble finding a fix. Avatars show fine in the dashboard but the website itself only displays default avatars.
@kileyknisely
Active 2 years, 1 month ago