Forum Replies Created
-
@tradiart
I´m also going to use BuddyPress as an intranet. Its for a company and it is going to be completely locked down if users arent logged in.
Can you please share some experiences with your intranet solution. The biggest question i have is to “lock down” the site when users are logged out. No information is allowed to be exposed. Do you have the same setup? That the user have to be logged in before accessing any information?
I´m thinking about RSS feeds. How can i restrict access to them? I want to have BP email updates instead.
What plugis/hacks are you using to achieve your intranet solution?
What modules/functions do you have active? Groups? Forum? more?
Do you have a solution for sending email updates to users when someone reply to a forum post?@Fabricio
I´m also going to use BuddyPress as an intranet.
Can you please share some experiences with your intranet solution. The biggest question i have is to “lock down” the site when users are logged out. No information is allowed to be exposed. Do you have the same setup? That the user have to be logged in before accessing any information?
1. Do you use a plugin like ‘Members only’ to restrict access?
2. I´m thinking about RSS feeds. How can i restrict access to them? I want to have BP email updates instead.Sorry. The code was missing
Before; “
After: “Hi
If i install WP in a subdir then the homelink is incorrect. This is because the call for the homelink is set by the tempatetag site_url() and not bloginfo(url). So to correct this edit line 48 in header.php in bp_default theme like this.
Before:
After:WARNING. This changes will be lost if you upgrade buddypress. A bettter way to do it would be to create a child theme and copy header.php to the child theme. Or even better create a function in functions.php that fixes this.
Nav code cut-out frpn header.php
-
<li class=”selected”>
<a href=" ” title=””>Question: Is this a known bug?
When i do this, the handle is corrected. But when i mention a user with a dot in the handle like @ a.sjogren it dosen´t work. Is this a known issue?
Does this work on buddypress.org? Can @DJPaul or someone try to mention me in a reply to this post as a test?
One more question: is it possible to disable the ability to create usernames with dots in wordpress backend?A new topic is started at this location.
https://buddypress.org/community/groups/localization/forum/topic/swedish-translation/
Please continue the discussion here.
[SWE] Denna tråd är flyttad till en bättre lämpad grupp, se länk ovan.I´m working on a translation to Swedish for BuddyPress right now, and use the language-file for this.
Hi.
The right way to do this (as i have heard)
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
If you use this method you have full control over styling and it works perfect.
@mikepratt gave this tips in this presentation that i think is a awesome. Check it out hereAnybody working on an updated version of the Swedish translation?