Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,676 through 12,700 (of 73,986 total)
  • Author
    Search Results
  • Hi,

    I’ve created two drop-down fields in xprofile and added one option each just to save them. In the registration page, their options are dynamically populated through jquery. Registration is always successful but when the option populated by jquery is selected, it is not being saved. While the option added when creating the fields is selected, it is being saved.

    Is it really required to add all the options in the drop-down fields to be able to save it to the user’s extended profile?

    Wordpress Version: 4.6.1
    Buddypress Version: 2.7.0

    #260567
    danbp
    Participant
    #260566
    Matt2012
    Participant

    So I still have this issue. Now using the Postman plugin. Is there a simple config option to work with Postman (no body content) or do you recommend another SMTP plugin. Obviously buddypress should be able to play nicely with popular SMTP plugins?

    #260564
    Md Sadiqur Rahman
    Participant

    I tried the trick but comes with some critical problems. https://buddypress.org/support/topic/subject-field-in-private-messages/

    This problem’s been discussed for more than 4 years. (https://buddypress.org/support/topic/cant-send-a-message-without-a-subject/)

    I thought it might have been solved. Anyway, thank you so much for your kind reply. Have a nice day 🙂

    #260553
    Md Sadiqur Rahman
    Participant

    Hi,
    Thank you so much for putting your efforts to make buddypress awesome. I noticed the some problem related to messaging.
    1. It reloads the page (not dynamic)
    2. It requires subject for messaging.

    I will be so much grateful if anyone can help me out.
    Thanks in advance.

    #260548

    In reply to: Force email for login

    modemlooper
    Moderator

    This is outside scope of BuddyPress support as the login system is core WordPress. You may get better answers in the WordPress forums.

    #260545

    In reply to: menu link member list

    danbp
    Participant

    – you can add a condition for logged-in user on the directory template.
    – for the menu itself, and specially if it is a wordpress menu like primary, you need to write a function. Here another tutorial for this. It’s similar to the other i’ve mentionned previously, but with more examples (including positionning and conditionnals).

    wp_nav_menu()

    wp_get_nav_menus()

    And you can also open an enhancement ticket if you estimate this should be part of BuddyPress and not only WordPress.

    #260544

    In reply to: menu link member list

    reivilob
    Participant

    I absolutely agree with you but it make sense to allow access to the member list only for login users and to be able to easily place it in a menu, at the position you want and this is not possible now …

    If you select it from the page list, you can not specify if user must be login to have it in a menu (genera menu or personal)

    It is not available in the buddypress login section. Here are only user related informations, but no resources reserved for buddypress login users, like private pages or others private features …

    I think the only way to process is to create (php) a menu menu for the login user, and create a menu that concatenate the basic menu with this one and display the result…

    OB

    #260543
    danbp
    Participant

    @tranny,

    dealing with spammers is a long run work, to not say a never ending work. There is no miraculous plugin or trick to stop them.
    And even if you would be a genius coder creator of an extra super original spam shield, you could be sure to became target #1 of all spammers, because in this case, you would represent the absolute challenger of all code breakers !

    Back to real life.

    Most of updates spam comes directly into the DB. Bots are clever and don’t need to login to do that.
    Some spammers are real people, and once they are logged, they do their stuff manually. These people can be isolated, but to do this, you have to find them in the user list. Which is absolutely not easy and time comsumting. And of course, this is not prevention but intervention, after you where spammed.

    You could also track IP‘s, but again, this can be helpfull only AFTER you where spammed. But getting ip’s on admin user list is a great way to gain time. Once you have the IP, you can consult many anti spam sites who store any bot and user known to be attackers. And eventually ban them with this plugin.

    For now, first thing to do is to clean your user list. Whatever suspect username, like a589xdf or special to BP, Bill UNERHOOD, can be eliminated. The first example use alpha-numeric digits, the second a very well formed first and last name. It’s extremely rare that normal users enter such credentials. In addition to this, you can check their email. Why would you, for example, have members with a polish email (@blogmedykamenty.pl) if you’re in New Zeeland and your site relates about pets ? In this case, you can raisonably doubt about an interest between medicaments and pets ! You can fire such user.

    All this may be good and well, but you have also to hardening WP. This means using another table prefix as wp_ at very first. And second, to not use “admin” as user name. Never !
    Read also @venutius tutorial

    You have to clean out the existing spammers, unfortunately manually. And to avoid upcoming spam.

    To calm down the bots – in case you receive dozen of spam daily, close all comments and deactivate notices and messages component in bp settings for 2 or 3 weeks.

    Also, in case you’re on a dedicated server, you really need to enforce his security. But this is out of the scope of this forum.

    #260541
    r-a-y
    Keymaster

    I tested by switching my WordPress locale to da_DK and the dynamic timestamp is loading da.js correctly.


    @adjunkten
    – If you want to help debug, can you add the following line:

    var_dump( $locale );

    after lines 31 and 42 of this file?
    https://buddypress.trac.wordpress.org/browser/tags/2.7.0/src/bp-core/bp-core-cssjs.php?marks=31,42#L22

    #260536
    Jonas
    Participant

    Your time stamps looks correct, I’m guessing you mean the Danish translation isn’t working correctly?

    You can grab the newest Danish Buddypress translation here https://translate.wordpress.org/locale/da/default/wp-plugins/buddypress followed by merging your current buddypress-da_DK.po file in poedit like this http://www.marketpressthemes.com/blog/how-to-merge-two-po-files-using-poedit/, translate the words you needs to translate, save it as both buddypress-da_DK.po and buddypress-da_DK.mo – and reupload it to your server in your language folder.

    #260533

    In reply to: how to add new members

    Steve
    Participant

    Thanks for all the feedback. Sorry it seems confusing.

    I just want to add my community moderators and admins before the site goes life. I know how to promote users.

    I just want them activated. I created them in the WP User area. But they are not in the Buddypress member list (frontend).

    So, I logged into the site using their credentials. I am assuming that is how you “activate” their account.

    The reason I guess is seems confusing, is there is no actual “activate” button, link or anything like that.

    In anycase, I think I am doing it right. I create the users and then “activate” them by logging into the site using their credentials.

    Just so you know (and to avoid a bunch more questions) the site is being produced on a localhost. So I cannot have them set up their own accounts. But I want them on the site when it goes live, so I am doing it for them.

    #260531

    In reply to: how to add new members

    danbp
    Participant

    How do I add a new member to buddypress from the backend of WP?
    They are the forum moderators and group admins.
    So, how do I “activate” them?

    What should be understood from your questions ?

    Adding a new user from backend and/or promote it as mod or group admin ?
    Adding a new user is not related to BuddyPress, but to WordPress.

    To promote users as mod or admin or add new user to a group from back-end
    dashboard > groups > select the group > edit > anything to do that is at the bottom of the screen.

    #260530

    In reply to: how to add new members

    Venutius
    Moderator

    If they are known to you then you can set them up in the way that you suggested, if you choose not to send them and email, that will prevent the activation mail going out and they will be free to login, you will have to tell them their password though.

    To those that have not activated their accounts you can view them in the Dashboard>>Users>>All Users views, their one view called Pending, it’s in here you will find unactivated users.

    You could always turn registration on, for them, let them see a new users view of getting set up on the site.

    I’m trying to put together a guide to setting up social networks with BuddyPress, you might like to give it a look, it’s here: It’s spread over multiple chapters that you can access via the “Installing BuddyPress” menu.

    It’s nothing official, just information on what I’ve discovered over the past couple of years so it’s pretty current.

    #260529

    In reply to: menu link member list

    danbp
    Participant

    Because pages are not user related items ?

    Members Directory page is in the Pages section of the menu customizer. If you want link to it you take it from there.
    The BuddyPress section contains dynamic items for logged-in or logged-out user.

    #260528

    In reply to: menu link member list

    reivilob
    Participant

    Hi
    I know that but like this you will not be able to define properly the position in the menu…

    I try to add the “Buddypress members list page” to the list of the pages available in the “buddypress” section of the WP admin Appearance menu management page.
    (where you have by default the checkbox for: Activity, Profile, Notifications, Messages, Friends,…)

    I really not understand why this page is not here by default …

    OB

    #260524
    Stagger Lee
    Participant

    Does BuddyPress work with PHP versions 7.1 ?
    In 7.0 version it is OK seems as.

    Problem is in bp-core-dependency.php, line 143 “do_action( ‘bp_setup_admin_bar’ );”

    Here is full error:

    Fatal error: Uncaught Error: [] operator not supported for strings in D:\UniServerZ\www\custom\wp-content\plugins\buddypress\bp-activity\classes\class-bp-activity-component.php:281 
    Stack trace: #0 D:\UniServerZ\www\custom\wp-includes\plugin.php(524): BP_Activity_Component->setup_admin_bar('') #1 D:\UniServerZ\www\custom\wp-content\plugins\buddypress\bp-core\bp-core-dependency.php(143): do_action('bp_setup_admin_...') #2 
    D:\UniServerZ\www\custom\wp-includes\plugin.php(600): bp_setup_admin_bar(Object(WP_Admin_Bar)) #3 
    D:\UniServerZ\www\custom\wp-includes\admin-bar.php(83): do_action_ref_array('admin_bar_menu', Array) #4 
    D:\UniServerZ\www\custom\wp-includes\plugin.php(524): wp_admin_bar_render('') #5 
    D:\UniServerZ\www\custom\wp-admin\admin-header.php(214): do_action('in_admin_header') #6 
    D:\UniServerZ\www\custom\wp-admin\index.php(102): include('D:\\UniServerZ\\w...') #7 {main} thrown in D:\UniServerZ\www\custom\wp-content\plugins\buddypress\bp-activity\classes\class-bp-activity-component.php on line 281
    #260509
    Steve
    Participant

    How do I add a new member to buddypress from the backend of WP?

    I just tried this (wp > users > add new) and the new user does not show up in buddypress.

    Do all new users have to be added via the frontend?

    #260504
    danbp
    Participant

    Check from here(experimental – uncomplete) or here(stable – complete)

    #260502
    Emmanuel
    Participant

    hello
    I have checked the pages settings and their association. Buddypress pages have default model.
    I tried to add the site name in my windows hosts file :
    127.0.0.1 localhost
    127.0.0.1 localhost
    ::1 localhost
    ::1 mysite
    127.0.0.1 mysite

    but problems remain.
    I had no other local websites, just a small application that was using wamp.
    What should I do? would you have other idea?please.
    Install another version of wamp? If yes which version will be appropriate to solve the problem?
    my OS is Window 7.
    Thanks

    giuseppecuttone
    Participant

    Hi,
    the buddle notification icon, located in administration bar in the left zone of the AVATAR, is not showed by defauls in mobiles devices.
    In order to show it @shayne-thiessen explaned in the following post what is the CSS codec we can must add in order to show it:
    https://buddypress.org/support/topic/admin-bar-mobile-css/
    Resuming, the CSS code is the following

    /* Show only default top level items */
    	#wp-toolbar > ul > li {
        		display: block;

    But now there is a little problem… when I clic in the notification icon, in the mobiles devices it will show only a little part of the dropdown windows with notification, because the dropdown windows is showed from the icon to the right zone, so it goes out of the display, while in computers the dropdown windows is showed from the icon to the left zone.
    So my question is:
    how can I show the dropdownmenu in the mobiles from the icon to the left zone (just like in the web)
    Thank very much for your support.

    #260499

    In reply to: menu link member list

    reivilob
    Participant

    Hi
    it does not change the problem. (both WP menu or BP menu is interesting)
    In my case at a WP menu
    In the WP menu admin you have a Buddypress section where you can select a lot of BP feature for login or logout users, but the Member list is not available here…

    If there is a way to do it by functions.php it is ok for me but not clear how to do it and by example define the position in the menu …

    Best regards
    Olivier

    Paul Wong-Gibbs
    Keymaster

    @Scaffies (@jenfilgate i’m going to ASSUME you have EXACTLY the same issue, otherwise you should make your own forum topic)

    You said:

    type “Subscriber” / “Participant” can no longer upload new profile pictures, or pictures, video, or audio to their personal galleries

    BuddyPress doesn’t have “personal galleries” built-in. We only support uploading media for group and member profile pictures, and cover images for those. You’ll need to contact the author of the plugin(s) used to provide your personal galleries, we can’t support other plugins. Sorry.

    #260490
    Emmanuel
    Participant

    Here is my config please :
    wampserver 2.5
    php v 5.5.12
    apache v 2.4.9
    mysql v 5.6.17
    OS : windows 7
    wordpress 4.6.1
    Buddypress 2.7

    an exemple of error meesage:
    The requested URL /mysite/register/ was not found on this server.
    Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80

    this is the same for groups and so …..
    The requested URL /mysite/groups/create was not found on this server.
    Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80

Viewing 25 results - 12,676 through 12,700 (of 73,986 total)
Skip to toolbar