-
nahummadrid started the forum topic How to put a loggedin member avatar in a blog comments form, more neatly? in the group How-To and Troubleshooting 14 years, 4 months ago
I can do this currently by creating a custom comments.php with the entire form code template in my child themes. All I need to do is place the following in there…and it adds a nice touch to my blog comments form.
`<?php […]
-
nahummadrid posted on the forum topic Is there a way to show different content depending on profile fields? in the group Creating & Extending 14 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 […]
-
nahummadrid posted on the forum topic Is there a way to show different content depending on profile fields? in the group Creating & Extending 14 years, 4 months ago
yet another way to do it, i think…
`loggedin_user->id;
$type_member = xprofile_get_field_data( ‘Real Estate Industry Professional’, $user_id );?>[…]
-
nahummadrid posted on the forum topic Is there a way to show different content depending on profile fields? in the group Creating & Extending 14 years, 4 months ago
yea there’s prolly an easier way to go about it. I’ve just copied/pasted/refreshed different combinations til something worked. 🙂 I look forward to seeing something simple to use for stuff like this. hehe
-
nahummadrid posted on the forum topic Is there a way to show different content depending on profile fields? in the group Creating & Extending 14 years, 4 months ago
don’t know what I just did but this seems to work…
loggedin_user->id) == 'Yes') : ?>
Red SidebarAnother sidebar
and you want this […]
-
nahummadrid posted on the forum topic Is there a way to show different content depending on profile fields? in the group Creating & Extending 14 years, 4 months ago
I couldn’t figure out how to display something else…
I guess you could create different functions for each type of field
`loggedin_user->id)) : ?>
Red Sidebarloggedin_user->id)) […]
-
nahummadrid posted on the forum topic Is there a way to show different content depending on profile fields? in the group Creating & Extending 14 years, 4 months ago
loggedin_user->id)) : ?>
Red SidebarThis works though right.
-
nahummadrid posted on the forum topic Is there a way to show different content depending on profile fields? in the group Creating & Extending 14 years, 4 months ago
in the function, where color = your main field heading, I’ve used a dropdown. and Red is one of the drop down items to select from.
I don’t know if it works the same if the field was just a text field. I imagine so.
-
nahummadrid posted on the forum topic Is there a way to show different content depending on profile fields? in the group Creating & Extending 14 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: 14 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.
-
nahummadrid posted on the forum topic Network Activated BP Plugins Selective Disable in the group How-To and Troubleshooting: 14 years, 4 months ago
-
nahummadrid started the forum topic Network Activated BP Plugins Selective Disable in the group How-To and Troubleshooting: 14 years, 4 months ago
how can I stop a plugin from loading on a specific site on a network. I have a handful of plugins that load their files for every site on a network. its there a way to disable these for specific sites or just make them work on the main site and no others. *edit i […]
-
nahummadrid started the forum topic Private Message CC Replies in the group How-To and Troubleshooting: 14 years, 4 months ago
I haven’t used PM’s using CC’s so when I just received a PM as a CC, I replied and my reply went to all the CC members. Is that right behavior? Shouldn’t each CC have it’s own Private conversation with the original sender? Is there a way to only reply to the original sender of […]
-
nahummadrid started the forum topic How to use the WP Comments sign in form to register commenters as members? in the group Creating & Extending: 14 years, 4 months ago
Has this been done? I think it would be very interesting use of the comments sign in. I have a site that comments are only allowed by registered users…so the sign in comments form is never used. I thought this would be a good place to add a Registration/Login form instead. I wonder if I […]
-
nahummadrid posted on the forum topic Beta Testers Warmly Appreciated in the group Requests & Feedback: 14 years, 4 months ago
will do. been admiring your updated design!
* when I first tried updating the “what’s happening…” status, the activity didn’t immediately appear. i had to refresh the page.
-
nahummadrid started the forum topic Autosuggest for Comments in the group BP Labs: 14 years, 4 months ago
Edit: …i like these “experiments”… and it does work with comments form.
-
nahummadrid posted on the forum topic Autosuggest for Comments in the group BP Labs: 14 years, 4 months ago
@djpaul cool thanks…
it is a little slow though…how can that be improved.
-
Nahum posted a new activity comment 14 years, 4 months ago
I have not found a way, I was just revisiting the idea the other day, giving it another shot. Unfortunately I didn’t get anywhere. I’ve seen it done Bp-Tricks.com on their activity stream and I’ve asked them to give some advice but no word back yet.
-
nahummadrid posted on the forum topic Letting the user upload a custom background? in the group How-To and Troubleshooting: 14 years, 4 months ago
anywhere we can see this awesomeness in action? like modemlooper said, and I suggested also months back to see if that groups-css plugin could be done to work with profiles. that would be A-OK.
-
nahummadrid posted on the forum topic Problems with buddypress in the group Requests & Feedback: 14 years, 4 months ago
do you have a buddypress ready theme? BP will not work automatically for all themes. You’ll need a Buddypress ready theme and/or use the BP Template Pack plugin. https://wordpress.org/extend/plugins/bp-template-pack/
- Load More
@nahummadrid
Active 3 years, 4 months ago