-
pcwriter started the forum topic What’s coming in the next release? in the group Add All Nav Links to BP Adminbar: 14 years, 3 months ago
Version 2.0 introduced a backend admin panel where you can configure the elements to display in your new navbar, and how they should display. In the next release of this plugin, you’ll also be able to configure the css styling right from the admin panel: nav item widths and spacing, background and text colors, border […]
-
pcwriter posted on the forum topic New plugin: Add All Nav Links to BP Adminbar in the group Creating & Extending: 14 years, 3 months ago
-
pcwriter posted on the forum topic New plugin: Add All Nav Links to BP Adminbar in the group Creating & Extending: 14 years, 3 months ago
Version 2.0 is out!
All user configuration options are now available through an admin panel under “Settings” > “BP-WP-Navbar”.
Enjoy 🙂
-
pcwriter posted on the forum topic Clear message to all users in the group Creating & Extending: 14 years, 3 months ago
You’re absolutely right! I do tend to give answers rather than what I myself ask for: help to learn how to do it… preferably with a working example 🙂
Still working on the admin panel for my plugin, and I’m starting to get the hang of things (I think…). -
pcwriter posted on the forum topic Clear message to all users in the group Creating & Extending: 14 years, 3 months ago
Go to “My Account” > “Messages” > “Notices” and click “Deactivate” next to the message you want to deactivate. 🙂
-
pcwriter posted on the forum topic Move admin bar functions to navigation bar in the group Creating & Extending: 14 years, 3 months ago
Yup, that plugin will allow you to have all nav links show in the adminbar. Then, simply hide the navbar and reposition the adminbar using the css rules provided in bp-wp-navbar.css. Voilà: instant single navbar with all the Buddypress goodness!
Enjoy 🙂
-
pcwriter posted on the forum topic New plugin: Add All Nav Links to BP Adminbar in the group Creating & Extending: 14 years, 3 months ago
That’s kind of what I had understood too while I was trying to figure out the concept of “theme locations”, but I had hoped I was wrong… like I have often been before. I’ll see if I can dig up some other folks to also take a look. Personally, I’m treading unknown waters and I’m […]
-
pcwriter posted on the forum topic New plugin: Add All Nav Links to BP Adminbar in the group Creating & Extending: 14 years, 3 months ago
Not quite… tables are created but the data is NOT saved. That’s where I’m stuck.
Thanks again for the time you put in and… take your time, there’s no rush.
I have to go pick up my bicycle from the shop and then I’m off to the amusement park to lose control for a while! -
pcwriter posted on the forum topic New plugin: Add All Nav Links to BP Adminbar in the group Creating & Extending: 14 years, 3 months ago
@hnla Hiya teach! Progress report here on the next update for BP-WP-Navbar: an Option Configuration Admin Panel 🙂 I’ve managed to get my head around creating an admin panel under Settings in the WP backend with the basic hide/show function labels/radio buttons. Code here: http://pastebin.com/F29UtJFh Tables are created in the database but I…[Read more]
-
pcwriter posted on the forum topic New plugin: Add All Nav Links to BP Adminbar in the group Creating & Extending: 14 years, 3 months ago
I’m just very grateful that someone knowledgeable is investing the time and effort to help out a motivated noob 🙂
Thanks!
-
pcwriter posted on the forum topic New plugin: Add All Nav Links to BP Adminbar in the group Creating & Extending: 14 years, 3 months ago
@hnla I may have found some clues here: http://adambrown.info/p/wp_hooks/hook/wp_get_nav_menus?version=3.0&file=wp-includes/nav-menu.php And from here: http://svn.automattic.com/wordpress/tags/3.0/wp-includes/nav-menu.php … there are these nifty tidbits: function wp_get_nav_menus( $args = array() ) { $defaults = array( ‘hide_empty’ => false,…[Read more]
-
pcwriter posted on the forum topic Using user fields for tags in the group How-To and Troubleshooting: 14 years, 3 months ago
Here’s an option:
https://buddypress.org/community/groups/custom-profile-filters-for-buddypress/It turns any profile field into a clickable search term that brings up directory of all profiles matching that term. Could be useful… depends on how you want to use it.
-
pcwriter posted a new activity comment 14 years, 3 months ago
The ”what’s on your mind” thing is the standard BP ”whats-new-form” div nested in a parent div set to a width of 310px. This is the form div – you can find the rules for it on line 966 of default.css in BP.
.home-page form#whats-new-formThe front page is a widgetized custom template with left and right columns and a full-width…[Read more]
-
pcwriter posted a new activity comment 14 years, 3 months ago
Good question, and the answer would certainly make the plugin more user-friendly in a WP3.0 environment. Let me see if I can figure it out with some help from my friendly neighborhood coding gurus 🙂
-
pcwriter posted on the forum topic New plugin: Add All Nav Links to BP Adminbar in the group Creating & Extending: 14 years, 3 months ago
@hnla Here’s an interesting question from a user which would render the plugin more user-friendly in a WP3.0 environment: “How do you change the label of the $adminbarPages 1 & 2 to default to the name of the custom menus? In other words, I don’t want to hardcode the labels into the navbar. Instead, I’d like […]
-
pcwriter posted a new activity comment 14 years, 3 months ago
Thanks!
-
pcwriter posted a new activity comment 14 years, 3 months ago
Actually, no. I haven’t put together a tutorial on the development of my theme. It’s been evolving along with my learning process since I first stepped into the world of blogging last December and stuck my big toe into the warm waters of WP/BP. I guess I could put together a theme package based on mine (it’s a child theme of…[Read more]
-
pcwriter posted on the forum topic New plugin: Add All Nav Links to BP Adminbar in the group Creating & Extending: 14 years, 3 months ago
Oops, my bad! Updated loader and readme. Thanks for that catch.
remove_action does sound like a better approach. If you could provide an example of how to code such a function, the class would appreciate the exercise 🙂 -
pcwriter posted a new activity comment 14 years, 3 months ago
Thanks Greg! It has always seemed to me to be a bit like overkill (and somewhat confusing at first glance) to have 2 navbars on a website. Combining them and attributing different behavior when logged in versus logged out seemed to me a more intuitive approach.
-
pcwriter started the forum topic New plugin: Add All Nav Links to BP Adminbar in the group Creating & Extending: 14 years, 3 months ago
Thanks to loads of help from @hnla, I’ve popped my cherry and got my 1st plugin into the repo… hurray! This plugin aggregates all Buddypress directory and WordPress page links into the BP Adminbar. All BP directory pages (Members, Groups, Forums, etc.) are collected in a Community dropdown, including any directories from added plugins like BP-Links […]
- Load More
@pcwriter
Active 1 month ago
Thank you for the reply and tips.
I am struggling a bit on fully widgetizing a template. And for that matter, creating a template that does what I want it to.
On your theme I like the “what’s on your mind” component on the screen shot. Is that just the activity page with widgets on the left rather than the right? And, what did you do to…[Read more]
@roydeanjr
The ”what’s on your mind” thing is the standard BP ”whats-new-form” div nested in a parent div set to a width of 310px. This is the form div – you can find the rules for it on line 966 of default.css in BP.
.home-page form#whats-new-form
The front page is a widgetized custom template with left and right columns and a full-width…[Read more]