Search Results for 'buddyboss'
-
AuthorSearch Results
-
January 31, 2014 at 5:37 am #177774
In reply to: Modifying "bp_activity_action()" output
Bilal Shahid
ParticipantThanks BuddyBoss!
Looks like I have to use filters to modify the output. But the function itself is meant to be customized in BuddyPress 2.0 for easier modification of the output.
January 27, 2014 at 12:05 am #177554In reply to: Page Not Found
JeffE
ParticipantSame here, my user clicks “Request Membership” button on a private group and gets page that says “This is somewhat embarrassing, isn’t it?”
I’m using BuddyPress 1.9.1, BuddyBoss theme 3.04
January 26, 2014 at 4:21 pm #177546In reply to: BuddyPress Pages not displaying
TheOptiMystic
ParticipantHi there-
@ubernaut yes the pages are def associated correctly.
@buddyboss if this is the case any ideas about how to move forward?THanks again
January 23, 2014 at 6:34 pm #177423In reply to: Notification and a blank page
BuddyBoss
Participant@betson Are you also using the BuddyBoss theme like JeffE, or another theme? If so, please update to a recent version of the theme and it’ll fix it immediately. If not, contact your theme author. We had this issue by previously making edits to /members/single/home.php. BP 1.9 added a call in there for the Notifications page, and since we had previously edited that template (overrode it within our theme) it caused the Notifications page to go blank. If you’re using another theme they possibly had the same issue, so possibly it’s the same solution.
This is the line that fixed it:
elseif ( function_exists('bp_is_user_notifications') && bp_is_user_notifications() ) : bp_get_template_part( 'members/single/notifications' );
That goes with all of the other template calls in the “item-body” div.
January 21, 2014 at 5:06 am #177307In reply to: Notification and a blank page
BuddyBoss
ParticipantHey there, I’m the author of BuddyBoss. This is not the default behavior in the theme. Have you updated to the latest version? 3.0.6 put out a patch for notifications before BuddyPress 1.9 came out, and I have a feeling you’re using a version prior to that as that could cause a blank page without the patch. If you still have issues after updating head over to our support forums and TJ will happily help you out.
January 21, 2014 at 3:38 am #177299In reply to: 2.0 top features – ideas
@mercime
Participant@buddyboss no inevitability there. Check out many responsive table solutions http://css-tricks.com/responsive-data-table-roundup/
January 20, 2014 at 10:51 pm #177283In reply to: Notification and a blank page
JeffE
ParticipantSame problem here, when any of my users go to their Notifications page it is blank. I’m on latest BuddyPress release with BuddyBoss theme with no customizations.
January 20, 2014 at 12:52 am #177244In reply to: 2.0 top features – ideas
Henry Wright
Moderator@buddyboss if you’re not happy with the notification tables then you can remove the default and add your own. e.g:
remove_action( 'bp_notification_settings', 'messages_screen_notification_settings', 2 ); // remove the rest too...
function custom_notification_settings() { // your own custom stuff } add_action( 'bp_notification_settings', 'custom_notification_settings' );
January 19, 2014 at 12:27 pm #177202In reply to: 2.0 top features – ideas
Hugo Ashmore
Participant@buddyboss
A relatively simple suggestion for 2.0 β Get rid of tables in all templates so developers can style everything for mobile without having to override templates to convert tables to lists. Notifications and Messages use tables right now and they donβt have to.This is fundamentally a really bad notion, you do not change markup to suit devices – ever! Markup exists to accurately describe data in a semantic manner if that means that a table is the correct element then a table is what is used; if a devise can’t handle that then it’s the devices problem, if you have to try and change the markup in that instance then so be it and good luck.
‘Notifications’ correctly uses a table to display a columner/row relationship of data it’s not a case that it needn’t, this is correct; if you tried to put that into a list you would break the header relationship and would need to lump all of a notifications meta into one list and then have to use something like a dl list to associate date received to the metadata.
Of course though if you wish to modify the templates for your theme then you’re quite at liberty to do so that is why they are overloadable!
January 19, 2014 at 4:44 am #177182modemlooper
ModeratorBTW BuddyBoss looks great, really has come along way.
January 19, 2014 at 12:18 am #177168In reply to: iPhone app for BuddyPress
BuddyBoss
ParticipantWould be awesome to at least have a nice iPhone ready theme available.
BuddyBoss is an iPhone / Android compatible theme for BuddyPress.
January 19, 2014 at 12:16 am #177167Henry Wright
Moderator@buddyboss any idea how to make the crop preview image fluid?
January 19, 2014 at 12:11 am #177166BuddyBoss
ParticipantWith BuddyBoss you can upload photos to your BP profile on a phone. Avatar uploads work too, but the native avatar cropper in BP could still use some work on mobile as it’s too big for some screens.
December 16, 2013 at 3:01 pm #175575In reply to: function that breaks the BP AJAX
Rocio Valdivia
ParticipantThanks @henrywright-1, and that was what I did, I was the one that added the prefix:
buddyboss_childtheme_
to my function, but the point is that if I use the word “core” inside the title of a function, the ajax stop working πDecember 16, 2013 at 12:26 pm #175570In reply to: function that breaks the BP AJAX
Henry
Member@_dorsvenabili when adding custom functions to functions.php it might be a good idea to add a prefix to all of your function names. As you can see buddyboss has done it with
buddyboss_childtheme_
.You could have used
dorsvenabili_core_get_notifications_for_user
ormy_core_get_notifications_for_user
Saves conflicts from happening π
December 16, 2013 at 9:25 am #175560In reply to: function that breaks the BP AJAX
Rocio Valdivia
ParticipantOk, I have found the problem and I fixed it π
The conflict was the name of the function:
buddyboss_childtheme_core_get_notifications_for_user( $type_notification )
When I was testing the function to find the problem, I realised that even with the empty function the ajax problem was still there. So I tried changing the function’s name and done!
The new name is:
buddyboss_childtheme_get_notifications_for_user( $type_notification )
I will never use again the word “core” in the title of a function in functions.php π
Hope it will be useful for someone. Cheers!
RocΓo
December 7, 2013 at 10:38 pm #175219In reply to: Friends and friend request pages not found
Anton
ParticipantSame here, although I don’t get a 404 but a “no pending friendship” message – disabling Extended Profiles shows me the list. Am I doing something wrong? I’m using BuddyBoss + a child theme, FWIW.
October 24, 2013 at 9:25 pm #173329Anthony Fogleman
ParticipantI’m building a site in BuddyBoss 3.0, their new responsive layout, and it’s great, however, I’ve got a couple of pesky glitches, and I landed here looking for the page talking about approve WPML themes.
Good luck!October 24, 2013 at 7:57 pm #173324In reply to: Responsive BuddyPress Examples?
TJ
ParticipantOctober 17, 2013 at 4:56 am #172978In reply to: Custom Template
@mercime
Participant@buddhatunes not familiar with how Buddyboss is wired. But it should follow template hierarchy supported of BP https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
October 16, 2013 at 12:39 am #172909In reply to: Custom Template
buddhatunes
ParticipantUsing a buddyboss child theme, custom page called “hosting”
tried content-buddypress.php but that affects all pages, just want to limit new template to “hosting” page
http://www.xxxxxx.com/hosting and http://www.xxxxxx.com/users/johnsmith use different templates but no difference
August 21, 2013 at 6:34 am #170155In reply to: mobile theme for buddypress?
BuddyBoss
ParticipantThe BuddyBoss theme is made specifically to be super super mobile, with a stylesheet just for BuddyPress and one just for bbPress, making all of that content responsive.
August 4, 2013 at 1:40 am #169314In reply to: BuddyBoss Theme for BuddyPress — Wow!
BuddyBoss
ParticipantHey guys! I’m the owner of BuddyBoss and just reading though these comments. We have a mobile version coming out August 15th. You can see the demo here: http://www.buddyboss.com/demo/
@flyveren Thanks for the compliments π We work hard to keep everything up to date. This new version is built around BuddyPress 1.7 / 1.8, the way BP now allows any WordPress theme to work with it. We rebuilt it as a standard WordPress theme with our custom features only used when BuddyPress is activated.July 8, 2013 at 4:23 pm #167756In reply to: My account menu
bp-help
Participant@mojomateo
I am pretty sure you would have to build the menu manually in your themes header.php if you are trying to get it like the buddyboss demo’s. Depending on your skill level it could be easy to difficult and you would also have to style it and the sub menu’s CSS. I dont know of a plugin or widget that would do it exactly like the buddyboss demo example but you can try this plugin:
https://wordpress.org/plugins/buddymenu-buddylinks/May 29, 2013 at 11:28 am #164980In reply to: hide admin from members list
WPAgentur
ParticipantHi, i put the code in my theme funktions.php but superadmin is still visible in memberslist.
add_action(‘bp_ajax_querystring’,’bpdev_exclude_users’,20,2);
function bpdev_exclude_users($qs=false,$object=false){
//list of users to exclude$excluded_user=’1′;//comma separated ids of users whom you want to exclude
if($object!=’members’)//hide for members only
return $qs;$args=wp_parse_args($qs);
//check if we are searching for friends list etc?, do not exclude in this case
if(!empty($args[‘user_id’])||!empty($args[‘search_terms’]))
return $qs;if(!empty($args[‘exclude’]))
$args[‘exclude’]=$args[‘exclude’].’,’.$excluded_user;
else
$args[‘exclude’]=$excluded_user;$qs=build_query($args);
return $qs;
}
Iam using WP: 3.5.1 and BP: 1.7.2 with the buddyboss-theme.
-
AuthorSearch Results