-
naton replied to the question Javascript glitch on Wall in the forum BuddyBoss Wall 10 years, 6 months ago
I think this might be reproducible if you have some group widgets activated on a single group page. At least that seems to be the case for me. When having a Active groups widget there, I get the name of the topmost group as label for the post form. When removing that widget, and also having sub group widgets that return blank, I get a blank name…[Read more]
-
naton replied to the question Javascript glitch on Wall in the forum BuddyBoss Wall 10 years, 6 months ago
I had to hack a quick fix, replacing bp_get_group_name() with the string ‘this group’. Don’t know if people prefer that (since the group’s name is all over the place anyway) or if it’s just me but I could live with having “Anything new in this group, [name]?” as a default.
-
naton replied to the question Javascript glitch on Wall in the forum BuddyBoss Wall 10 years, 6 months ago
I used Safari on Maverick, not sure if I tried Chrome as well. Object caching using W3TC on though, could that be it?
-
naton replied to the question Works well for me! Excellent work… in the forum BuddyBoss theme 10 years, 6 months ago
Took a chance and just uploaded the folder live – and it worked great 🙂 Had some issues getting the plugins to work though, til I figured you have to have them network activated too, if you have BuddyPress activated that way.
-
naton started the question Javascript glitch on Wall in the forum BuddyBoss theme 10 years, 6 months ago
There seems to be a diff between what group name is stored in the DOM for activity-greeting and what it gets replaced with using JS. I consistently get (it seems) the name from the last visited group in the script#buddyboss-wall-tpl-greeting element.
Hope you see what I mean (it’s getting late here..)
-
naton commented on the post, BuddyBoss 3.1.7 is now available, buttery smooth! 10 years, 10 months ago
Sweet! 🙂 I had two minor issues with missing background color on #main (since I’m not using the customizer I need a fallback there) and a menu overlap on sitewide notifications. But as I think those are my fault […]
-
naton commented on the post, I'll be speaking at WordCamp Miami 2014 – Scaling BuddyPress 10 years, 11 months ago
Do you currently use (or plan to use) any fragmented caching techniques in BuddyBoss? I gather from the W3TC docs that this is something their Pro version use and that it requires some additions to the themes to […]
-
naton commented on the post, BuddyBoss 3.1.5 is now available, auto-updates 10 years, 11 months ago
Super 🙂
PS. Is it just me or is this release a tad faster than before? I notice a speed bump I’ve not seen the last few days, prior to updating I mean.
-
naton commented on the post, BuddyBoss 3.1.5 is now available, auto-updates 10 years, 11 months ago
Great news! Nice with the .pot file as well, comes in handy. As a translator though, would you be able to email the pot file a day or so in advance, to keep the translations in sync I mean (the included Swedish […]
-
naton replied to the question Change the default (buddyboss) avatar in the forum BuddyBoss 3.0 11 years ago
This is how I did it (notice the -child addition to the path), in functions.php:
// Default avatar
[Read more]
function buddyboss_addgravatar( $avatar_defaults ) {
$myavatar = get_bloginfo('template_directory') . '-child/images/avatar-member.jpg';
$avatar_defaults[$myavatar] = 'My child theme avatar name';
return $avatar_defaults;
}
add_filter(… -
naton commented on the post, BuddyBoss 3.1.3 is now available, bug fixes 11 years ago
Sent! 🙂
-
naton commented on the post, BuddyBoss 3.1.3 is now available, bug fixes 11 years ago
I have complete Swedish 3.1.3 mo/po files. Would you like to include these? If so, how can I best send them to you?
-
naton commented on the post, BP Group Documents – BuddyPress Plugin Review 11 years, 1 month ago
Just one small glitch: I get a big, scaled up file icon behind the star icon on the Files link in mobile view of the latest BuddyBoss update, what causes that..? Same class/id name in the theme as in the plugin somewhere?
-
naton replied to the question Theme Translation in the forum BuddyBoss 3.0 11 years, 1 month ago
Oh, I almost forgot: I finished the Swedish translation last night and I must say I’m impressed by the 3.1 release. Very solid mobile GUI, first of all (which was the #1 reason I bought it) and smoothness, freshness all over the place, great work! 🙂 The newly translated strings that now pop up here and there is merely a bonus 😉
-
naton replied to the question Theme Translation in the forum BuddyBoss 3.0 11 years, 1 month ago
I think I got the error on the customize screen.
Btw, I disabled it and got a hard coded path to a logo.jpg file, is that intended? Or should I be able to apply a custom logo without the (nice, but not for my particular site) customize functions?
-
naton replied to the question Theme Translation in the forum BuddyBoss 3.0 11 years, 1 month ago
Great! Looking forward to this 🙂
Just a quick note on an error I just got though:
Warning: Creating default object from empty value in /home/omstalln/public_html/wp-content/themes/buddyboss/buddyboss-inc/buddyboss-customizer/buddyboss-customizer-loader.php on line 63
Something with the logo..?
edit: terribly sorry for hijacking this thread,…[Read more]
-
naton replied to the question Theme Translation in the forum BuddyBoss 3.0 11 years, 2 months ago
FWIW, I got the “My Likes” to work in Swedish by adding __( ) around it (in activity/index.php), like so:
$fav_tab_text = BUDDYBOSS_WALL_ENABLED ? __(‘My Likes’, ‘buddyboss’ ) : ‘My Favorites’;
Maybe I should have done it with “My Favorites” as well, but I keep likes switched on.
-
naton replied to the question "Empty" Friend and Group requests in the forum BuddyBoss 3.0 11 years, 2 months ago
Disabling the plugin Invite Anyone did the trick – now I can see pending requests again.
-
naton replied to the question "Empty" Friend and Group requests in the forum BuddyBoss 3.0 11 years, 2 months ago
I think you nailed it! Unchecking Extended profiles gave me back my pending requests – enabling it again gives me “no pending invites” thingie :(( Should I file this as a bug in Trac now or what?
-
naton replied to the question "Empty" Friend and Group requests in the forum BuddyBoss 3.0 11 years, 2 months ago
Ok, I’ll do that. (FWIW, in the mobile view I see a “2” indicating my two unread friend requests, it’s just that they don’t show up on the page.)
- Load More