-
Author
-
October 7, 2015 at 22:23 #81383kalkomanParticipant
Hi, my site http://www.antkeepers.com won’t share buddypress with the rest of the network sites (only 1 atm) 🙁
When clicking “My account” on the Swedish install the user gets redirected to the english (network main page) version of the user profile. The Swedish install adress is http://www.antkeepers.com/se. I want my Swedish users to get a Swedish version of the buddypress pages. Translations etc I can handle later with codestyling plugin, but I at least want the adress for the member pages to be dynamic and refer to antkeepers.com/se/members when on the Swedish site.
I use MultiLingualPress-plugin for the different languages.
The solution seems to be to add define(‘BP_ENABLE_MULTIBLOG’, true) to wp-config.php, but this doesn’t do the trick for my network. Neither does adding it to a bp-custom.php file as suggested by some users. I’ve also read that subdirectories are more problematic than subdomains and that the solution for this is to comment out DOMAIN_CURRENT_SITE from the wp-config. Don’t work either.
Kind of annoying. Help please!
L
October 9, 2015 at 21:20 #81647LauraModeratorHello, will assign the ticket to a higher support lever who can help and advise you in your query.
Thanks! 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 10, 2015 at 02:57 #81678AndreiModeratorThere are really a lot of things to work on setting up buddypress in the way you want.
You can find some details here, in the bottom of the page: https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/Please be sure you do an extensive research about how to use buddypress in wordpress multisite environment.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 15, 2015 at 13:39 #82364kalkomanParticipantUpdate: I just got it working! By accident of course. I wanted to try some new defines in bp-custom.php, so I opened it up and copy pasted some lines. I then notice that the new ones turn pink (in TextWrangler), indicating it is a functionable string. My define(‘BP_ENABLE_MULTIBLOG’, true) however had not turned pink, so I look for differences between the two.
Apparently I originally copy-pasted from somebody that just put ‘ instead of ‘
So changing from define(‘BP_ENABLE_MULTIBLOG’, true) to define(‘BP_ENABLE_MULTIBLOG’, true) solved it ALL.I can now access the Buddypress pages from whatever subsite 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.