Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,976 through 7,000 (of 32,678 total)
  • Author
    Search Results
  • #250570
    Jot
    Participant

    I checked a shipment of update messages in activity and private, and both work well.
    Working with both WordPress latest version as of BuddyPress.

    #250569

    In reply to: translation email

    danbp
    Participant

    @airsid,

    BuddyPress in french is now 100% translated. You can download it from here:
    https://translate.wordpress.org/locale/fr/default/wp-plugins/buddypress

    In 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)”.

    #250568
    neijisly
    Participant

    Nothing 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.

    #250561
    Anonymous User
    Inactive

    Thanks @djpaul

    I’ve replied on the ticket:
    https://buddypress.trac.wordpress.org/ticket/6931#comment:1

    And here’s a gist if you’re eager to have this behavior for your Multiblog set up:
    https://gist.github.com/imath/91d56292673e6de61597

    #250558
    neijisly
    Participant

    Hi,
    I use easy wp smtp plugin https://fr-ca.wordpress.org/plugins/easy-wp-smtp/ for send emails buddypress but since i make a days up 2.5 buddypress nothing works. How do i make it work again!? Tank you

    #250557
    Paul Wong-Gibbs
    Keymaster

    Thanks 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/ ?

    #250551
    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.

    Paul Wong-Gibbs
    Keymaster
    #250535
    IngeB1983
    Participant

    Hi 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 Posts

    All of them were running as well yesterday when it still worked.

    Let me know if you need any more info.

    Inge.

    #250531
    Paul Wong-Gibbs
    Keymaster

    I 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.

    #250529
    Paul Wong-Gibbs
    Keymaster

    Hi @ingeB1983

    I’m sorry you’re having problems. Thank you for letting us know.

    * How were you customising your activation emails?
    * Is your site sending other emails correctly, or are all emails broken? Can you test to be sure?
    * Are you running WordPress multisite, or regular WordPress?
    * 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?

    Paul Wong-Gibbs
    Keymaster

    @mi423 Thanks for the feedback! And sorry for introducing a new bug. We try not to do that. 🙂

    I’ve created a bug report at https://buddypress.trac.wordpress.org/ticket/6937 which you can monitor for updates, or partipicate. Our first question is: what BuddyPress components do you have enabled?

    Specifically, is the Activity component *not* enabled?

    mi423
    Participant

    forgot to mention: WordPress 4.4.2

    mi423
    Participant

    Hello.
    After last update of BP (2.5.0) my function hooked in to filters: ‘wp_mail_from’, ‘wp_mail_from_name’ is not working any more, email sends from “wordpress@example.com” instead of “custom@example.com”

    Before BP update every things was ok.

    #250520

    In reply to: translation email

    Paul Wong-Gibbs
    Keymaster
    paddy33
    Participant

    Thanks to @djpaul and @r-a-y, i got my custom BuddyPress templates to load by adding theme support from this post.

    But now that the templates are loading properly, the BuddyPress nav and subnav bar (which were looking fine before) has lost its custom styling (after adding theme support for BuddyPress). As a long shot, I tried adding wp_dequeue_style( 'buddypress' ), and then wp_enqueue_style( 'buddypress' ) to the same function but it didn’t work.

    function my_theme_setup() {
    	add_theme_support( 'buddypress' );
    	// wp_enqueue_style( 'buddypress' ); // this didn't work to solve the nav bar styling issue
    	// wp_dequeue_style( 'buddypress' ); // neither did this
    }

    Would greatly appreciate any pointers on how to get the child theme’s custom styling back. Thanks.

    WordPress 4.4.2
    BuddyPress 2.1.2

    #250504
    Paul Wong-Gibbs
    Keymaster

    @brx8r Yep. 🙂

    The last one isn’t a bug. Let me try to explain.

    * “The Keeper” is your BuddyPress name.
    * “the-keeper” is the version of your name used in URLs and for at-messages.

    If your BuddyPress name looks like “firstname lastname”, BuddyPress will, by default, split that on the space into “firstname” and “lastname”, and sets those as your First Name and Last Name in the WordPress user profile (in wp-admin -> Users -> Edit).

    The “What’s new” box is pretty old at this point and it must have been built to specifically fetch the “First Name”. Thus the “The” 😀

    Mike
    Participant

    Thanks so much for your step by step guide @mcUK. I’ve followed your instructions, but am stuck on changing the CSS Selector. The theme I’m using is (http://themeforest.net/item/sweet-date-more-than-a-wordpress-dating-theme/full_screen_preview/4994573), I’m trying to put the notifications in the top menu (Welcome/Features/Forums… on the demo, but I’ve added Buddypress menu items there). Do you know which selector I would need to use for that? Many thanks.

    #250501

    In reply to: translation email

    Paul Wong-Gibbs
    Keymaster

    @lanvalencia The Spanish translation still needs to be completed for BuddyPress 2.5. The new phrases for the emails have not been translated: https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/es/default

    Maybe you can help @_dorsvenabili get those done 😀

    After the translation is updated, and after WordPress downloads the updated language pack (the .mo and .po files), go to wp-admin > Tools > BuddyPress and run the “Reinstall emails” tool.

    Screenshot: https://i.imgur.com/kQj5CtT.png

    This will reinstall the emails in Spanish for you.

    Thank you for using BuddyPress!

    #250497
    Henry Wright
    Moderator

    The alternative to having WordPress posts as “topics” and WordPress comments as “topic replies” is to theme bbPress. Check out the Theme Compat article for some introductory info. You can either use an already-made theme, or have a go at developing something unique yourself.

    #250495
    brx8r
    Participant

    I’ve just discovered https://wordpress.org/plugins/buddypress-usernames-only/
    with the compatibility mode constant
    solves the issues!

    #250490
    brx8r
    Participant

    My website has traditionally been a bulletin-board style forum, and I’m reimplementing it in WordPress with BuddyPress.

    The typical next step would be to recreate the forums using bbPress, however when I look at bbPress, and forums like the one I’m posting in right now, it reminds me of… the past. UBB, vBulletin, all that stuff…

    I want something different now, something I would consider more modern. Looking at what goes on, out there, on the Internet – there are two sites in particular that I feel encourage a lot of participation; Facebook and YouTube.

    So it strikes me that what I would really like to do is just re-use WordPress’ blog post (and comments) functionality to create the ‘forum’. Then it wouldn’t look like a forum, but I could start reintroducing some of the forumy concepts.

    Does anyone have any thoughts on that, or is using their BuddyPress site like that already?

    There are some hurdles to this visually and regarding the workflow of reading/writing in WordPress, particularly regarding a lack of ajax, but I’m slowly finding plugins to improve this and perhaps I’ll have to write some of my own to fill in the gaps.

    Another issue I can think of right off the bat is post ordering. I’m not aware of any simple way to, for example, bump certain posts up – such as based on activity (which is what happens on forums). But I guess I can work on that.

    There is also the user role concern. To create posts registered users have to all be Authors. I haven’t found any issues with that so far, but if anyone can think of any I would appreciate the feedback.

    I had a crack at using bbPress with a view to restyle it to look more like posts/comments, and perhaps that’s the approach I should be using. Now I’m not sure.

    #250480
    rbaccaro
    Participant

    A ticket was opened here if someone knows how to contribute:

    https://buddypress.trac.wordpress.org/ticket/6931#ticket

    Mike
    Participant

    Hi @mcuk , I’ve added Buddypress menu items (e.g. messages, notifications etc.) in my main WordPress menu, together with WordPress menu items (e.g. home). I also want to have the notification counters next to each of the Buddypress items, but am struggling to get your solution to work for me (doesn’t help I’m not that proficient in coding)! Should I add the code above to the functions.php of my child theme, and is it only that one file I need to edit?

    Many thanks.

    #250457
    Paul Wong-Gibbs
    Keymaster

    Running the dev build means you’re not getting the optimised CSS / JS files.

    If you’re able to deploy with a SVN checkout instead of Git, you could use svn co https://plugins.svn.wordpress.org/buddypress/tags/xxx/ --ignore-externals which will not include the bbPress folder from the checkout.

Viewing 25 results - 6,976 through 7,000 (of 32,678 total)
Skip to toolbar