Search Results for 'wordpress'
-
AuthorSearch Results
-
March 9, 2017 at 9:44 am #264610
In reply to: Buddypress Nouveua
danbp
ParticipantNot defined yet. It’s still a work in progress.
https://github.com/buddypress/next-template-packsor follow tickets related to “bp-nouveau” on Trac.
March 8, 2017 at 9:37 pm #264585r-a-y
KeymasterI commented on this behavior in this ticket comment:
https://buddypress.trac.wordpress.org/ticket/7051#comment:3BuddyPress sets the
Reply-Toemail header to the admin email’s address by default.To override this, you have to use the
'bp_email_set_reply_to'filter since'wp_mail_from'only handles theFromemail address header and notReply-Toheader.The following would work:
add_filter( 'bp_email_set_reply_to', function( $retval ) { return new BP_Email_Recipient( 'noreply@example.com' ); } );March 8, 2017 at 7:50 pm #264579danbp
ParticipantIn addition, read here the main reason for media upload limit and get some hints to (evtl.) increase it.
March 8, 2017 at 5:58 pm #264574In reply to: Issue with Avatars: wrong upload path
giobby
ParticipantFYI – I’ve also tried to disable all the plugins except buddypress and to use a standard wordpress template (twentyseventeen), but the problem is still there.
March 7, 2017 at 10:37 pm #264562danbp
ParticipantHi,
ever heard about MyCred plugin ? Give it a try, was initially made for BuddyPress… 😉
Note: bbpress can work with BuddyPress, but is a separate plugin, with his own support. Here we help only for BuddyPress.
March 7, 2017 at 6:11 pm #264554In reply to: Translation stopped working
danbp
ParticipantHi,
2 – define (‘WPLANG’, ‘en_US’); in wp-config
3 – Dashboard >> Settings >> General >> Site Language (buuddpress-en_US is not in the list)2 is no more necessary since WP 4.0. Remove it.
3 is not intended to show in that list. General settings are for WordPress language, not for plugins.WP’s language files use only the domain name (en_UK.mo, en_US.mo, be_BE.mo, etc)
Plugin language files like BuddyPress use their name in addition to the domain (buddypress-fr_FR.mo, buddypress-en_US.mo, and so on)In your case, you can use WP default language setting (english) and a more specific lang for BP, en_US. It is an avantage for you, as there are only few difference beetwen US and GB, and you can even omit BP translation, as it is coded in english. The situation is much more annoying for all other non english languages!
https://codex.wordpress.org/Installing_WordPress_in_Your_Language
March 7, 2017 at 1:41 pm #264548In reply to: Buddypress, BBPress, and breadcrumbs
danbp
ParticipantBuddyPress doesn’t use breadcrumbs. This belongs to bbpress and sometimes to a theme or a plugin.
Ask on respective support. Or try out this plugin.
March 7, 2017 at 10:25 am #264541Paul
ParticipantThis is the method I use
using loco translate plugin
March 6, 2017 at 6:02 pm #264531In reply to: Not getting BuddyPress registration emails
tonkymm
ParticipantNo. They are not in spam. My coworker contacted WPMU dev support and they seemed to not be able to send BuddyPress emails either. WordPress emails work, i.e. forgot password and registration through wordpress works.
https://premium.wpmudev.org/forums/topic/buddypress-emails-are-not-working
March 6, 2017 at 3:10 pm #264525danbp
ParticipantPlease read WordPress Codex and follow the install instructions.
Your issue is not related to BuddyPress.March 6, 2017 at 3:08 pm #264524In reply to: [Resolved] Registration Empty Page?
danbp
ParticipantInstallaling a plugin has nothing to do with settings!
And it is not possible that WordPress recommands to use/something/afterindex.php.
If it does, please give the link to that documentation.
Here the one related to htaccess. Normally this file is generated automatically the first time you install/activate WordPress. On a usual install, his content is “basic” (explained in the doc).Again, read through BuddyPress documentation.
In fact, you have nothing special to do, except to control bp’s setting and WP’s permalinks. It is probably there where you have “index” appearing wrong.
March 6, 2017 at 1:04 pm #264520In reply to: [Resolved] Registration Empty Page?
shallymartin
ParticipantThanks for reply.
I think the installation is done correctly since I use wordpress plugin installer.
As I check your recommendation to read the install guide and Pages chapter.As for the slug, i use http://festivals.my/index.php/sample-post/ as recommended by wordpress.
is there anything to do with the htaccess files? or any other related problem?
March 3, 2017 at 10:42 am #264475In reply to: Application-Post to forum
InTempest
ParticipantWell thats unfortunate, I figured something like this HAD to exist for wordpress since it has been a feature in PHPbb for quite some time. I wonder if I can use Iframes to set the phpbb forum with the proper application into wordpress, at least until I sell a kidney to afford a dev to write the wordpress plugin.
March 3, 2017 at 9:00 am #264473In reply to: Trying to get property of non-object
danbp
Participant@airathalitov, yes you have 😉
you’re right but not in this case. PHP 7.x related issues can be reported on that ticket (7392).
See Paul’s answer on #7406.
March 2, 2017 at 11:17 pm #264469In reply to: Trying to get property of non-object
AiratTop
ParticipantMarch 2, 2017 at 11:14 pm #264468danbp
ParticipantMarch 2, 2017 at 9:48 pm #264466In reply to: Trying to get property of non-object
danbp
ParticipantHi,
there is a ticket where you can report your issue:
https://buddypress.trac.wordpress.org/ticket/7392March 2, 2017 at 1:55 pm #264453In reply to: City, State, Country Location Plugin
shanebp
ModeratorYou can also use this free plugin:
https://wordpress.org/plugins/bp-xprofile-location/March 2, 2017 at 12:33 am #264436In reply to: new feature: block duplicate posts to activity
ds123
Participanti wanted to add this to my own question …i’m seeing that wordpress has a duplicate comment check built into it ! that is perfect can it be used for buddypress activity?
March 2, 2017 at 12:22 am #264434In reply to: Buddypress not working on ssl https
psnation
ParticipantHere you go.
March 1, 2017 at 1:17 pm #264316In reply to: [Resolved] Unminified Javascript
Henry Wright
ModeratorYou can dequeue a minified script with
wp_dequeue_script()and then enqueue the non-minified version withwp_enqueue_script().Ref
March 1, 2017 at 11:46 am #264315In reply to: moderation + logins questions please
valuser
ParticipantCheck out BP Moderation it may still work – it relies on users to “flag” items and if an item attracts x amount of flags the author and admin are warned and admin has an easy filter to delete the comment. x is set by admin.
2,3,4 i believe have been answered many times on this forum – google and they should come up.
March 1, 2017 at 11:25 am #264314In reply to: Activity media
valuser
ParticipantAFAIK BuddyPress Activity Plus works, free, as outlined on the WordPress.org plugin page.
You could also try MediaPress by a very reputable BuddyPress developer.
or
The last one has some paid – for add-ons.
There may well be others.
February 28, 2017 at 9:49 pm #264302In reply to: Changing filtering default in activity stream
shanebp
ModeratorFebruary 28, 2017 at 9:48 pm #264301shanebp
ModeratorDid you try:
https://wordpress.org/plugins/bp-activity-filter/ -
AuthorSearch Results
