Forum Replies Created
-
In reply to: Forum templates from bp1.6
anyone?
In reply to: How to know who invited to a groupanyone?
In reply to: make secondary avatar a linkcool thanks. @djpaul
In reply to: make secondary avatar a linkanyone?
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?
In reply to: [resolved] Editing adminbarthanks 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.
In reply to: [resolved] Editing adminbaranyone?
In reply to: [resolved] List of files changed in 1.5.2thank you so much
In reply to: [resolved] Editing adminbarI 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?
In reply to: editing adminbaranyone?
In reply to: editing adminbari 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
In reply to: editing adminbari 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
In reply to: editing adminbarbounce
In reply to: editing adminbaranyone?
In reply to: editing adminbaralso add more menu items of my own.
In reply to: editing adminbari 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.
In reply to: Group maodertaionthanks @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.
In reply to: Efficiency of X-profile fieldsthanks @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.
In reply to: Efficiency of X-profile fieldsbounce. Any thoughts?
In reply to: group twitterany 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
In reply to: “Join Group” link does nothing on my sitedid anyone figure out this?