Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 2,201 through 2,225 (of 22,644 total)
  • Author
    Search Results
  • #303647

    In reply to: Wrong template display

    Venutius
    Moderator

    Another one I’ve just discovered is this: https://wordpress.org/plugins/dynamic-user-directory/ not tried it yet but maybe it will overload that page for you and work.

    #303646

    In reply to: Wrong template display

    Venutius
    Moderator

    For side to side members pages you could try my plugin https://wordpress.org/plugins/bp-directory-views

    asknotensions
    Participant

    Hi,
    I have installed BuddyPress for last 5 months and it is functioning excellently since the spam registration took place and interrupting the functioning of some of the tabs in WordPress, like widget, activity, and groups. One of the engineers, delete the spam registration, thus makes the widget section working again, but the activity and group tab on the WordPress, showing a 500 internal server error. Kindly find some solution so I can help those engineers.

    Best wishes
    asknotensions

    adamgforce
    Participant

    Hello,

    We run a multisite with a primary parent domain (Changecreaetor.com) and our members site which is the sub-domain (changecreator.com/members).

    We are using the Boss Theme with Buddy Press running the most up-to-date version of WordPress.

    When a new user is created, they automatically show up on the front end. HOWEVER, when we delete a member from the “users” section on the backend of WordPress, the member still shows on the front end in the members listing on the widget or members page.

    We test the deactivation of the theme and plugin (boss for learndash) but the problem still persisted.

    The Boss theme support team suggested it was a Buddypress Core issue.

    We have not modified core files and dont have custom Php.

    We are running Buddypress 4.1.0

    Our host is WPengine

    Any help figuring out how we can make sure that when we delete a user from the backend that it is also removed from the front end would be very helpful.

    This is important as we create test accounts and then cannot remove them.

    #303518
    Venutius
    Moderator

    Unfortunately there’s not a before save hook for this, only after save. I guess what you could do is wait until it’s saved then validate the password but that sounds like it’s not going to give the desired UI experience. Maybe you could ask for a hook to be added?

    https://buddypress.trac.wordpress.org/

    #303514
    Venutius
    Moderator

    Hi there,

    It’s not clear from the text exactly what you are looking for but it sounds like you’d need to do some customisation. For a lot of BP functions you only need to be a site members to perform a task and you’d therefore need to work out exactly what you’d like to restrict and then write the code for it. There are some plugins that do aspects of what you are looking for, for example https://wordpress.org/plugins/buddypress-restrict-group-creation/ will prevent standard users from creating groups and I’m currently working on a plugin to restrict messaging for users. For bbPress forums you could set the new user role to Spectator to prevent the creation of topics and replies but I think what you are looking for is probably ore granular than this and so will probably need custom code to deliver your vision.

    #303502
    janjalanie
    Participant

    Hi, is there anyone here knows how to remove or Hide Email tab under profile settings the email tab?
    I am running the latest version of WordPress and BuddyPress thank you in advance 🙂

    #303488
    Venutius
    Moderator

    Hi Angela,

    One way would be to customise the message already shown at the top of the register page. You can do this by creating your own translation of the text shown, and the translation can say what you like.

    See this page for details on how you can create the translation:

    Customizing Labels, Messages, and URLs

    Once you have created your translation file (.mo) my suggestion for the best way to add it to your site and manage it is to use WPT Custom Mo File.

    #303461
    shanebp
    Moderator

    A lot of things have changed since BP 2.9.
    You may need to update in stages instead of all at once.
    You can find all the BP versions here.

    Venutius
    Moderator

    I took a look at BuddyPress Like and it looks like it’s far from ready for use, so I think I’d look at https://wordpress.org/plugins/favorites/ instead, you could create a Profile page for the users list of likes and add your weighting based on your criteria.

    Venutius
    Moderator

    I think based on your requirement that for your ultimate requirement you will need some custom coding. This is due to you wanting to add weighting to the likes.

    One option would be to enable new blog posts to appear in the BuddyPress activity stream. That would automatically allow BuddyPress users to favorite the activity and for it to appear in their list of favorites in their profile. However you won’t easily be able to add your weighting since the BP favorites system dones not have this functionality. But that’s the same for any existing plugin. The potential downside is that the BP Activity stream is not just posts (which would have to be enabled with a bit of code).

    There are also a number of WordPress post specific likes plugins, however these don’t give you a profile page with a list of your likes and the same issue remains that they would not support you weighting.

    If it was me, I’d probably look to use a plugin such as BuddyPress Like as a basis for my solution. I’ve not looked in detail at this plugin but I’m assuming it adds the ability to like posts and display a list of likes in the users profile. That would serve as a good basis for what I was looking to do. It would then need some modification in order to support your specific weighting mechanism. The complexity of that task would depend on exactly how you want your weighting mechanism to work and the technique you use to account for it when displaying the likes list.

    #303416
    Venutius
    Moderator

    Hi there, I can confirm I’m also seeing this behaviour, could you raise this as a bug on Trac?

    browte
    Participant

    I have the most recent version of WordPress and BuddyPress running, and on the Members List, the Friends tab shows ALL of the site’s members, not just the user’s friends. If I refresh the page while the Friends tab is active, it filters properly and just shows the user’s friends, but if I click off of that tab and back to it, it goes back to showing the entire user list on the Friends tab.

    I am using the Member Types Plugin from BuddyBoss, but deactivating that plugin doesn’t fix the issue.

    It is working properly inside of the User’s account area.

    Members

    #303396
    Venutius
    Moderator

    Hi there, translations do work, I’ve just created a custom MO file and added it to the site using the WPT Custom MO file plugin, What’s New translated to my custom script just fine.

    #303377
    shanebp
    Moderator

    So you want a custom link that only appears when the user is not logged in, correct ?

    That is not specific to BP.

    Have you tried searching for WordPress solutions?
    It’s a much bigger codebase.

    ecogpast
    Participant

    My proto website is at https://ecohydraulics.org/. I am running WordPress 5.1 and I use Easy Hide Login 1.0.6. I have installed BuddyPress 4.2 and set it up as instructed. The problem I need help with is that the “Login” top menu item that is added by BuddyPress wants to go to the wp-login.php, but this is expressly blocked by the plugin Easy Hide Login. I need to set the Login hypertext URL to go to the slug I have specified in the Easy Hide Login plugin. Please advise me how to do that or where I can find the answer.

    I have searched the BuddyPress documentation and support forum extensively as well as the internet for MANY hours. I have not found an explicit instruction how to do this, but I get the hint that I probably have to edit one or more .php files. I just don’t want to do that without being sure what to do, so it is not pure trial and error. Ideally, I would just specify the slug somewhere, but I’ll do whatever is advised. I apologize in advance if this is already answered somewhere, so I will gladly take a link to such a place, but my searches have not yielded the answer, so I am asking for help now after many days of struggle. Thanks.

    #303368
    DominaDoll
    Participant

    Hello! I am trying to edit the links to my Terms & Conditions & Privacy Policy on my sign up for Registration via WordPress/BuddyPress. I am using Customify as a theme and plugins BuddyPress & Youzer to create a social membership site.

    Wordpress- Version 5.1
    BuddyPress- Version 4.2.0
    Youzer- Version 2.1.5

    Here is the link to the register page. You can see the links in the form.

    I have wasted 2 days trying to find an answer to this in various forums and plugin reviews. Hoping someone here will be able to help me fix these links.

    Thank you for your help!

    #303361
    shanebp
    Moderator

    I think a good enhancement would be for this hook to pass some data: bp_core_general_settings_after_save
    Currently, there is no way to tell if there were errors.
    The same issue is found in the other files in bp-settings/actions/

    You can open an enhancement ticket here.
    Use the same login info you use for these forums.
    Include a reference to this thread in the ticket description.

    #303357
    msteimann
    Participant

    Thank you for your quick reply Venutius. I reported this issue to the Yoast support forum and hope to get feedback some day in the future. I will keep you informed.

    One more thing: May I direct you to this support ticket, which describes an issue which is said to be fixed for years, but still present on my and KLEO theme developer’s system:

    https://buddypress.trac.wordpress.org/ticket/8044

    Thanks for looking into this ticket, and I would be happy if you could chime in.

    Regards,
    Martin

    janjalanie
    Participant

    Hi everyone! does anyone here experience the same thing when you compose a message then you view the thread you will notice the text above the subject like this (Conversation between you and Deleted User and you.) it has a redundant (you) how to fix this? does anyone experience the same thing? i am using buddypress Version: 4.2.0 and wordpress 5.1 thank you guys..

    #303343
    shanebp
    Moderator

    I can confirm this bug. And it is not specific to a Template Pack.
    Some formatting is lost : afaik, the 3 alignment options and the numbered and bullet lists.

    I believe this is due to the allowed tags array used by BP.
    Those tags are not allowed and therefore are stripped when edits are saved.

    The allowed tags need to be altered to allow those tags.
    Or filtered to allow those tags when profile edits are saved and a Multi-Line Text Area field is present.

    Please open a bug ticket here.
    Please reference this thread in your bug description.
    Use the same login that you use for these forums.

    #303316

    In reply to: No Activation Emails

    shanebp
    Moderator

    Unless your issue is reproducible by BP devs, it is nigh impossible to suggest a fix.

    To narrow down the possible sources of the issue…

    Have you tried momentarily switching to a WP theme like 2017 ?

    Have you tried deactivating all other plugins and, if the issue goes away, then activating them one at a time? It’s a real pain, but often the only way to identify the source of a conflict.

    Have you tried switching the BP template pack under Settings > BP > Options ?

    Have you tried turning on WP_DEBUG and then checking your error log ?

    #303315

    In reply to: No Activation Emails

    sophiatrobairitz
    Participant

    1. WordPress version 5.1
    2. Directory
    3. root
    4. No
    5. Not 100% on whether activation emails were being sent or not before BP install.
    6. BuddyPress version 4.2
    7. No
    8. Yes, quite a few. Akismet, All in one SEO Pack, bbPress, BP Profile Search, Buddypress, Contact Form 7, Cool Timeline pro, Envato Market, Envira Gallery(All of the addons), Go Pricing, Google Analytics for WordPress by MonsterInsights, Import WP, K elements, Mailchimp for wordpress, Nav Menu Roles, rtmedia for wordpress, simple tags, Slider revolution, social articles, SQ Kleo monetizer, SQ sidebar generator, string locator, user access manager, videoj html5 player, what the file, woocommerce, woocommerce square, wordpress force https, wp mail smpt, wp rollback, wp bakery, YITH woocommerce wishlist.
    9. Kleo Theme 4.4.7 (updated 14th of Feb)
    10. ^
    11. I’ve slightly modified register.php, general-popups.php and members-loop.php in my child theme. I’ve tried removing my modified register.php and no luck. I also have a css file in my child theme.
    12. No
    13. Yes 2.5.14
    14. Not sure how to do this.
    15. aws/bitnami
    16. Not sure. Prob linux
    17. Kleo 4.4.7
    18. Not sure what that means.
    19. Not that I’m aware of.

    #303310
    rsmithgs
    Participant

    Hello,

    I’m trying to add a spinner gif to the webpage whenever someone clicks a button that uses AJAX to show them that their request is being worked on. I wish to use the Nouveau theme.

    I’m running WordPress 5.1 and BuddyPress 4.2.0

    There hasn’t been much on this topic except for here (which is now 4.75yrs old): Feature Request AJAX Loading Spinner

    To start, I’m trying to get things to work with the messaging section.

    I added <img class='ajax-gif' src='http://localhost:8080/WEBSITE/wp-content/themes/THEME/classicloader30px.gif'/>

    to a file I made in my theme file for the messages template:
    wp-content/themes/THEME/buddypress/common/js-templates/messages/index.php

    It was added underneath each input type=button and input type=submit.

    Next I added this css:

    .ajax-gif{
    	display:none;
    }
    
    .loading + .ajax-gif, .loading > .ajax-gif{
    	display:block;
    }

    My only problem now is that these buttons do not apply the “loading” class to the buttons anymore (like they do in Legacy).
    I found that you can add and remove the classes during the function that is triggered on the click by going to /wp-content/plugins/buddypress/bp-templates/bp-nouveau/js/buddypress-messages.js.
    Unfortunately, I don’t believe this is a file meant to be able to be changed in custom files.

    I added:
    $('#bp-messages-send').addClass('loading'); to sendMessage: function(),
    $( '#send_reply_button' ).addClass( 'loading' ); to sendReply: function(),
    and $( '#send_reply_button' ).removeClass( 'loading' ); to replySent and replyError.

    Any help in figuring out how to make this not be lost on a new BuddyPress update would be extremely helpful.

    I’m also trying to figure out how to target any other BuddyPress AJAX events. I’m sure I can do the same thing with the Members Directory, but will probably need to do the same thing with figuring out what function is called when someone requests a friendship/cancel a friendship etc.

    #303287
    devbad
    Participant

    I am looking for some help with restricting private messages.

    I have Paid Memberships Pro – BuddyPress Add On Version 1.2.1 and BP Better Messages (Premium) Version 1.9.7.9 with WordPress 5.1
    BuddyPress Version 4.2.0

    I am looking for a way to restrict the private message option for certain type of users. I am trying to have this modification multiple ways, with and without PMPro but none of them working so far.

    With PMPro I supposed to restrict easily, still I can only totally restrict all BuddyPress functions or enable all of them, customization looks like broken.

    I looked into the codes of all the mentioned plugins, tried to restrict access by using below code that I found in another topic:

    add_filter( 'bp_get_send_message_button', function( $array ) {
        if ( pmpro_hasMembershipLevel('Premium') ) {
            return $array;
        } else {
            return '';
        }
    } );

    Maybe I am just trying to make it too complicated and there is an easier way to do it with shortcodes under the Members page that currently contains only [bps_directory] shortcode.

    Any suggestion and help would be welcome.

Viewing 25 results - 2,201 through 2,225 (of 22,644 total)
Skip to toolbar