-
dwdutch posted on the forum topic Can you change a member's Username? in the group How-To and Troubleshooting: 14 years ago
Ewwww! Point well taken! Thanks, @boonebgorges I guess a good solution would be to find a plug-in that lets you “replicate/migrate” an existing user’s xprofile contents to a a new user then you can delete the original user. Fortunately, I’ve only had to deal with this situation one time and, although i thought it might be […]
-
dwdutch started the forum topic Can you change a member's Username? in the group How-To and Troubleshooting: 14 years, 1 month ago
Oops, I posted this in the Activity stream by mistake the first time WHY are administrators prevented from changing someone’s Username? I suspect this is a WP restriction more than BP but, as I think about it, I can’t think of any real reason why such a restriction exists. Internal DB linkage between the user and […]
-
dwdutch posted an update in the group How-To and Troubleshooting: 14 years, 1 month ago
WHY are administrators prevented from changing someone’s Username? I suspect this is a WP restriction more than BP but, as I think about it, I can’t think of any real reason why such a restriction exists. Internal DB linkage between the user and his/her posts, etc are associated with the UID not the Username. Could it be that the check for a…[Read more]
-
dwdutch posted a new activity comment 14 years, 1 month ago
which = wish (sorry about the typo)
-
dwdutch posted a new activity comment 14 years, 1 month ago
which i could take credit but, alas, it wasn’t me – i don’t have a Web2NewYork install
-
dwdutch posted on the forum topic How do I add a few words after the "Sign Up Complete!" message? in the group How-To and Troubleshooting: 14 years, 1 month ago
Hey, that works! Thanks a bunch!! I understand why that hook is a better selection and why the conditional is necessary but, I must admit, I don’t fully understand the concept of templates. I keep learning new stuff as i come across it so, I guess, this becomes yet another new topic to start digging […]
-
dwdutch posted on the forum topic How do I add a few words after the "Sign Up Complete!" message? in the group How-To and Troubleshooting: 14 years, 1 month ago
Thanks, I’ll use that as my default strategy but i was trying to be creative so that future upgrades wouldn’t require me to have to refresh the file. I tried doing the following: function postSignup_msg() { echo “blah, blah, blah”; echo “more blah, blah, blah”; } add_action( ‘bp_complete_signup’, ‘postSignup_msg’, 2 ); To my surprise, a […]
-
dwdutch started the forum topic How do I add a few words after the "Sign Up Complete!" message? in the group How-To and Troubleshooting: 14 years, 1 month ago
I’m sure I must be overlooking something obvious…
When a new member registers, I want to add a more paragraph of my own words AFTER the “Sign Up Complete!” message.
I’m using BP 1.2.5.2 on WP 3.01 with the default theme.
-
dwdutch posted on the forum topic Where do I set default "Publish Status"? in the group How-To and Troubleshooting: 14 years, 4 months ago
Well, it wasn’t obvious but i did resolve my own question. The “Publish” vs. “Submit-for-Review” button option is determined by the users role definition. an AUTHOR will have the PUBLISH button available on a Post page; whereas, a CONTRIBUTOR will have the Submit-for-Review button.
-
dwdutch started the forum topic Where do I set default "Publish Status"? in the group How-To and Troubleshooting: 14 years, 5 months ago
How do I set whether CONTRIBUTORS posts can be Published-immediately for must be Submit-for-Review?
-
dwdutch posted on the forum topic Radio button aggressively resets to global default in edit field in the group How-To and Troubleshooting: 14 years, 5 months ago
I think the following properly displays the output from bp_get_the_profile_field_options() as an example of when radio-buttons intermittently display incorrectly. Below that I also show a potential fix – although @jeffsayre or another BP-expert may have a better solution. (Thanks @hnla for explanation)
<div id="field_125"><label><input…
[Read more] -
dwdutch posted on the forum topic Radio button aggressively resets to global default in edit field in the group How-To and Troubleshooting: 14 years, 5 months ago
uuuughhh… I converted all of the “<" to be "["
-
dwdutch posted on the forum topic Radio button aggressively resets to global default in edit field in the group How-To and Troubleshooting: 14 years, 5 months ago
oops… I forgot that the html string wouldn’t display properly and I don’t know how to include it in this Post. Embarrassingly, I know coding well enough to debug but don’t know a simple strategy like how to display html soooo, i’ve converted all of the ” [label> [input checked=”checked” type=”radio” name=”field_125″ id=”option_126″…[Read more]
-
dwdutch posted on the forum topic Radio button aggressively resets to global default in edit field in the group How-To and Troubleshooting: 14 years, 5 months ago
I’m refreshing this thread because I’m experiencing this same problem in my blog but I’ve not found a solution anywhere else in the forum. I believe I’ve tracked the problem to its source in bp-xprofile-templatetags.php but need a little help to resolve it. To recreate this issue, I have a 5-value radio-button sequence with the […]
-
dwdutch posted on the forum topic Can functions in bp_template_tags.php be applied to a specific user ID? in the group How-To and Troubleshooting: 14 years, 6 months ago
I tried the loop… this is AWESOME!! @boonebgorges: I agree with @r-a-y ’s advice — of course, without knowing the software structure of BP, it’s harder to find specific functions. Still… understanding the underlying concept of the “global” loop has freed my thought-processes. I had read the documentation on the Loop but didn’t grasp that t…[Read more]
-
dwdutch posted on the forum topic Can functions in bp_template_tags.php be applied to a specific user ID? in the group How-To and Troubleshooting: 14 years, 6 months ago
Just to clarify… here’s what I’m doing. I’ve defined two xProfile groups: “Admin-only” and “Professional”. Next, I defined a membership-type field in that “Admin-only” group with values Pro, Standard and Volunteer. Finally, within the “Professional” group, I’ve provided several fields available only to that membership-type. Within my theme, I’ve…[Read more]
-
dwdutch posted on the forum topic Can functions in bp_template_tags.php be applied to a specific user ID? in the group How-To and Troubleshooting: 14 years, 6 months ago
@DJPaul: I was looking for functions that might manipulate various xProfile fields (in particular) i was trying to extract info about checkbox type field. (I see that you may have provided me some insight on that topic in a separate thread). @boonebgorges: thanks for the clarification re: files used for themes – i was wondering why it […]
-
dwdutch started the forum topic Can functions in bp_template_tags.php be applied to a specific user ID? in the group How-To and Troubleshooting: 14 years, 6 months ago
i found a number of bp_* functions that may be useful for my programming attempt to generate information about members; HOWEVER, many of the functions do not accept input parameters so it seems like they can be applied only on the currently active (i.e. logged-in) user ID. Is there a way to use these functions […]
-
dwdutch started the forum topic How do I parse the value of a checkbox xProfile field in the group How-To and Troubleshooting: 14 years, 6 months ago
I have an xProfile field named Specialty and defined as type=checkbox with 4 options: Area1, Area2, Area3 and Area4. I can retrieve a specific members settings for this field via the following two lines of PHP: get_var(“SELECT
value
FROM wp_bp_xprofile_data WHEREuser_id
= $id ANDfield_id
= $fieldID”); ?> For example, the output for someone with…[Read more] -
dwdutch started the forum topic Can someone point me to the right *.php file… in the group How-To and Troubleshooting: 14 years, 6 months ago
I’ve created a new page called SEARCH. Rather than simply display Post-content, I want to execute my own PHP in order to display certain selection choices that a user can set then i would search the members xporfile database and return result. I figured that I could simply hook into a strategically placed do_action() but, […]
- Load More
@dwdutch
Not recently active