-
@mercime replied to the topic How do I edit templates in non buddpress child theme? in the forum How-to & Troubleshooting 10 years, 2 months ago
but that doesn’t work right
@gregfielding What exactly doesn’t work right? No styles or a blank page or error? Have you checked out the articles listed at https://codex.buddypress.org/themes/theme-compatibility-1-7/?
-
@mercime replied to the forum topic Any Ideas Why Commenting Won't Turn Off? in the group How-To and Troubleshooting 11 years, 11 months ago
@gregfielding Thanks for posting the offending plugin. Btw, the neil strauss with jessica alba video was good! lol Good luck on your new venture.
-
Quint replied to the forum topic Child Theme CSS Import Problems with WP-Multi Network and BP 1.5 beta 2 in the group How-To and Troubleshooting 13 years, 2 months ago
@gregfielding: Could you let me know what step I’m missing or applying incorrectly? I have the same issue that you mentioned in your original post. So, after reading all of the recommended material regarding […]
-
jnieuwland replied to the forum topic Multiple activity loops on same page in the group How-To and Troubleshooting 13 years, 2 months ago
@gregfielding – Hi! I’m running into similar problems. I defined a seperate loop (for announcements, more important than other updtaes) to be […]
-
mercime replied to the forum topic Child Theme CSS Import Problems with WP-Multi Network and BP 1.5 beta 2 in the group How-To and Troubleshooting 13 years, 2 months ago
@gregfielding my bad, that code above was for BP 1.5 beta 3 and this only prevents the adminbar.css from being enqueued via wp_head. So you can definitely use your own adminbar.css by @import in style.css of child […]
-
mercime replied to the forum topic Child Theme CSS Import Problems with WP-Multi Network and BP 1.5 beta 2 in the group How-To and Troubleshooting 13 years, 2 months ago
@gregfielding disregard previous post … to disable BP’s Admin Bar aka buddybar, just add this to functions.php
remove_action( 'bp_init', 'bp_core_load_buddybar_css' );
-
mercime replied to the forum topic Child Theme CSS Import Problems with WP-Multi Network and BP 1.5 beta 2 in the group How-To and Troubleshooting 13 years, 2 months ago
@gregfielding I know what you mean 🙂
As DJPaul mentioned here […]
-
matiou34 posted an update 13 years, 3 months ago
@gregfielding @gregfielding Hi Greg, did you find a solution to add a text field in the activity stream ?
-
nahummadrid 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
@gregfielding are you not wanting to use dropdown select for any reason? instead of using checkboxes/radio? Can you have more than one role? If you only need one role per user, why not use dropdown xprofile field and make it […]
-
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 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…
-
nahummadrid 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
@gregfielding I forgot where I found this (maybe bp-tricks)
put this in your bp-custom
`//CHECK IF THE ACCT IS CERTAIN ACCT TYPE
function My_Function ($user_id) {
global $bp;
$type_member = xprofile_get_field_data( […] -
nahummadrid posted on the forum topic Create a Title Field for Buddypress Updates in the group How-To and Troubleshooting: 13 years, 4 months ago
@gregfielding have you considered using p2 on a community blog where members can submit those community updates you need? In a sense it could serve as an activity stream for posts. and think of all you could do with wp posts that you can’t with activity stream entries.
-
pcwriter posted on the forum topic How can I get profile field external links to open in a new tab? in the group How-To and Troubleshooting: 13 years, 4 months ago
@gregfielding Check out this thread. You can adapt the code provided for xprofile fields by simply replacing the ul class with
table.profile-fields
. https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/make-drop-down-menu-links-open-in-new-page/ There are also several plugins that might get the job done too, but you may…[Read more] -
Gabriel Gortan posted an update 13 years, 4 months ago
@gregfielding @gregfielding hello at this time you are the only person online and i think you can help due the ammount of forum posts, how can i send a private mensage?
-
Nahum posted an update 13 years, 4 months ago
@gregfielding just saw your updated site. looks pretty awesome.
-
FIQ posted on the forum topic Improving Performance (How do you Cache Buddypress)? in the group How-To and Troubleshooting: 13 years, 4 months ago
@gregfielding W3TC does not work with Buddypress (other than maybe very limited CDN). I wish people would stop saying it does, especially the developers. BP.org should also remove it from their recommendations for speeding up BP.
-
naijaping posted on the forum topic BP Global Redirect Question in the group How-To and Troubleshooting: 13 years, 4 months ago
@gregfielding, @Boone Gorges, for some of us who dont know, where do you put this code.
regards
-
Brajesh Singh posted on the forum topic Letting the user upload a custom background? in the group How-To and Troubleshooting: 13 years, 4 months ago
Thank you all. Sorry, I left yesterday as It was 5 AM in the morning here. Thanks for for all your suggestions. I am putting the update. @gregfielding , you are right Greg. I am including the auto delete on uploading new image. @modemlooper , yes I believe that can be modified. In this plugin I did […]
-
befound posted an update 13 years, 4 months ago
@gregfielding Greg, I’m looking for a similar dev person like your zip code project but not with the iphone. You interested or can you recommend someone?
- Load More
@gregfielding
Active 9 years, 12 months ago