We stumbled upon a bug in the interaction between menus, FaLang and Community Builder profile page.
We have a translated menu pointing to the CB profile page. The menu has required params translation for "tab" and "user", so FaLang will always add "&tab=&user=", even if they are empty. When user is empty but set, CB assumes it's NOT empty. Therefore, the CB profile can't be shown for other translations than English. In other words, the $_REQEST array is different between English and German/Frensh ('user' =>'', and 'tab' => '' is added).
A fix can be applied to loadComprofilerUser() in comprofiler.php, where the code should check not only if $_REQUEST is set, but also if it's empty.
Code:
511 if ( ! isset( $_REQUEST['user'] || empty($_REQUEST['user']) ) {
We've already implemented a fix to ignore empty user parameter. Please be sure CB and everything installed is completely up to date. Empty tab is also ignored. This issue is only present on Joomla 2.x. Joomla 3.x will not add empty request parameter values to URLs. Neither of those parameters are marked required.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.