-
Norman Cates replied to the topic When do the BuddyPress xProfile fields get created for a new user? in the forum Creating & Extending 8 years ago
Thanks
-
Norman Cates replied to the topic I'm having notification problems with THIS BuddyPress support forum in the forum Requests & Feedback 8 years ago
Thanks!
-
Pound replied to the topic mb_substr is not working with bp_activity_content_body() in the forum How-to & Troubleshooting 8 years ago
@vapvarun thank you very much. i’m very amateur who try to edit wordpress. you are help me so much.
-
Norman Cates replied to the topic When do the BuddyPress xProfile fields get created for a new user? in the forum Creating & Extending 8 years ago
I don’t understand.
Isn’t all the xProfle extra information part of Buddypress?
I haven’t installed an extra plugin that has anything to do with xProfiles.
AFAIK.
-
Buddy Quaid replied to the topic Registration Page 404 in the forum How-to & Troubleshooting 8 years ago
I just disabled BuddyPress from the Network > Dashboard > Plugins
and the registration page started working. It was showing BuddyPress fields and I was wondering how this could be happening since I just disabled it.
I checked out the main sites plugins and BuddyPress is activated there. So my question is, could it have been double activated?…[Read more]
-
Buddy Quaid replied to the topic Registration Page 404 in the forum How-to & Troubleshooting 8 years ago
I have disabled all plugins and the problem persists. It’s not a plugin thing.
I’m at my wits end with it. I have no clue. I’m out of ideas. I’m usually pretty good at troublehsooting these things. I’m hoping it’s something really stupid.
Please help!
-
Buddy Quaid replied to the topic Registration Page 404 in the forum How-to & Troubleshooting 8 years ago
I will start trying this.
-
Buddy Quaid replied to the topic Registration Page 404 in the forum How-to & Troubleshooting 8 years ago
Hi Vaparun,
I re-saved permalinks and re-saved pages options and no change.
-
Buddy Quaid started the topic Registration Page 404 in the forum How-to & Troubleshooting 8 years ago
I update my sites plugins and core whenever there are updates. All of a sudden, I started having issues with all BuddyPress pages and I didn’t know why.
First I was getting 404 errors when going to ALL BuddyPress pages. I managed to find a fix which was to give each user the role of “Customer” which is a custom user role I made with User Role…[Read more]
-
Nik replied to the topic Rtmedia email notification in the forum How-to & Troubleshooting 8 years ago
Thank you for your reply…
comment action need to update based on Activity Type
This may be true (if I’m understanding correctly), however, the notification seems to be coming from Buddypress since it is the standard email that is generated when ANY response is made on ANY update. Somehow I want to filter this out so that comments on rtmedia…[Read more]
-
Southern Cross Feeds's profile was updated 8 years ago
-
Stephenhawking's profile was updated 8 years ago
-
susi lubis's profile was updated 8 years ago
-
Norman Cates replied to the topic I'm having notification problems with THIS BuddyPress support forum in the forum Requests & Feedback 8 years ago
Actually, ignore the last part about the forums dropdown. I found it my menu. In the Forums section. Doh!
-
Norman Cates replied to the topic When do the BuddyPress xProfile fields get created for a new user? in the forum Creating & Extending 8 years ago
Thank you.
However, I am using a plugin that sends an email invite to people whoare to become users.
They fill in a simple registration form, then submit it.
And then log in to the website.
At that point, they have access. They haven’t gone through any Buddypress registration forms.
So I can’t hook those actions.
At what point in the user…[Read more]
-
Norman Cates started the topic I'm having notification problems with THIS BuddyPress support forum in the forum Requests & Feedback 8 years ago
When I go to my notifications in my profile, I click on a notification. But then it just takes me to the main support page with the list of topics.
It doesn’t take me to the topic I received a notification about…
Also, is it possible to get the same kind of dropdown I see in the bbPress and WordPress support forums, with links to:
Topics…[Read more]
-
Norman Cates replied to the topic Can someone point me at a basic starter for programming using Buddypress? in the forum How-to & Troubleshooting 8 years ago
I’ve tried that using this code:
$args = array(
'field' => 'Nickname'
);$result = xprofile_get_field_data($args);
print ("<br><br>");
print ("XProfileData");
print ("<br>");
var_dump($result);But all it does is return “FALSE”
That xprofile field definately exists
Thanks to someone on WPMU dev, I tried this:
$profile_data =…[Read more] -
Norman Cates replied to the topic Can someone point me at a basic starter for programming using Buddypress? in the forum How-to & Troubleshooting 8 years ago
Sweet.
The problem I have is that I’m used to using variables in loops. $variable etc.
But the loop page is only using functions (AFAIK).
I assume that’s a standard PHP capability, but I don’t know how to search for what that’s called to read up on it…
I also was ignorant of the alternative syntax for control structures. I’ve read up on it…[Read more]
-
Debby Allen's profile was updated 8 years ago
-
Norman Cates replied to the topic Can someone point me at a basic starter for programming using Buddypress? in the forum How-to & Troubleshooting 8 years ago
I’m lookig to get the xprofile data out. And also poke it in.
I’m afraid that you might have to get more basic than what you’ve said.
What’s a loop function and how does it pass data from one function to another. I interpret a loop as a “for each” or a “while” or similar that loops through an array or whatever.
Are these objects or clas…[Read more]
- Load More