Search Results for 'wordpress'
-
AuthorSearch Results
-
June 13, 2017 at 5:45 pm #266465
r-a-y
KeymasterIt’s most likely a WordPress issue.
Go to the WordPress admin dashboard and create or edit a post and attempt to paste your Medium link there. If it also doesn’t work, then it’s a WordPress problem.
June 13, 2017 at 5:41 pm #266464In reply to: Ordered list tag creates weird results
r-a-y
KeymasterThe problem is the Activity component only allows certain elements to be shown in the activity stream.
By default,
<ol>and<li>are not among those whitelisted elements.You can override this behavior with the following code snippet in your theme’s
functions.phpfile or via wp-content/plugins/bp-custom.php:// Allow list-item element through add_filter( 'bp_activity_allowed_tags', function( $retval ) { $retval['ul'] = $retval['ol'] = $retval['li'] = array(); return $retval; } );I’ve also opened a ticket about this here:
https://buddypress.trac.wordpress.org/ticket/7538June 13, 2017 at 2:08 pm #266457zabre00
ParticipantI started absolutely New Site. Everything updated. Only plugins activated is BP amd Mega Main Menu ( commercial Plugin) , Mega Main men. I am getting this error”
Notice: bp_nav was called incorrectly. These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead. Please see
Debugging in WordPress
for more information. (This message was added in version 2.6.0.) in /var/www/vhosts/mysite.com/httpdocs/testsite/wp-includes/functions.php on line 4139 ”Im using Twenty Twelve. Current BP amd MMM. My Question is. Is this Mega Main menu error or a Buddypress error? So, I know where to get some help! Thanks in advance.
June 12, 2017 at 10:52 pm #266455In reply to: Any location based possibilites?
shanebp
ModeratorFirst, assuming you don’t mean real-time locations, members have to enter their location. For that you can use this plugin: BP xProfile Location.
Then you need to write a script that does a radial search for other members. Often this is done using zip codes. It can also be done with lat / lng.
Then you need to filter the feed to include only those members.
I’m not aware of any plugins that provide that package.
But if you are a developer, there are lots of resources for each step and you should be able to cobble something together.June 12, 2017 at 6:12 pm #266452n0madpl
ParticipantHey,
I’m experiencing a similar issue with 6k members, I can’t imagine the size of requests at 30k+…
It seems like mine was triggered by use of RTmedia, cause is described in this ticket, together with a patch:
https://buddypress.trac.wordpress.org/ticket/7530If you’re using their plugin/s this could have been a cause.
Btw cool site 🙂 and congrats on the user count.
June 10, 2017 at 10:21 pm #266420bigkahunaburger
ParticipantYou can give this a try: https://wordpress.org/plugins/bp-disable-activation-reloaded/
June 10, 2017 at 8:08 pm #266419EMar
ParticipantI fixed my email sending issue by installing WP-Mail-SMTP plugin,
The old plugin I was using is broke: WP Mail From IIWP-Mail-SMTP
I set it to Send all WordPress emails via SMTP.
I ticked Set the return-path to match the From Email.I’m using cPanel email so I logged into my cPanel email and clicked Set Up Mail Client link.
You’ll see the username and password and port you need to put in the WP-Mail-SMTP config.SMTP Port: local
SMTP Port: the outgoing port
For encryption I selected use SSL as I have free autoSSL installed for cPanel.Yes: Use SMTP authentication.
Username: your email address
Password: Email passwordAnd that’s it.. tested send email to another email address, all good.
Newly registered account are getting the activate email, well I did anyway.
June 10, 2017 at 7:54 pm #266418EMar
ParticipantThank you for the pointer, I fixed my email sending issue by installing WP-Mail-SMTP plugin,
I set it to Send all WordPress emails via SMTP.
I ticked Set the return-path to match the From Email.I’m using cPanel email so I logged into my cPanel email and clicked Set Up Mail Client link
You’ll see the username and password and port you need to put in the plugin config.SMTP Port: local
SMTP Port: the outgoing port
For encryption I selected use SSL as I have the free SSL installed for cPanel.Yes: Use SMTP authentication.
Username: your email address
Password: Email passwordAnd that’s it.
Now new users who register an account are getting the email to activate their own accounts.
Jesus why didn’t I notice this earlier but the old plugin I was using is broke: WP Mail From II
June 10, 2017 at 7:30 pm #266417In reply to: WordPress 4.8
shanebp
ModeratorTry switching to a WP theme like 2015 to see if the issue really is BP and not your theme.
You can file a bug report here:
https://buddypress.trac.wordpress.org/June 10, 2017 at 4:02 pm #266414EMar
ParticipantI also noticed if I sign up as a new member I get to the page that says success and an email
has been sent to verify your account, but the email never comes.If I activate the member accounts manually an email is sent saying there is a new member,
So I know my email is working on the server side right?I don’t know where the mail settings are in wordpress or if it’s some setting in Buddypress?
I need to allow new registrations to be approved automatically, I thought there was an option for this.
Any suggestions appreciated.
June 10, 2017 at 3:18 pm #266412In reply to: WordPress 4.8
Effycom
ParticipantHiya,
There seems to be a compatibility issue with the current version of Buddypress and the latest WordPress 4.8 update. I noticed that all the elements available for users on Buddypress suddenly disappeared as soon as I made the WordPress update. I checked it against one of my other websites which I have not updated yet to WordPress 4.8 and installed Buddypress there and all the elements are visible.
Is there anything I could do in the meantime to fix the problem whilst I wait for the latest BuddyPress update as the website in question is due for launch today, but unfortunately i made the WordPress update late last night which affected the elements I need for the site to function as intended with the use of BuddyPress as an aid.
Thank you in advanceE.
June 9, 2017 at 2:01 am #266396In reply to: WordPress 4.8
John James Jacoby
KeymasterBuddyPress 2.8.x works OK with WordPress 4.8.
BuddyPress 2.9 is due out in the next few weeks.
June 8, 2017 at 3:51 pm #266362In reply to: SuperAdmin and I can’t modify xprofile info
r-a-y
KeymasterThis is fixed in the development branch of 2.8.
In the meantime, you can manually apply the following fix until 2.8.3 is released:
https://buddypress.trac.wordpress.org/changeset/11520June 6, 2017 at 9:12 am #266298tisor
ParticipantI had a site plugin, disabling the menu options for WordPress. Using this code:
bp_core_remove_nav_item( ‘settings’ );
This was generating the 404. Removed it, all worked.
June 2, 2017 at 10:52 pm #266254In reply to: Customize Registration Form
Henry Wright
ModeratorHi @babcoltd
You will need to sync the value of your xProfile field with a WordPress role to get this working. I’m not sure that a plugin is available so as far as I know it will need to be custom developed.
June 2, 2017 at 9:13 pm #266253In reply to: Login Redirect To Activity Personal Page
Brajesh Singh
ParticipantYou may use my Redirect to profile plugin.
It does exact same thing.Hope that helps.
June 2, 2017 at 2:13 pm #266241In reply to: Hide Members Page When Logged Out
shanebp
ModeratorHave you tried: https://wordpress.org/plugins/bp-simple-private/ ?
You can also get it from PhiloPress.
May 31, 2017 at 8:22 am #266209In reply to: Are there news about how to change FRIEND slug?
Henry Wright
ModeratorThe BuddyPress Trac ticketing system is the way to follow BuddyPress development. You can view open tickets and even contribute patches and bug reports.
May 28, 2017 at 2:51 pm #266170nikitagrimm
ParticipantOk there, I finally figured out the problem. It turns out that the
is_email()function built into WordPress is extremely slow and takes around 6 seconds to compute. Since Buddypress used the function quite leisurely, the amount of time it took to send emails ended up being quite long.Unfortunately a simple filter wasn’t enough, as WordPress was still processing the old function. I have removed the function and the problem is therefore “fixed”. Actually “applying a bandaid” is the more appropriate term here.
I’m going to report a bug to WordPress asap now. Thanks for your attempts at helping me though! However, if you do have an idea why the function is so slow I would be very glad to hear it!
May 27, 2017 at 8:11 pm #266161nikitagrimm
ParticipantUnfortunately that can’t be it, since it is also this slow if I set wordpress to use phpmail instead. I have already tried TLS over SSL and different ports too.
Also, the WP-Mail-SMTP plugin has a function to send out test emails and those are sent instantly.
I really hope we can find the error to this. Thanks for your answers though.
May 27, 2017 at 4:31 pm #266156Mauricio
ParticipantI have moved to Https, but I don’t have problem with old content, NEW content image are shown as http in buddypress.
The solution I found was to use a plugin: SSL Insecure Content Fixer. I don’t know what it does but solved, the strange thing is that I’m actually using https for WordPress site.
Secure provided by cloudflare
May 27, 2017 at 4:13 pm #266154In reply to: Edit a topic with BBPress
r-a-y
KeymasterThis is a bbPress bug, which is scheduled to be fixed in bbPress v2.6.
See https://bbpress.trac.wordpress.org/ticket/2690.
In the meantime, manually add the following fix:
https://bbpress.trac.wordpress.org/changeset/5857May 24, 2017 at 7:21 pm #266120In reply to: Delete Activity Stream
shanebp
ModeratorFor busy sites, removing old entries can increase performance.
Have you tried BP Bulk Delete ?
You can also get it at PhiloPress.
May 20, 2017 at 1:26 am #266063In reply to: How can I change the image path?
metalhead
ParticipantRead this conversation in its entirety.
The plugin author was kind enough to guide me through the process of making that work. If you follow those instructions, your users will be able to upload their profile photo during registration.
Although this method works, it causes a slight problem: The users won’t be able to update their photo in the future, because the default Buddypress “Change avatar” function refers to a different file, or location, than the xprofile custom fields type location.
If you find a way to fix that problem, please let me know.
May 20, 2017 at 1:12 am #266062In reply to: Private BuddyPress Site
metalhead
ParticipantThere is a plugin called BP Simple Private that allows you to restrict access to all Buddypress pages to logged in users only. Then, if people try to visit Buddypress pages after you install the plugin, they will get redirected to the home page.
But if I’m understanding you wrong – and you want to have a separate site just for your buddypress groups, then I will recommend setting up WordPress Multisite.
And if I’m understanding you right – which bells and whistles do you want to disable? I’ve disabled a few things with CSS & PHP hacks – but like what do you want to see gone?
-
AuthorSearch Results