-
pcwriter posted on the forum topic BP-Slick – Probably THE BEST BP theme I’ve ever seen. in the group Creating & Extending: 14 years, 1 month ago
@Bowromir That will be a great start to a new week! A few questions… 1 – I’ve got s2member set up on my install and have already coded a membership page to display info according to level and ccaps along with various other extras. I’m guessing I’ll have to take that page down when I install […]
-
pcwriter posted on the forum topic WP Menu not displayed in the group Add All Nav Links to BP Adminbar: 14 years, 1 month ago
That would be my bad 😉
I set up a local test environment identical to my live multisite install, but never took the time to go any further.
Now I’ve got a single install set up too, so I don’t have to bother the neighbors 🙂 -
pcwriter posted on the forum topic WP Menu not displayed in the group Add All Nav Links to BP Adminbar: 14 years, 1 month ago
Nope, still can’t get it to work in the BP admin area.
I’ll try again some other time but, for now, the plugin is updated and options are under “Settings”.Cheers!
-
pcwriter started the forum topic Bug squashed! Works on WP3 single and multisite in the group Add All Nav Links to BP Adminbar: 14 years, 1 month ago
Thanks to testing help from @LPH2005, the newest version of Add-All-Nav-Links-to-BP-Adminbar now works (hopefully without a hitch) on single and multisite WP3 installs. As always, this plugin allows you to fully customize the adminbar on the site Buddypress is installed on: sizes, position, colors and content. (If you’re running WPMU/WP3multi, it…[Read more]
-
pcwriter posted on the forum topic WP Menu not displayed in the group Add All Nav Links to BP Adminbar: 14 years, 1 month ago
Thanks for checking the code (credit is forthcoming in the bug fix)!
Will do for the settings location. Couldn’t quite figure that one out last time around but, looking through code from other plugins, I should manage this time 😉
-
pcwriter posted on the forum topic WP Menu not displayed in the group Add All Nav Links to BP Adminbar: 14 years, 1 month ago
@DJPaul Thanks! This works just fine on my WP3multisite install
@LPH2005 Just checked and, yup! Looks great! Could you help with one final test? Now that I know you’re running WP3single, I’ve gotta ask 🙂 Insert
where
blog_id == '0') : ?>
used to be and add the appropriate endif tag. If it works on […] -
pcwriter posted on the forum topic WP Menu not displayed in the group Add All Nav Links to BP Adminbar: 14 years, 1 month ago
Great news! Do both the BP Community dropdown and WP menus display correctly?
Why the question? It suddenly occurred to me that on a single install, the blog ID might be different or non-existent (no real need to differentiate ‘cuz there’s only the one).
-
pcwriter posted on the forum topic WP Menu not displayed in the group Add All Nav Links to BP Adminbar: 14 years, 1 month ago
Or maybe we need to add a check for single v multisite?
If multisite, then use the $current_blog global. -
pcwriter posted on the forum topic WP Menu not displayed in the group Add All Nav Links to BP Adminbar: 14 years, 1 month ago
Maybe a clue: would you check the blog ID of your site.
I’m thinking that on WP single, blog ID might be “0” instead of “1”.(…or did we do that already?)
-
pcwriter posted on the forum topic BP-Slick – Probably THE BEST BP theme I’ve ever seen. in the group Creating & Extending: 14 years, 1 month ago
So-o-o… any clue about, say, ummm, a release date?
(mouth waters as he speaks…) -
pcwriter posted on the forum topic WP Menu not displayed in the group Add All Nav Links to BP Adminbar: 14 years, 1 month ago
@hnla I’ve tested the plugin (both V2.1.1 from the repo, and with modifications as suggested by @LPH2005) on several themes and it works just fine. Tested successfully on both my live and dev installs (WP3.0.1multisite/BP1.2.5.2) with the following themes: BP Columns and BuddyPress Widget Theme by modemlooper Darwin and Fishbook (BuddyPress…[Read more]
-
pcwriter posted on the forum topic Profile stats and location in profile page like buddypress.org in the group How-To and Troubleshooting: 14 years, 1 month ago
Pretty, pretty please?
-
pcwriter posted on the forum topic Profile stats and location in profile page like buddypress.org in the group How-To and Troubleshooting: 14 years, 1 month ago
Just a heads up for anyone else (i.e. – n00bs like me) who wants to implement this on their site: when you insert your new API key in the code where it says , make sure those square brackets – – are removed. In other words, don’t just drop your key between them (like I […]
-
pcwriter posted on the forum topic Removing the ”view” link from the activity stream in the group How-To and Troubleshooting: 14 years, 1 month ago
-
pcwriter posted on the forum topic Limiting the numbers of characters in the group How-To and Troubleshooting: 14 years, 1 month ago
-
pcwriter posted a new activity comment 14 years, 1 month ago
I agree: those permalink views are a pain in the butt. Can you clue me in on how to remove the links?
-
pcwriter posted a new activity comment 14 years, 1 month ago
Oh crap! Code doesn’t post in activity stream… lemme try again without brackets:
?php
/*
Template Name: Links-BP
*/
?Make sure to add the appropriate brackets to the first and last lines!
-
pcwriter posted a new activity comment 14 years, 1 month ago
You can make any page you want the home page by assigning a custom template to a WP page and selecting that page as your front page. Here’s how to make the BP-Links directory your home page:
1 – Add the following at the top of buddypress-links/themes/bp-links-default/index.php
2 – Upload that index.php file to the root your active…[Read more] -
pcwriter posted on the forum topic Basic iPhone theme testing in the group IPhone + iPad Themes: 14 years, 1 month ago
Cool stuff!
Don’t forget the widely used BP-Links.
-
pcwriter joined the group IPhone + iPad Themes 14 years, 1 month ago
- Load More
@pcwriter
Active 1 month ago
Oh crap! Code doesn’t post in activity stream… lemme try again without brackets:
?php
/*
Template Name: Links-BP
*/
?
Make sure to add the appropriate brackets to the first and last lines!