Forum Replies Created
-
anyone?
anyone?
cool thanks. @djpaul
anyone?
I do not want to completely turn this off. Instead, I want to disable this only for specific profile fields. How can I do that?
thanks again @mercime. this is not what i was looking for but it is helpful. I was actually searching for the submenu items added to groups or forums in the drop down. Found it in the loader files.
thanks.
anyone?
thank you so much
I have seen this link. its helpful. thanks. but I want the specifics of how bp links are hooked to adminbar. which file is this done in?
anyone?
i want to edit the bp-menu within the admin bar.
When I used buddybar, i did it like this
function my_alter_bp_adminbar(){
remove_action(‘bp_adminbar_menus’, ‘bp_adminbar_account_menu’, 4);
add_action(‘bp_adminbar_menus’, ‘my_adminbar_account_menu’, 50);
}
add_action(‘wp_footer’,’my_alter_bp_adminbar’,1);How can I do the same with wp-admin bar.
thanks
i want to edit the bp-menu within the admin bar.
When I used buddybar, i did it like this
function my_alter_bp_adminbar(){
remove_action(‘bp_adminbar_menus’, ‘bp_adminbar_account_menu’, 4);
add_action(‘bp_adminbar_menus’, ‘my_adminbar_account_menu’, 50);
}
add_action(‘wp_footer’,’my_alter_bp_adminbar’,1);How can I do the same with wp-admin bar.
thanks
bounce
anyone?
also add more menu items of my own.
i want to remove the multi level drop down and just keep it to single level. also remove the wordpress search and put in the buddypress search.
for CSS – I want to change the weight and background of the admin bar.
thanks @mercime. that may not be what i want. I want to that users should still be able to create. But let me check that feature.
thanks.
thanks @DJPaul. Will take your word. I still doubt if the search will be efficiently. I want to have a backup plan in case going forward this slows down the search.
Thanks.
bounce. Any thoughts?
any one using this plugin?
ok now i get the buttons in the loops when i am viewing the directory page. but i do not get the buttons in the members/user/friends and the members/user/groups
which adds to the confusion since the same loop is used at all places.
@r-a-y – can you help me with this. its driving me crazy.
bounce
it is something to do with “BP_DTheme.accepted” replacing “bp_terms_accepted” from the older version of global.gs.
it is somehow to do with the use of BP_DTheme in the new global.js
did anyone figure out this?