-
Buddy Quaid replied to the topic How do I show Deactivated sites in blogs_loop? in the forum Installing BuddyPress 4 years, 10 months ago
I answered my own question, so I’ll post my solution here.
It’s a hack so I hope there is a way I can do this WITHOUT a hack. Someone please let me know!!!
LINE: 236
wb.archived = '0' AND wb.spam = 0 AND wb.mature = 0 AND (wb.deleted = 0 OR wb.deleted = 1) {$hidden_sql}
LINE: 250
wb.archived = '0' AND wb.spam = 0 AND wb.mature = 0 AND…
[Read more] -
Buddy Quaid replied to the topic xprofile_get_field_data NOT Working in Child Theme! in the forum How-to & Troubleshooting 4 years, 10 months ago
Hi Shane,
bp_ready worked! Thank you. I forgot to reply and say that it did work.
-
Buddy Quaid replied to the topic bp_send_email problems – not finding template email in the forum How-to & Troubleshooting 4 years, 10 months ago
Thanks!
-
Buddy Quaid replied to the topic bp_send_email problems – not finding template email in the forum How-to & Troubleshooting 4 years, 10 months ago
I cleared up the errors and got an email to send.
Question:
Is it possible to create a new template for certain emails? If I create a new template called single-bp-email-custom-2.php and put that in my /MY-THEME/buddypress/assets/emails folder. How do I tell bp_send_email() function to use it?
-
Buddy Quaid replied to the topic bp_send_email problems – not finding template email in the forum How-to & Troubleshooting 4 years, 10 months ago
UPDATE: GETTING CLOSER… I think
So it’s confusing…. I changed the terms to aa_site_expired instead of “your-agentassets-pro…” etc.
I changed it to the “situation” slug instead of the “email” slug.Question: How do I tell it that I want to send that particular email that I created. Multiple emails can have the same “situation” selected. So…[Read more]
-
Buddy Quaid replied to the topic bp_send_email problems – not finding template email in the forum How-to & Troubleshooting 4 years, 10 months ago
@espellcaste thanks for the reply but i’ve read all of the resources already that you posted. My question is why use bp_core_install_emails if I can just create my email in BuddyPress Emails as shown in the screenshot below?
My BP Email Test with a custom token for site.id
http://scrgrb.in/76gBP Email slug -…[Read more]
-
Buddy Quaid replied to the topic bp_send_email problems – not finding template email in the forum How-to & Troubleshooting 4 years, 10 months ago
I’m now in the same boat with Matt2012. I am getting missing_email error.
Not sure why. I created the email in the BuddyPress Emails and copy and pasted the used slug for the email.
-
Buddy Quaid replied to the topic bp_send_email problems – not finding template email in the forum How-to & Troubleshooting 4 years, 10 months ago
I have an update for adding situations… since nobody from BuddyPress helps or seems to get on this site anymore, I guess I’ll post this for anyone who needs this.
(Maybe that’s why BuddyBoss came out?)
Anyway, I got the situations to show up by going changing to:
plugins/buddypress/bp-core/bp-core-taxonomy.php and changing line #39…[Read more]
-
Buddy Quaid replied to the topic bp_send_email problems – not finding template email in the forum How-to & Troubleshooting 4 years, 10 months ago
Hey there,
Starting a similar thing and found this thread somewhat useful… can someone help me fill the gaps?
1) @Matt2012, I use Postman too. Did you ever figure this part out?
2) How in the world do you add a new “situation” in BuddyPress Emails? There is NO documentation on this that I can find.My situation:
Using a cron job to find all…[Read more]
-
Buddy Quaid replied to the topic How do I show Deactivated sites in blogs_loop? in the forum Installing BuddyPress 4 years, 10 months ago
Hey guys,
Any help on this? Where are the developers and the help? Bueller?
-
Buddy Quaid started the topic How do I show Deactivated sites in blogs_loop? in the forum Installing BuddyPress 4 years, 10 months ago
Hi there,
I am running multisite instllation. Users can create sites. They can see a list of their sites which points to blogs_loop inside my child theme.
It is hiding sites that are “DELETED” or “Deactivated” in the backend. I would still like to show them these sites in the list because I am adding a “renew” button which will set it back to…[Read more]
-
Buddy Quaid replied to the topic xprofile_get_field_data not working at pre_get_posts in the forum How-to & Troubleshooting 4 years, 11 months ago
Hey there!!! Looks like using bp_ready worked! Thanks@
-
Buddy Quaid started the topic xprofile_get_field_data NOT Working in Child Theme! in the forum How-to & Troubleshooting 4 years, 11 months ago
I’m simply just trying to use xprofile_get_field_data with no success inside a child theme.
I have tried so many different things. I’ve tried…
- adding global $bp;
- creating a new instance: $bp = buddypress();
- echo $bp->loggedin_user->id (returns nothing);
- hardcoding data for xprofile such as: xprofile_get_field_data(4,3053)
- include_once to…
-
Buddy Quaid replied to the topic xprofile_get_field_data not working at pre_get_posts in the forum How-to & Troubleshooting 4 years, 11 months ago
Having the same type of issue. I cant use xprofile_get_field_data from the functions.php in a child theme.
-
Buddy Quaid replied to the topic Registration Page 404 in the forum How-to & Troubleshooting 6 years, 6 months 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 6 years, 6 months 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 6 years, 6 months ago
I will start trying this.
-
Buddy Quaid replied to the topic Registration Page 404 in the forum How-to & Troubleshooting 6 years, 6 months 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 6 years, 6 months 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]
-
Buddy Quaid replied to the topic Change Password function inside the Settings page is not working. in the forum How-to & Troubleshooting 6 years, 9 months ago
I know this is old, but I am having the same issue and not using a caching plugin.
What now?
- Load More
@buddyq
Active 2 years, 2 months ago