-
Micheal Kennedy commented on the post, BuddyPress 1.8 Beta 2, on the site BuddyPress.org 11 years, 4 months ago
Awesome! Keep the awesome work up you guys!
-
InterMike replied to the forum topic bp_adminbar_notifications_menu in the group How-To and Troubleshooting 13 years, 1 month ago
What if you’re trying to tie the custom function into wp_nav_menu_items? Can’t seem to get it working. See my topic about it […]
-
InterMike replied to the forum topic Adding "Notifications" to wp_nav_menu_items in the group How-To and Troubleshooting 13 years, 1 month ago
Forgot to mention that this is in my functions.php file in my theme.
-
InterMike started the forum topic Adding "Notifications" to wp_nav_menu_items in the group How-To and Troubleshooting 13 years, 1 month ago
I’m trying to put the notifications in a new sub nav, but I can’t get it to work. This is what I have:
`add_filter(‘wp_nav_menu_items’,’custom_nav_items’,10,2);
function custom_nav_items($menu, $args) […] -
Micheal Kennedy started the topic Adding "Notifications" to wp_nav_menu_items in the forum How-to & Troubleshooting 13 years, 1 month ago
I’m trying to put the notifications in a new sub nav, but I can’t get it to work. This is what I have:
add_filter('wp_nav_menu_items','custom_nav_items',10,2);
[Read more]
function custom_nav_items($menu, $args) {
global $bp;
$args = (array)$args;
if ( is_user_logged_in() ) {
if ( $args != 'primary' )
return $menu;
$customNav = '<li class="menu-item men… -
InterMike replied to the forum topic Profile Bar on top in the group How-To and Troubleshooting 13 years, 1 month ago
I think you’re referring to the regular WP bar? Put the following in your wp-config.php:
define(‘BP_USE_WP_ADMIN_BAR’, true);
-
InterMike replied to the forum topic Using Buddy Press for Social Networking such as Facebook in the group Miscellaneous 13 years, 1 month ago
l”Move away from BuddyPress,” “retain your members,” “program away from BuddyPress” – I don’t really understand what you mean. BuddyPress is extendable – you can add/subtract whatever you want.
Depends […]
-
InterMike joined the group BuddyPress Profile Menu 13 years, 1 month ago
-
InterMike replied to the forum topic bbpress Forum avatars taking thumbnail size from buddypress and enlarging, are in result blurry in the group How-To and Troubleshooting 13 years, 1 month ago
I kinda noticed thumbnails were blurry too sometimes. Hmm.
-
InterMike joined the group Buddypress Humanity 13 years, 2 months ago
-
InterMike replied to the forum topic How to generate BuddyBar/WP menu links, to place somewhere else in theme? in the group How-To and Troubleshooting 13 years, 2 months ago
Thanks @valuser. I also found out more about it here: http://bit.ly/r2akXB
-
InterMike replied to the forum topic BuddyPress.org’s Unified Search – How can I get it? in the group How-To and Troubleshooting 13 years, 2 months ago
Needs updating.
-
InterMike started the forum topic How to generate BuddyBar/WP menu links, to place somewhere else in theme? in the group How-To and Troubleshooting 13 years, 2 months ago
Anyone know what the code is to generate the links in the BP/WP Bar? So I could, for example, disable the BP/WP Bar, and stick those thinks (Activity, Forums, Groups, Settings, Profile, Logout, etc.) in my theme […]
-
Micheal Kennedy commented on the post, Help test BuddyPress 1.5, on the site BuddyPress.org 13 years, 2 months ago
Just a note that testbp.org says that it’s using Beta 2.
What do you mean ‘finishing touches’? Just bug fixes?
Are we okay using a Release Candidate on a live site, or should we wait for a “stable” […]
-
Micheal Kennedy commented on the post, BuddyPress 1.5 – Beta 3, on the site BuddyPress.org 13 years, 2 months ago
@johnjamesjacoby To upgrade from Beta 2, just rewrite the old files with the new Beta 3 files, right?
-
InterMike replied to the forum topic be able to post onto all members activity? in the group How-To and Troubleshooting 13 years, 2 months ago
You can click on “Public Message” on their profile – they’ll get a notification and your message will show up under their “wall.” I think there should be a post box on ever profile though 😐
-
Micheal Kennedy commented on the post, BuddyPress 1.5 – Beta 3, on the site BuddyPress.org 13 years, 2 months ago
I’m looking for a changelog as well.
-
InterMike replied to the forum topic cannot turn off content type validation in the group BuddyPress Media 13 years, 3 months ago
@FanQuake I suspected that he shouldn’t be using that nightly build – hence why I said “December was quite a while ago.” But, there is nothing […]
-
InterMike replied to the forum topic cannot turn off content type validation in the group BuddyPress Media 13 years, 3 months ago
I got the same error a few weeks ago when I tried out the plugin (haven’t tested it out since). You may have to use the trunk version, though, because December was quite a while ago (or a newer nightly build, if there is one).
-
InterMike started the forum topic Not working 100% in 1.5, undefined function error when "admin only" selected, bubbles only work for in the group CD BuddyPress Avatar Bubble 13 years, 3 months ago
@SlaFFik I Installed CD BP Avatar Bubble 2.0.1, but only those who are “Administrators” can view bubbles. I had a user set to “Moderator” (for bbPress) […]
- Load More
@intermike
Active 2 years, 5 months ago