Search Results for 'bbpress'
-
Search Results
-
I created a private (so reserved to members) Group with Buddypress and added a bbpress Forum inside it, as allowed during the creation of the group.
Problem: if I make a post in that forum, the post goes also into my activity stream and everybody can see it from my profile, everybody can see it even if not a member of that private Group!
Any idea?
Topic: Edit a topic with BBPress
Hello
When I write a post in BBPress it posts into the Buddypress activity stream.
But when I edit it later, and update the post, it creates a new post in the activity stream.
Therefore, everytime I update a post, it has multiple entries in the Site-Wide Activity.Example Post (Title: How can I upload media and documents?)
Is these some code to prevent this happening?
Thanks for your help.
Topic: Decision right software
I want to create a page, but don’t nknow if BBPress or Buddypress is better for the kind of implementation. I’m a WP programmer, but did never any projects with one of the 2 solutions. I know, the one is like a social network, the other a board/forum software.
I hope you can help me.
– Only the admin should create topics and deliver a intro text.
– others can discuss about that topic
– others should be able to vote/share the individual postsWhich solution would be the better one?
Best thanks for your help and regards
StefanI have built a community around the following plugins:
BuddyPress
BuddyPress Groups Extras
LearnPress – BuddyPress Integration
MediaPress
bbPressI believe it was since we’ve updated Eduma and Learnpress, I can’t login to Buddypress pages or any other related. If i’m logged in, I can’t enter in my Buddypress profile.
Register page:
Login page:
I can’t find the reason why this is happening. Need help!
Hey,
for some reason i can’t filter bbpress activities like topics and answers in the activity stream. It just keeps displaying all activities. I’d be thankful to have that fixed. Any hints? Greetings 🙂
P.S. I also need to get rid of those brackets on sitewide-activity-page and members-page in the submenu (all members – friends…) because the number in there is already a little bubble. Couldn’t find the right php for that. Would apprecciate that too.
Hi,
I am using this code:
//coffee function bbp_add_xprofile_field() { $user_coffee = xprofile_get_field_data( 'Coffee', bbp_get_reply_author_id() ) ; if (strlen($user_coffee) > 0 ) echo 'Coffee: ' . $user_coffee; } add_action( 'bbp_theme_after_reply_author_details', 'bbp_add_xprofile_field' );To show xprofile buddypress custom information (coffee) below User Avatar in bbPress, the field contain a lot information so It looks terrible in bbPress… I would like to reemplace that information for just an icon or word linked to the avatar profile…
How can I add the html code to convert $user_coffe in link to the profile?
Thanks!
Hi,
I’m using Buddypress with BBPress & ActiveMember360. AM360 protects the forum, that works great.
However, I want to filter in the activity stream for users that do not have the rights to access the forum and that does not work.
Here is a global view of my system :
It’s a membership website where you can’t access anything if you are not a member. Login is mandatory.
I have 2 kind of membership :
1. One for the whole site and community access
2. One that does not allow access to the whole community protected parts but grants access to a specific course.The course is associated to a group and a group forum.
The standard membership forums are not part of a group.
Members of 1 can see the sitewide activity but not the course group & forums activity : that works well.
However, member of 2 can see sitewide activity even if I set the forums to private or hidden, which seems logical since they are not part of a group and such Buddypress doesnt know it shouldn’t show them (If I got the documentation / posts here right).
I would like however to find a way to filter the activity stream.
I’m trying to play with bp_parse_args but for it to work I have to check for each bbp_create_topic (or reply) activity if the user has access to it, and if not, to not display it.
I’m getting crasy with that and I wondered if any of you could point me to the right direction.
I’ve tried to assign the n°1 membership to a Buddypress group and assign it a forum. I made that forum a parent one, and all others below, set to hidden or private. But it does not work.
Any hints, help, directions ?
Is what I want to do even possible ?
Thanks a lot for your time,
Topic: 404 error
I am getting the following error when members click the join button for groups.
Not Found
The requested URL /groups/xbox/join was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
They are being sent to this address when they click the link. http://btdtwebsite.com/groups/xbox/join?_wpnonce=7a3e41c6f7
1. Which version of WordPress are you running? 4.7.4
2. Did you install WordPress as a directory or subdomain install? Directory
3. If a directory install, is it in root or in a subdirectory? Root
4. Did you upgrade from a previous version of WordPress? If so, from which version? yes 4.7.1
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. yes
6. Which version of BP are you running? 2.8.2
7. Did you upgraded from a previous version of BP? If so, from which version? yes 2.7.4
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? YES
Analytics Cat 1.0.2
bbPress 2.5.12
Photo Gallery 1.3.37
Ultimate Social Media PLUS 2.6.1
User Role Editor 4.32.3
WP Discord 0.3.6
PHP Event Calendar 1.5.9
Remove Dashboard Access 1.1.3
New User Approve 1.7.49. Are you using the standard WordPress theme or customized theme? Standard
10. Which theme do you use ? 2017
11. Have you modified the core files in any way? no
12. Do you have any custom functions in bp-custom.php? no
13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? listed earlier
14. Please provide a list of any errors in your server’s log files.
15. Which company provides your hosting? ipage
16. Is your server running Windows, or if Linux; Apache, nginx or something else?
Topic: I deleted my BuddyPress. NO!
Simple question here. I deleted my BuddyPress and my bbPress is installed. Can I re-upload BuddyPress with no problems? Or, should I use yesterday’s Updraft Backup?
Thanks!
Topic: Slow for logged-out users
he whole wordpress site is slow for logged out users and I not sure if it’s related to bbpress or buddypress. Every page take about 4 sec and 0.5 sec for logged in users
Wordpress: 4.7.3
Buddypress: 2.8.2
bbpress: 2.6b2
25000 usersWith QueryMonitor I can see the following
SELECT wp_users.ID,wp_users.user_login,wp_users.user_pass,wp_users.user_nicename,wp_users.user_email,wp_users.user_url,wp_users.user_registered,wp_users.user_activation_key,wp_users.user_status,wp_users.display_name
FROM wp_users
WHERE 1=1
AND wp_users.ID IN (40269,32606,34524,34322,40331,40334,36153,25677… and all user id’sCaller is WP_User_Query->query()
wp-includes/class-wp-user-query.php:600Component:
Plugin buddypressThe funny thing is if I disable bbpress and rtMedia with (bbpress plugin) that big query is not taking place.
We have BuddyPress Email notifications turned on for our users. However, if someone posts in the bbpress forum and then edits the post, anyone who is @mentioned gets multiple email notifications about the post (depending on how many times a user edits their post).
We had one user who edited their post 12 times and therefore the system sent out 12 emails to anyone who was @mentioned.Is there a way to only set the BuddyPress emails to only send out an email on the first time something is posted – not when it is edited?
Thanks in advance.
Hi,
Just installed a fresh version of WordPress, Buddypress and BBpress so all using the latest versions, on a local version. I wanted to change to wording on the groups directory page (example.com/groups) from “All groups” to “Find Groups” plus other changes but didn’t quite get far enough for that before errors occurred.
I moved “groups/index.php” into my child theme e.g. “child-theme/buddypress/groups/index.php” then i then load that page and it does not display correctly. The tabs for all groups/my groups load as plain text, the list of groups does not load at all until I click on the tab text, and the sidebar loads below the main tabs.
I am at a loss as to whats causing this, i was under the assumption that simply moving the file to the child theme should not change anything? please help
I administer two social sites and both are asking of there is any way to remove notifications of people joining the group and who made friends with whom… It is plugging up the group notification area and users are getting annoyed.
I have searched for appropriate plugins and found a few but all are depreciated and mess up the site.
Wordpress 4.7.3
Buddypress 2.8.2
Bbpress 2.5.12I found a code hack for the functions.php but it can’t be used in the child “guideline” theme. When added to the child, I lose admin pages. code snippet below
// Remove (hide) various activities from streams.
function my_hidden_activities($a, $activities) {
//if admin we want to know
//if (is_site_admin())
// return $activities;$nothanks = array(“new_blog_post”, “created_group”, “joined_group”, “new_member”, “friendship_created”, “activity_liked”);
foreach ($activities->activities as $key => $activity) {
if (in_array($activity->type, $nothanks, true)) {
unset($activities->activities[$key]);
$activities->activity_count = $activities->activity_count-1;
$activities->total_activity_count = $activities->total_activity_count-1;
$activities->pag_num = $activities->pag_num -1;
}
}// Renumber the array keys to account for missing items.
$activities_new = array_values( $activities->activities );
$activities->activities = $activities_new;return $activities;
}
add_action(‘bp_has_activities’, ‘my_hidden_activities’, 10, 2 );The author suggests adding to functions.php but without using the child theme the code would be lost after an update. It also broke the site… Even after reverting the changes, the menu and page formatting was gone.
Is there any way that is up to date to filter what activity is reported on the group wall?
Topic: Images are not showing
Hi there, this is a WordPress multisite set up.
It’s running the socialize theme purchased from GhostPool. The latest buddypress and bbPress is installed.
The issue I am facing is if a user uploads a cover image on his/her profile or on a group (Created by him/her), it shows up but it is not staying there. Others can’t see it and once the page itself is reloaded the Cover image disappears.I’ve spoken to GhostPool and theyve tried various things and have advised that the issue is with buddypress. We’ve disabled the plugins and reinstalled but it’s still not working. The site URL is https://inspiraonline.uk/inspirasocial/
Topic: Varnish cache
Hi all,
I’m trying to use Varnish cache and Varnish HTTPpurge plugin along with a Buddypress and BBpress global forum installation. Everything works fine except forum pages that are not updated correctly.
Unfortunately varnish is installed by default on my domain from my ISP so I have little or no control on its configuration. From Cpanel I have only the option to enable/disable, purge and set TTL for static and dynamic objects.
My ISP replied to me that Varnish does not work with BBPress/BuddyPress so I have to disable it. Is it true?Using the plugin check status tool, for all my URL I get:
Varnish is running but cannot cache.
Your sever IP setup looks good. If you are using a proxy (like Sucuri or Cloudflare or Fastly) please double check that configuration and make sure to add a custom Varnish IP if necessary.
Your site is compressing content and making the internet faster.
Something is setting the header Cache-Control to “no-cache” which means visitors will never get cached pages.
Something is setting the header Cache-Control to “max-age=0” which means a page can be no older than 0 seconds before it needs to regenerate the cache.Thank you in advance
Since are buddypress and bbpress now cooperating I thing there is more compatibility in their Plugins. When I put a media Link to buddypress wall it shows in player (Video and audio).
But bbpress only has an option to embed media which maybe even mostly works but on buddy press media link than show as code (Video scr = ….and so).
Why doesn’t bbpress use just mediaelements.js script as core from WP and maybe ads oEmbed instead?
There is no possible to have similar design in both.
eather buddypress shows links in Player or bbpres.
Any Idea?Also there is a problem to have this also in comments.
jetpack and oEmbed Plugins aleso make codes. It shows it in player but in buddypress stream again (video src=…)
Is there any solution to have media Links and embedded elements in the same way on buddypress, bbpress and comments?
Thankfully for any Idea :o)