-
pcwriter replied to the forum topic can I display logged-in user avatar on the admin bar? in the group Add All Nav Links to BP Adminbar 13 years, 4 months ago
Not with this plugin, no. But I believe this feature is included in the adminbar in BP1.3. Stay tuned:-)
-
pcwriter posted on the forum topic All my buddypress pages have the same page title, way to adjust? in the group How-To and Troubleshooting 13 years, 4 months ago
-
pcwriter posted on the forum topic All my buddypress pages have the same page title, way to adjust? in the group How-To and Troubleshooting 13 years, 4 months ago
Browser history has nothing to do with Buddypress. Check your browser settings.
-
pcwriter posted on the forum topic Is there a way to show different content depending on profile fields? in the group Creating & Extending 13 years, 4 months ago
Oops… forgot the link 😉
https://buddypress.trac.wordpress.org/ticket/2685 -
pcwriter posted on the forum topic Is there a way to show different content depending on profile fields? in the group Creating & Extending 13 years, 4 months ago
Just tested the snippet by @nuhammadrid above with a dropdown select and it works perfectly.
I found this old trac ticket (pre 1.2.6) but maybe checkboxes/radio buttons are stilla bit buggy with xprofile_get_field_data
-
pcwriter posted on the forum topic Hide Homepage in the group How-To and Troubleshooting 13 years, 4 months ago
🙂
-
pcwriter posted on the forum topic Is there a way to show different content depending on profile fields? in the group Creating & Extending 13 years, 4 months ago
Try using boolean values instead. If you want “Some other sidebar” to display if the box is checked, then the value should be “1”. Worth a try…
-
pcwriter posted on the forum topic Hide Homepage in the group How-To and Troubleshooting 13 years, 4 months ago
Watch out! I goofed in the post above: I forgot to enclose the quotes in backticks so they display properly.
Your double-quotes should look like this:
"
NOT this: “ -
pcwriter posted on the forum topic Hide Homepage in the group How-To and Troubleshooting 13 years, 4 months ago
Seeing code at the top of a page is usually a result of improperly formatted opening/closing tags. Here are some things to check in your bp-custom.php:
– Make sure you’ve copied the code exactly as in the post […] -
pcwriter posted on the forum topic categorize groups !! in the group Requests & Feedback: 13 years, 4 months ago
Umm… looky looky:
https://buddypress.org/community/groups/bp-group-hierarchy/
🙂 -
pcwriter posted on the forum topic Will wp3.2 break alot of BP plugins? in the group How-To and Troubleshooting: 13 years, 4 months ago
@frizzo
See this thread by Boone:
https://buddypress.org/community/groups/miscellaneous/forum/topic/a-quick-note-about-wordpress-3-2/ -
pcwriter posted on the forum topic Adding Posts to a BuddyPress Group in the group How-To and Troubleshooting: 13 years, 4 months ago
@simon_sais The link 4ella gave for the front-end post form at BuddyDev is in a premium forum, you need to be a subscriber to the site to gain access. I am a member (so is 4ella) and can attest that the plugins, themes, code snippets and help that the site owner provides is nothing less […]
-
pcwriter posted on the forum topic How to create a business directory in BP? in the group How-To and Troubleshooting: 13 years, 4 months ago
@sunflowermom Hang on. I think I led you a bit astray with Buddypress Links. It does what you want, yes, but it creates links to already existing web pages/sites/videos/images/etc. You are however limited to only one display image, but it fetches all available images automatically and gives you the choice of which to use as the […]
-
pcwriter posted on the forum topic How to disable avatars next to forum topics and groups on forum page. in the group How-To and Troubleshooting: 13 years, 4 months ago
@acha5066
You’re welcome 🙂 -
pcwriter posted on the forum topic How to create a business directory in BP? in the group How-To and Troubleshooting: 13 years, 4 months ago
@sunflowermom TastyKitchen is a highly customized site but you can achieve very satisfactory results for your business directory idea with the Buddypress Links plugin: https://buddypress.org/community/groups/buddypress-links/ Or you could dig in and learn about custom post types: https://codex.wordpress.org/Post_Types There’s also a pretty good…[Read more]
-
pcwriter posted on the forum topic How to disable avatars next to forum topics and groups on forum page. in the group How-To and Troubleshooting: 13 years, 4 months ago
Add the following to your theme’s style.css (you’ll find the Repro theme designer was thoughtful enough to include a section for Buddypress at the bottom 🙂 )
table.forum td img.avatar {display:none;}
-
pcwriter posted on the forum topic Where do I find the text "posted an update in the group" in the group How-To and Troubleshooting: 13 years, 4 months ago
Check out this page of the codex to learn how to change any and all messages/labels in BP so they stay changed, even when you update your install (which won’t happen if you simply edit the text in the templates):
https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/ -
pcwriter posted on the forum topic Restrict site activity post viewing.. in the group How-To and Troubleshooting: 13 years, 4 months ago
@pinhit
Glad it finally worked out for ya! 🙂 -
pcwriter posted on the forum topic Restrict site activity post viewing.. in the group How-To and Troubleshooting: 13 years, 4 months ago
@pinhit Dirty hands are fun 🙂 Didn’t you already set member profiles to show only to logged-in users? The whole profile section (including the header) is being hidden whereas only the profile activity streams should be hidden. Check members/single/home.php for the code you added earlier, and comment it out or remove it temporarily to see if […]
-
pcwriter posted on the forum topic Restricting LOGGED IN / REGISTERED users in the group How-To and Troubleshooting: 13 years, 4 months ago
You can achieve that with a membership plugin. A quick search of the WordPress repository will turn up several: https://wordpress.org/extend/plugins/search.php?q=membership
My personal favorite is s2member… it does everything, and then some! 🙂 :https://wordpress.org/extend/plugins/s2member/
- Load More
@pcwriter
Active 1 month ago