Search Results for 'wordpress'
-
AuthorSearch Results
-
March 4, 2016 at 8:42 pm #250679
In reply to: How to disable BuddyPress register page
edragonxx
ParticipantDid not work either. Have tried so many different ways to get rid of that buddypress register page and use standard one. This option should be already built in to let users use do they want use buddypress one or do they want use wordpress one. So that login, register, lost password, etc forms would use same page/system and would not be different.
March 4, 2016 at 8:36 pm #250676In reply to: wp_mail_from BP_email
Paul Wong-Gibbs
KeymasterCool!
@jgob https://github.com/WordPress/WordPress/blob/ef7a559e2e7804844f99034e4ec018c5ffbf66c9/wp-includes/pluggable.php#L1700There’s no way to filter or halt the action; I suppose it MIGHT be possible to intercept it inside
wp_mail()but it’d be awkward.March 4, 2016 at 8:29 pm #250673In reply to: New Email Template (Self defeating?)
Paul Wong-Gibbs
KeymasterThanks for your feedback, @backpackersunion. I’ll let others chime in as I spent a long time working on the email feature, so it’s close to my heart, but here’s my thoughts:
- Decisions, not options.
- It’s much easier to add options than it is to remove options.
- It’s risky to add options or features unless you’re sure what your users want, so launching with a minimal feature set and listening to feedback and consensus helps us make informed decisions.
And the template, yes — you run the risk of the template going out-of-sync with the version distributed by BuddyPress. But this isn’t specific to the email feature, and could apply to any of BuddyPress thirty or so other templates.
We have some plans to add some communication around template changes in a feature release, like WooCommerce apparently does, which will help a bit.
March 4, 2016 at 8:17 pm #250669In reply to: ‘bp_email_use_wp_mail’ Causing Issues
Paul Wong-Gibbs
KeymasterIf the filter
bp_email_use_wp_mailreturns true, it’ll grab the “plain text” version of the email from BuddyPress, and send that towp_mail(). BuddyPress does not re-implementwp_mail().BuddyPress will also fall back to use
wp_mail()if it detects that any other plugin has re-implemented that function (pretty common in email plugins), or if something’s configured WordPress to send HTML emails.BuddyPress does not stop or block any other plugins’ emails from being sent, nor any emails sent by WordPress core (with a few exceptions for multisite-specific emails, but this has been implemented for about 6 or 7 years, so it’s not a new change).
I am just now testing this with WP Better Emails. Give me a minute.
March 4, 2016 at 5:30 pm #250651In reply to: Filtering Activity Loops
mtraps
ParticipantThanks for the super quick response! I’ve looked into that. I personally thought buddy press allowed user to post from the front end already? Without this plugin they would have to login a backend using wordpress admin type settings?
Is buddy press best used with a theme that has buddy press integrated or could I use a theme like Divi and it would work perfectly fine? Also, would you know of a plugin that will filter out all the users posts sort of like Kijiji or amazons filter on the left? I am not even sure what that is called to search for it on google. Thanks again!
March 4, 2016 at 12:37 pm #250629In reply to: buddypress.2.5.0-rc Feeback
sharmavishal
Participant@djpaul thanks..yes deactivated those plugins..even then it was an issue..i downloaded and uploaded 2.5 version via FTP…then i reverted back to older BP version and did a auto update via the backend and it started working…minus the plugins which were creating an issue…..now only the follow debug logs:
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /opt/www/site.com/wp-includes/functions.php on line 3792
Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /opt/www/site.com/wp-includes/functions.php on line 3792
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /opt/www/site.com/wp-includes/functions.php on line 3624Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wp_admin_bar_my_account_xprofile_menu’ not found or invalid function name in /opt/www/site.com/wp-includes/plugin.php on line 601
March 4, 2016 at 10:31 am #250615In reply to: Language email
Paul Wong-Gibbs
Keymaster@danbp The email subject and email body content are both intended to be translatable via .po/.mo.
@xxsemmiexx The Dutch translation of BuddyPress has not been updated for v2.5. Look here: https://translate.wordpress.org/projects/wp-plugins/buddypress — “Dutch” + “Stable” = 90%.For example – the email in your screenshots – you can see the text is untranslated at the bottom of this screen of the translation tool: https://translate.wordpress.org/projects/wp-plugins/buddypress/stable/nl/default?filters%5Bstatus%5D=untranslated&sort%5Bby%5D=priority&sort%5Bhow%5D=desc&page=10
Once a language’s translation is 100% complete for the “Stable” version, a Language Pack is automatically built, and your WordPress will then prompt you to download it on its normal “Updates” screen.
Once THIS happen, THEN you can run the repair tool, and you’ll have Dutch emails. 🙂
—
You can see the latest available translation packs for all languages here:
https://translate.wordpress.org/projects/wp-plugins/buddypress/language-packs
March 4, 2016 at 9:52 am #250612In reply to: headache because of my slow website
danbp
ParticipantHi,
it seems you don’t use BuddyPress.
Ask better on https://wordpress.org/support/ or at least, analize your site on an expert site like https://gtmetrix.comMarch 4, 2016 at 9:45 am #250611In reply to: Where are the emoji’s?
danbp
ParticipantHi,
it’s enabled by default. More about Emoji on WP Codex: https://codex.wordpress.org/Emoji
IMHO, this need also to be reflected in terms of gamification. Because…
If you never write about humour and funny things, you don’t develop for mobile devices or don’t use a forum or don’t allow comments (or rarely) and not maintain a site for kids, you could probably disable this feature. Search for Disable Emojis on WP plugins repository.
The dark side of Emoji’s is that it use an external ressource which is(can be) bandwith consumpting. So if you haven’t an absolute necessity for them, prefer the good old built-in WP smiley.
March 4, 2016 at 5:25 am #250603In reply to: buddypress.2.5.0-rc Feeback
sharmavishal
Participantupdated to stable release form wordpress.org..still the site crashes…plugins clashing were deactivated.. Following from debug logs:
BBpress:
bbp_setup_current_user was called incorrectly
Cannot redeclare bbp_get_component_name()Others:
Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /opt/www/site.com/wp-includes/functions.php on line 3792
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /opt/www/site.com/wp-includes/functions.php on line 3624Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /opt/www/site.com/wp-includes/functions.php on line 3624Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /opt/www/site.com/wp-includes/functions.php on line 3624Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /opt/www/site.com/wp-includes/functions.php on line 3624Fatal error: Call to undefined function bp_is_user_inactive() in /opt/www/site.com/wp-content/plugins/buddypress/bp-core/bp-core-caps.php on line 362
March 4, 2016 at 4:52 am #250601In reply to: Download for 2.4.3?
kmtrent
ParticipantI did change back to 2.4.3 and now I have my admin area back without error. Does anyone have an idea why 2.5.0 would cause an error in the WordPress admin area?
March 4, 2016 at 12:35 am #250591In reply to: [Resolved] Private Message Extra Bullet Point
Dono12
ParticipantI’m no Buddypress or WordPress pro but for a temporary fix add this to your styles.css
ul.first.acfb-holder li{
list-style:none;
}March 4, 2016 at 12:29 am #250590In reply to: BuddyPress 2.5.0 Medici 3 problems
shanebp
ModeratorPlease use the
codebutton when sharing code or error-log entries.Thanks for your report.
Re #3: See https://buddypress.trac.wordpress.org/ticket/6937
Re #2: Use the new BP filters.
See: https://buddypress.org/support/topic/bp-2-4-x-to-2-5-wp_mail_from-not-working-with-new-emails-in-bp/#post-250532Re #1: You can open an enhancement ticket here..
Use the same user / pw you use on these forums.
The new BP Mail API is generating a lot of tickets – per usual for a new API.March 3, 2016 at 11:00 pm #250586In reply to: translation email
Stephen Edgar
ModeratorAlso a couple of new features in GlotPress now on https://translate.w.org:
• BuddyPress Language packs: https://translate.wordpress.org/projects/wp-plugins/buddypress/language-packs
• BuddyPress Translator contributors: https://translate.wordpress.org/projects/wp-plugins/buddypress/contributorsMarch 3, 2016 at 9:30 pm #250579In reply to: How do I change the ‘activation successful’ text?
snazzypack
ParticipantThanks for your response Henry.
I am checking out your links now, but something came to mind. The issue I have is that this link sends customers to a WordPress login area, that looks exactly like the login screen for administrators (white screen with WordPress logo up top. I really don’t like that and would like the login page to look like the themes login page and I already have a login page that looks the way it should (which is why I am trying to which the link to direct to it).
Maybe, is there a way to change the look of the login page?
March 3, 2016 at 9:06 pm #250577In reply to: [Resolved] Private Message Extra Bullet Point
r-a-y
KeymasterThis has been reported here:
https://buddypress.trac.wordpress.org/ticket/6935March 3, 2016 at 7:18 pm #250570In reply to: Stmp email buddypress 2.5
Jot
ParticipantI checked a shipment of update messages in activity and private, and both work well.
Working with both WordPress latest version as of BuddyPress.March 3, 2016 at 7:09 pm #250569In reply to: translation email
danbp
ParticipantBuddyPress in french is now 100% translated. You can download it from here:
https://translate.wordpress.org/locale/fr/default/wp-plugins/buddypressIn case the emails still remains in english, use the repair tool link at the top of the email list and start “Réinstaller les emails (supprime puis restaure les paramètres par défaut)”.
March 3, 2016 at 6:54 pm #250568In reply to: Stmp email buddypress 2.5
neijisly
ParticipantNothing for me. I get the well test wp mail smtp email but the side still buddypress nothing. What version of wordpress you use!? I’m in lastest version. I specify that all work great before update. Thanks again.
March 3, 2016 at 5:59 pm #250561In reply to: Same Cover Update Across Network – Multisite
Mathieu Viet
ModeratorThanks @djpaul
I’ve replied on the ticket:
https://buddypress.trac.wordpress.org/ticket/6931#comment:1And here’s a gist if you’re eager to have this behavior for your Multiblog set up:
https://gist.github.com/imath/91d56292673e6de61597March 3, 2016 at 5:11 pm #250557In reply to: Activation mails not send after update
Paul Wong-Gibbs
KeymasterThanks for forwarding. I wanted to confirm that was a standard WordPress email (which it was), which would have been sent through the
wp_mail()function, which proves your mail service does actually work.You can get all previous versions of BuddyPress on https://wordpress.org/plugins/buddypress/developers/
Email delivery is a bit of black box. I am going to find or build a plugin to help us debug whether BuddyPress thinks it sent the email correctly or not.
Where is your site hosted? Is it http://intention.nl/ ?
March 3, 2016 at 3:00 pm #250551In reply to: Activation mails not send after update
Paul Wong-Gibbs
Keymaster> Then, I send a confirmation email (which was received)
Can you forward that email to me? I want to check something. You can find my email address on https://profiles.wordpress.org/djpaul/ thank you.
I’ll try to test this type of email before the weekend to confirm it should still work.
I fear this is going to be very tricky to find what the problem is.March 3, 2016 at 2:43 pm #250545Paul Wong-Gibbs
KeymasterI’ve added your idea here! https://buddypress.trac.wordpress.org/ticket/6938#ticket
March 3, 2016 at 1:27 pm #250535In reply to: Activation mails not send after update
IngeB1983
ParticipantHi Paul,
Thank you for responding.
To answer your questions:
* How were you customising your activation emails?
-I was changing lines in the .pot file in PoEdit and generated a new .mo file in order to personalise the activation mail a bit more. (No core files were adjusted or changed)
-I made a change in the buddypress.min.css file* Is your site sending other emails correctly, or are all emails broken? Can you test to be sure?
I have only sent out activation emails up to this point. To test your question, I have manually added myself as a user and activated the account. Then, I send a confirmation email which it DID send, only the sender was WordPress instead of my site name.* Are you running WordPress multisite, or regular WordPress?
Regular WP. No multisite* Do you run any plugins that change wp_mail or affect how emails are delivered? For example, any plugins that send email via Mailchimp, etc?
Not to my knowledge. I am currently running these plugins:– BuddyPress
– Child Theme Configurator
– Jquery Updater
– Members
– Page Excerpt Widget
– Rating Widget
– User Submitted PostsAll of them were running as well yesterday when it still worked.
Let me know if you need any more info.
Inge.
March 3, 2016 at 12:57 pm #250531In reply to: PHP fatal error – possible bug
Paul Wong-Gibbs
KeymasterI agree with your analysis, @nyodulf!
There’s an issue in our bugtracker at https://buddypress.trac.wordpress.org/ticket/6937 where we are working on this.
It’d be helpful if you can confirm if you have the Activity component enabled or not on your site?
Thank you for letting us know.
-
AuthorSearch Results