Search Results for 'wordpress'
-
AuthorSearch Results
-
August 23, 2017 at 10:14 pm #267685
In reply to: Seeking Solution
shanebp
ModeratorbbPress is the only real option for forums.
Depending on what features you need, this may suffice: BuddyPress Simple Events
You can also get it here: PhiloPress – BuddyPress Simple Events
August 22, 2017 at 9:36 am #267655Peter Hardy-vanDoorn
ParticipantTry this plugin. It hasn’t been updated for 2 years, but it works perfectly for me.
Adds these options to the visibility options: ‘Admin’, ‘Everyone (Admin Editable)’ and ‘Only Me (Admin Editable)’
Hope that helps
August 16, 2017 at 2:18 pm #267579In reply to: Hiding members page from non-logged in users
shanebp
ModeratorHave you tried BP Simple Private ?
You can also get it here: PhiloPress
August 14, 2017 at 5:28 am #267531yeshivadan
ParticipantThis plugin should do it. https://wordpress.org/plugins/bp-profile-search/
August 11, 2017 at 4:41 pm #267515In reply to: You do not have access to this activity
Henry Wright
ModeratorHey @udarmo
Thanks for the report. Can you open a Trac ticket for this so it can be investigated?
August 11, 2017 at 12:34 pm #267504ygagnon2016
ParticipantI like your idea about calling a function from the php for the modal window.
Just FYI .. this is what I have set up for colorbox (which isn’t a real ajax call, you’ll see):
echo '<a class="ajax cboxElement launch-dashboard" href="' . get_stylesheet_directory_uri() . '/buddypress/members/single/dashboard.php?username=' . $row->username . '" title="Dashboard">Launch Dashboard</a>';If you aren’t familiar with how colorbox works … note that the modal window is being enabled by simply adding the “ajax” class to the link … similar to how a lightbox popup works.
Ideally .. it’d be great if I didn’t have to call these 2 lines in my dashboard.php file either:
require("../../../../../../wp-blog-header.php"); require('../../../../../../wp-load.php');It’s my understanding that this is a terrible approach anyways .. since the WordPress engine is supposed to be already loaded in the background (making it redundant).
So how would I implement something like what you’ve suggested? Could you show me an example, maybe? I’m assuming that if I don’t load the WordPress engine in my dashboard.php file, that I wouldn’t be able to call a function that’s been added to my functions.php file, right?
Here’s a dumb question. Should I maybe just place my dashboard.php file in a different location within my child theme directory structure, perhaps? I ask because I’m starting to think that I might need to treat this as a normal WordPress template file .. instead of a standalone PHP script. Any thoughts?
August 11, 2017 at 11:36 am #267503vgvidscom
ParticipantDear R-A-Y,
Thank you for the support, appreciate it, and sorry I did not check google myself to find out you need to create bp-custom.php in case it does not exist yet.
It seems there is a conflict with my theme after extra review of my theme builders’ team.
Once they update the theme it hopefully works with the updated wordpress and buddypress. If I need your help afterwards, I will send a new request.
Only issue left is that I don’t know why the lines of coding don’t match in my buddypress version, I never changed code in the core buddypress files.
Thanks for the support,
Bart
August 10, 2017 at 11:19 pm #267497r-a-y
KeymasterYou can check the “Users > Pending Accounts” page in the WordPress admin dashboard. Then, you should be able to just delete them from there.
It might be worthwhile for BuddyPress to have a built-in script that removes pending accounts that are older than a month or so.
Also, just to get some clarity, would inactive users be causing BuddyPress to slow down all functions on my website, such as loading a member profile, or the activity page?
Not really.
If you indeed do have a popular website with many users that are concurrently logged in and performing operations, then this will slow down your site. You will need to utilize object caching plugins and the like (I believe WPEngine already has something built in for this). You might also need to consider upgrading your WPEngine plan.
We’re also thinking of doing some performance enhancements in the next version of BuddyPress that will decrease the amount of code that needs to run on non-BuddyPress pages.
August 10, 2017 at 6:34 pm #267493In reply to: BuddyPress forums topics not in Activity feed
r-a-y
KeymasterI’m guessing you have disabled Search Engine Visibility in WordPress.
If you have, view the following:
https://github.com/boonebgorges/buddypress-group-email-subscription/wiki#1-bbpress-doesnt-record-its-forum-posts-into-the-group-activity-stream--whyAugust 10, 2017 at 3:05 pm #267482In reply to: Stop redirects without disabling gravatar
shanebp
ModeratorHave you tried: BP Local Avatars
You can also get it from the WP plugin repo: https://wordpress.org/plugins/bp-local-avatars/
August 10, 2017 at 2:06 pm #267477ygagnon2016
ParticipantAlthough that would definitely work (and I have considered using this approach) … that would definitely be a security breach, as the PHP script could simply be linked to directly by any logged in WordPress user. So that obviously wouldn’t work in my situation.
Any other suggestions?
– YvanAugust 9, 2017 at 11:11 pm #267462In reply to: Profile & Group Crop Avatar Issue
r-a-y
KeymasterCannot duplicate this.
You might have a javascript conflict.
Try disabling all plugins except BuddyPress and try again. If it works, then it’s a plugin conflict somewhere. If you’re running a custom theme that has purported BuddyPress support, also switch to a default WordPress theme.
August 9, 2017 at 4:04 pm #267452r-a-y
KeymasterWhat is the “latest buddypress version” for you?
If you were using v2.9.0, then the patch I linked to should apply cleanly. There should be no changes between your copy of
/bp-core/bp-core-avatars.phpand v2.9’s/bp-core/bp-core-avatars.php.If your version is v2.9.0, then I would recommend re-installing BuddyPress from the wordpress.org plugins repository.
August 9, 2017 at 11:26 am #267445vgvidscom
ParticipantHi,
I’m running latest buddypress version and WordPress version: 4.8.1
August 8, 2017 at 12:13 pm #267430In reply to: shortcode [bbp-topic-index]
abernreiter
Participant
August 8, 2017 at 7:46 am #267428vgvidscom
ParticipantDear R-a-Y,
Thank you for the quick reply.
I don’t understand the first part of your reply. If I follow the link you’ve provided, I see I have to add the following code:
https://buddypress.trac.wordpress.org/attachment/ticket/7578/7578.01.patch
I have to add this code in: wp-content/plugins/buddypress/bp-core/bp-core-avatars.php.
However, the link you’ve provided with the code that I have to place between the lines 1402 and 1403, does not match with what I see when searching for that spot in bp-core-avatars.php. See the following image to see what I mean:
The second part of your question: pasting the following code in functions.php:
// Replace BP’s avatar override filter at a higher priority:
remove_filter( ‘get_avatar_url’, ‘bp_core_get_avatar_data_url_filter’, 10 );
add_filter( ‘get_avatar_url’, ‘bp_core_get_avatar_data_url_filter’, 99, 3 );–> seems not to do the trick. I pasted the code in my child theme functions.php
The other option: pasting it in wp-content/plugins/bp-custom.php I was not able to do, because I cannot find bp-custom.php. Not in plugins, and also not in the Buddypress plugin folder. What do you mean with this or where can I find it?
Hopefully you can help me out, thanks.
August 7, 2017 at 5:33 pm #267416In reply to: Users cant create groups
eyedraw
Participantdifferent problem, but was told to post here:
When I try to create a group, I get to an error page (unlike you, I see the button). I figured there might be a problem with the link (It links to /groups/create).
I though it might be a problem with my permalinks, so I tried to update them, but nothing happens. Also, creation of new emails, for example, work without problems.
I installed the plugin as usual through the wordpress plugin directory. Im running buddyPress 2.9.0 and Worpress 4.8.1August 7, 2017 at 1:21 pm #267410In reply to: how to install buddy press for php website
Henry Wright
ModeratorThis is more of a WordPress question than something specific to BuddyPress. Try asking here https://wordpress.org/support/
August 6, 2017 at 4:39 am #267404In reply to: All WP comments displaying on BP pages
Oliver de la Rosa
ParticipantHi! This evening I had the same problem about comments in BuddyPress. It took me a couple of hours to find the solution, but was in part thanks to this forum that I could do it. I wrote a post joining all the solutions that I found and applied together. I hope that you considerate this usefull, the post is this: Cómo evitar que se muestren todos los comentarios de WordPress en las páginas de BuddyPress. Thank you for this amazing forum.
¡Hola! Esta tarde tuve este mismo problema acerca de los comentarios en BuddyPress. Me llevó algunas horas dar con la solución, pero en parte gracias a este foro pude hacerlo. Escribí un artículo recopilando todas las soluciones que encontré y fuí aplicando. Espero que les sirva, el artículo es este: Cómo evitar que se muestren todos los comentarios de WordPress en las páginas de BuddyPress. Gracias por este maravilloso foro.
August 3, 2017 at 6:15 pm #267374In reply to: Buddypress avatars are blurry for post authors
r-a-y
KeymasterThanks for the report.
If you are able to, can you see if the following will fix your problem?
https://buddypress.trac.wordpress.org/attachment/ticket/7578/7578.01.patchAugust 2, 2017 at 3:45 pm #267352In reply to: Latest Stable Version
Henry Wright
Moderator2.9 is the latest stable version. You can download here: https://wordpress.org/plugins/buddypress/
August 2, 2017 at 3:44 pm #267351In reply to: Latest Stable Version
Henry Wright
Moderator2.9 is the latest stable version. You can download here: https://wordpress.org/plugins/buddypress/
August 1, 2017 at 8:28 pm #267337In reply to: 2.9 Group description turncoated
r-a-y
KeymasterI’ve added a potential fix for this here:
https://buddypress.trac.wordpress.org/attachment/ticket/7577/7577.01.patchLet me know when you’ve had a chance to test.
August 1, 2017 at 7:57 pm #267336In reply to: 2.9 Group description turncoated
r-a-y
KeymasterThanks for the report. I’ve created a ticket here to track its progress:
https://buddypress.trac.wordpress.org/ticket/7577August 1, 2017 at 6:11 pm #267331In reply to: 2.9 Group description turncoated
Joost abrahams
Participant1. Which version of WordPress are you running?
4.8
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?
No
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.9
7. Did you upgraded from a previous version of BP? If so, from which version?
2.8.2
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
Ban Hammer: 2.6
bbPress: 2.6-rc-3
BP Blog Author Profile Link: 2.8.1
BP Idea Stream: 1.0.1
BP XProfile WordPress User Sync: 0.6.4
BuddyDrive: 2.1.1
BuddyPress: 2.9.0
BuddyPress Docs: 1.9.4
BuddyPress Edit Activity: 1.0.8
BuddyPress Groups Extras: 3.6.9.1
Co-Authors Plus: 3.2.2
Jetpack by WordPress.com: 5.1
JetPack Non-Admin Removal: 3.0
Login Site Icon: 1.0
Mantablog bp register text: 0.1
Mantablog bp remove rss: 0.1
Mantablog Custom Profile: 0.1
Mantablog meta desc homepage: 0.1
MediaPress: 1.1.6
Registration Honeypot: 1.1.0-alpha-1
SEO – Remove H1: 1.0.2
TablePress: 1.8
TinyMCE Advanced: 4.6.3
WP Idea Stream: 2.4.0
WP Revisions Control: 1.2.1
WP Sitemap Page: 1.69. Are you using the standard WordPress theme or customized theme?
standard WordPress theme
10. Which theme do you use ?
Generatepress
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?
2.6rc3
14. Please provide a list of any errors in your server’s log files.
15. Which company provides your hosting?
16. Is your server running Windows, or if Linux; Apache, nginx or something else?
Linux; Apache
-
AuthorSearch Results

