Search Results for '+.+default+.+'
-
Search Results
-
Hello,
I have a issue, I want to have a code who works like this:
If user registered on English version – redirect to custom English registered successfully page
If user registered on French version – redirect to custom French registered successfully pageSo far I have made this below:
function bp_redirect($user)
$redirect_url = “”;if (defined(‘ICL_LANGUAGE_CODE’)) {
switch (ICL_LANGUAGE_CODE) {case ‘fr’:
$redirect_url = “https://mysite.com/fr/enregistrement-avec-succes/”;
break;default:
$redirect_url = ‘https://mysite.com/registration-successful/”‘;
break;}
bp_core_redirect($redirect_url);
}
return $redirect_url;
}
add_action(‘bp_core_signup_user’, ‘bp_redirect’, 100, 1);Unfortunately it is not working and I do not know what do do more to make it work.
Language plugin is WPML the language pages are http://www.mysite.com/fr , http://www.mysite.com/es etc,Please help me, I really need this script to be working.
Thank you so much
Hello!
I have two questions
#1. How do you get attachments to show up even if the person is not logged in? For example, on this page: https://www.yorkregiontutoring.com/forums/topic/molarity/ It says “Attachments:
You must be logged in to view attached files.”#2. I rewrote the copy on the register page by going here: /wp-content/plugins/buddypress/bp-themes/bp-default/registration/register.php but the old copy is still showing up here: https://www.yorkregiontutoring.com/register/ Any ideas?
Thank you very much!
Hello,
Does anyone know how i can do to create automatically subforums when a group (budypress) is created? By default bbpress creates one forum for the group, but i would like to be able to create automatically also some given subforums, so in this way, all the groups have the same structure.
I tired to ask for help in so many places, even here too, but no luck at all. Nobody replies. I tired to check hooks but I am lost.
Please I need help, could anyone give me some hint or help?
I will be very grateful.
Kind Regards
TingLet me start by saying that I did extensive searching for past 2 hours and are surprised to see all questions about the same issue getting brushed off. Some even instruct to remove the home link from breadcrumb just to hide an actual bug.
https://bbpress.org/forums/topic/breadcrumb-and-forum-index-issues/
there are many more but I am allowed only 3 links. Google breadcrumb [bbp-forum-index]Please take the issue as it is which is a bug confirmed by many.
1. Breadcrumbs forum home page link and the page that user has created are not in sync
2. When user creates the page with shortcode as instructed in Step 2 https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ or even Step 1the default Forum Root archive is overriding that page instead other way around. The process should be same as selecting page for posts in WP but in BB is just complicated and not effective.
Use default theme, follow instructions in step 2 , when you done , go to your custom created forum page and change template. No changes. Now change the root in forum settings, redo permalinks go back to custom page and you will see the change.
Note that I have no custom overrides so it is not theme related.
Topic: Creating Forum for Groups
Hello, I’ve noticed when creating a Group and selecting to allow to create a Forum for that Group it seems to load ALL the Group Forums on the Main Forum page. Meaning the more Forums users create for their Groups the more it just extends the size of the main forum page. Does that make sense?
I’ve created 8 demo Groups and selected include a Forum for each one, and now all 8 appear on the main forum page, ever increasing…
Is there a way to default it to only show 4 on the main page while also allowing it to change via user updates?I am having issues with my bbPress forum to perform the following things :
1. Send emails to the Forum Admin when a new user “Subscribes” to the forum
2. Send email to the user who just “Subscribed” to a forum
3. Send email to the all the admins/moderators when a new forum is created.Versions:
WordPress 4.8.3, bbPress 2.5.14
Link : http://www.gettheslice.comPlease advice if is this is an out of the box functionality of bbPress or if I am missing something in settings?
If this is not a default behavior, can you let me know what other plugin I can use to get this working on my forum. I appreciate all the help and suggestion.
Thanks,
Usha Patil