-
David Carson posted on the forum topic Remove ’Notification’ link in the group Add All Nav Links to BP Adminbar: 13 years, 10 months ago
Dan, it looks like your code uses curly quotes.
Yours:
If you make your quotes straight, it will work.
-
David Carson joined the group Add All Nav Links to BP Adminbar 13 years, 10 months ago
-
David Carson posted on the forum topic Installing WordPress, BuddyPress locally using WAMP in the group How-To and Troubleshooting: 13 years, 10 months ago
-
David Carson posted on the forum topic Help: Buddypress seperate section in the group How-To and Troubleshooting: 13 years, 10 months ago
You could create the illusion through customizing your navigation and theme.
Or maybe give this method a try – https://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog/
-
David Carson posted on the forum topic Tasty Kitchen Member Privacy in the group How-To and Troubleshooting: 13 years, 10 months ago
And here’s a link to the original thread which is worth reading through.
https://buddypress.org/community/groups/creating-extending/forum/topic/securing-components-from-non-logged-in-users/I haven’t tested this with the latest version of…[Read more]
-
David Carson posted on the forum topic Multiple DB's and Advice on large BP sites in the group How-To and Troubleshooting: 13 years, 10 months ago
Here’s a couple links about improving BuddyPress and WordPress performance.
https://codex.buddypress.org/buddypress-site-administration/improving-performance/
I would test some of the tips in those docs before setting up multiple databases.
But see also:…[Read more]
-
David Carson posted on the forum topic Hide tag cloud in the group Creating & Extending: 13 years, 11 months ago
To hide the forum tag cloud from users, you could add the following to your stylesheet:
#forum-directory-tags { display: none; }
-
David Carson posted on the forum topic Style Members Section through Child Theme? in the group How-To and Troubleshooting: 13 years, 11 months ago
One other note.
"I copied the bp-default containing the members directory and its files."
You should not copy over the entire bp-default directory and its contents. Only copy over the individual file (and possibly directory) that you are trying to override. If you copy over the entire bp-default directory into your child theme, […] -
David Carson posted on the forum topic Style Members Section through Child Theme? in the group How-To and Troubleshooting: 13 years, 11 months ago
This link should help you get your child theme ready to go – https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/ It sounds like the child theme you created might not be activated yet. Once you activate the theme you should see the changes straight away when you modify the child theme. On a related note, I’d highly…[Read more]
-
David Carson posted on the forum topic solo practice university in the group Creating & Extending: 13 years, 11 months ago
No courseware. The site was launched March 2009 on WordPress MU/BuddyPress. Slight modifications based on snippets/plugins posted by Burt Adsit, Paul G., Boone G., JJJ and Andy. The content is mostly pre-recorded video and audio – not a formal educational program with assignments etc. So the setup is pretty straightforward and most of the…[Read more]
-
David Carson joined the group Creating & Extending 13 years, 11 months ago
-
David Carson posted on the forum topic Need Testers: Activation Issue with BP v 1.2.5 in the group Requests & Feedback: 14 years, 4 months ago
Works for me using WP 3.0 on a local install.
Updated to BP 1.2.5 automatically, clicked the activate button after upgrade, and it was activated across the network.
-
David Carson posted on the forum topic Hiding Forums, Blogs and Groups links navigation in bp-default theme… in the group Requests & Feedback: 14 years, 5 months ago
You might try adding the following to your stylesheet first:
ul#nav li a, ul#nav li a, ul#nav li a {display: none; }
Reference: Taming Advanced CSS Selectors and Attribute selectors at w3.org
-
David Carson joined the group Requests & Feedback 14 years, 5 months ago
-
David Carson posted on the forum topic How do I call images in my child theme? in the group How-To and Troubleshooting: 14 years, 6 months ago
Try replacing “template_url” with “stylesheet_directory”.
-
David Carson posted on the forum topic How do I call images in my child theme? in the group How-To and Troubleshooting: 14 years, 6 months ago
bloginfo(‘stylesheet_directory’); should call your child theme address dynamically.
-
David Carson joined the group How-To and Troubleshooting 14 years, 6 months ago
@davidtcarson
Active 2 weeks ago