Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 3,176 through 3,200 (of 22,614 total)
  • Author
    Search Results
  • #270261
    Venutius
    Moderator
    #270248
    Gunu
    Participant

    1. I think this is already possible by default see screenshot

    2. that is also possible, use bbPress Notify (No-Spam)

    #270231
    Varun Dubey
    Participant

    You can use 3rd party plugins like rtMedia. https://wordpress.org/plugins/buddypress-media/

    #270206
    Henry Wright
    Moderator

    Try creating the pages manually by going to the WordPress admin area. You should then be able to associate each of the pages you have created with your BuddyPress components.

    #270205
    Henry Wright
    Moderator

    members/username/ is generated by BuddyPress and author/username/ is generated by WordPress. You don’t have to merge them, they can live peacefully together without problems.

    #270204
    Henry Wright
    Moderator

    TinyMCE has justify, underline and text size buttons. You would need to integrate it with the activity post form. See these resources for more info:

    https://codex.wordpress.org/TinyMCE

    https://www.tinymce.com/docs-3x/reference/buttons/

    #270199

    In reply to: usernames only

    Henry Wright
    Moderator

    wordpress.org uses Subversion for version control and GitHub uses Git. Some developers just prefer to develop using Git and then post releases to wordpress.org

    #270197

    In reply to: usernames only

    andrew55
    Participant

    Well, that’s great news!

    Do you suggest to download the recent version from Githb, and if so, do I just click the “Clone or Download” button, and select the zip option?

    Also, just curious why author might keep updated version on Github, and not on WordPress.org?

    I’m asking because I’m wondering if there are other plugins on Github I need to explore!

    Thank you for the replies and the clarification.

    #270190
    avaiya
    Participant

    Hey Peter, thanks for your help. Another question.

    I notice in using BuddyPress, a page gets created that shows all the Members of our site.

    Members

    Not just our membership members, but our wordpress members as well.

    Is there any problem if I just delete this page so no one can see it?

    Thanks,

    Ande

    #270159
    Varun Dubey
    Participant

    @krzysztofsw BuddyPress use the same user tables, all WordPress users will already be listed in BuddyPress member directory, and they cannot register again with same email id.

    #270157
    Varun Dubey
    Participant
    #270131
    leog371
    Participant

    Hmmmmm, well it simply sounds like the rows and columns might not be lining up exactly. Not sure.
    I have worked out many city meta data files the same way for the purpose of importing into WordPress and faced similar issues, it almost always came down to some columns or rows not exactly the same or something like that. I would do an export of your wordpress first and compare the files, if that didn’t get me any closer i might go into php-myadmin in my cpanel and export a copy of the database portion that has all of your users info and compare that to your .net export. I think that table is going to be one of the following : Either “wp_bp_xprofile_fields” or “wp_users”. Maybe if you compare those with your .net export and work them the same in excel it will be easier?
    Not really sure without seeing the files your working with.
    I will do a tutorial on that within the next day or so, lol.

    #270130
    vinkgg
    Participant

    I’ve managed to export the contacts list from the old intranet (made in .net) in an excel workbook, with that, i created each column matching the fields from wordpress and also my custom fields for buddypress as well.

    So far i can import the users with no problem, the issue is, is that in the old intranet they had a “birthday widget” showing the co-workers who are celebrating in the current month. I also added a “Birthday Date” column, but when i type the date, the Import Plugin does not take the data in.

    One thing i tried is to create the user in wordpress dashboard, type in all the fields from the user, including the birthday date and export it to a csv file, it did show the date in the column, so i copied the same format as it came from the file, and import it, but it does not import. I’ve tried different date formats but none of those worked out

    YYYY-D-M
    YYYY-D-M HH:MM:SS
    M-D-YYYY HH:MM:SS

    Any ideas?
    Thanks for the reply leog371

    #270119
    leog371
    Participant

    What are you exporting this csv out of? Is it from another WordPress or BuddyPress Site? If so, do you have all fields in your new intrasite setup like you did in the last one? If this is from some other social networking script, do all your data columns and things match up?

    #270104
    @mercime
    Participant

    @deimz Thank you for submitting the documentation which were attached in this codex page. As @hnla mentioned, your gravatar was included in the BP Codex props/gallery for 2017 at https://bpdevel.wordpress.com/2018/01/09/bp-codex-summary-for-2017/
    Cheers.

    #270090
    Varun Dubey
    Participant

    @hdcms You can try this plugin https://wordpress.org/plugins/buddyextender/ it will help to disable WYSIWYG editor from text area field

    #270047
    brunothomas
    Participant

    Hello guys,

    I’m new to wordpress themes customization so I’d like some help with a few questions.

    I’ve been running a buddypress community for some months now but I couldn’t find out these things:

    1) How do I remove items from the menu bar that’s below the user profile header? I tried via the usual Menu customization option in WP dashboard but couldn’t find it.

    2) How do I add a link to a custom page to that same menu and make it open within the same template, that is, showing the header and menu bar on the top of the content I created?

    Reference: https://i.imgur.com/IR5Ptbq.png

    Thanks!

    Bruno

    #270020
    HDcms
    Participant

    Hi,

    I miss the value of the user_id (the function works correctly if I put $ user_id = 100) at the time of the connection of the member? Does that change something with wordpress? I test this function

    add_action('wp_login', 'prov_transfert', 99);
    function prov_transfert( $user_login, $user ) { 
       $user_id = bp_loggedin_user_id()  ; 
       	do_action( 'arm', 2, $user_id);
     } 
    }
    
    #269985
    Henry Wright
    Moderator

    Post Formats is a WordPress theme feature. See https://codex.wordpress.org/Post_Formats. Try asking your question at https://wordpress.org/support/

    #269983
    Henry Wright
    Moderator

    I tried BP Reactions after activating it, it does not show up

    You could try opening an issue on the plugin’s forum: https://wordpress.org/support/plugin/bp-reactions

    #269978
    Varun Dubey
    Participant

    As alternative @saz25, you can also take a look at https://wordpress.org/plugins/theme-my-login/ It will work with almost all theme and easy to customize.

    leog371
    Participant

    I completely Disagree! BuddyPress has served me well in over 250 projects. I only use 3 plugins on average and never use any pre-made themes. I have developed over 250 perfectly working and extremely customized communities and learning websites as well as intranet sites using BuddyPress and have never had any issues with it. I have never had any issues making it do just exactly what I want to to do “Well, there maybe one or 2 items I would change”.

    Anyways, my point is, if you know how to work with WP’s flavor of messed up PHP, if you know how to use the codex, the extensive list of attributes and hooks, actions and filters that are listed all over the web, BuddyPress is a pretty puppy that can pretty much act, do or become anything you want without all the plugins.

    As far as the help goes around here, Well, yes, It has a lot to be desired. When you post a question, you must realize that not everyone here can help. A lot of the members here are looking for help themselves. The guys who can help are often times bogged down trying to help others and along with having work of their own to complete for their jobs at the same time. So yes, the help here is sparse but no one ever said that this was the help desk or the help line. Its just a forum for people to ask questions and get replies from other members and sometime staff that will help out someone when we can.

    And Finally……
    Wordpress and BuddyPress are basically developers platforms. It just so happens that its simple enough that basically anyone who has a desire to learn or are at least brave enough to look into some files can make changes and even figure out how to make a theme if they want. No one ever said it was easy for everyone which is why a lot of people pay other people to do the work for them. If you fall into this category, please just pay someone to do the work and stop whining about not getting help because you dont know what your doing.

    #269941
    Varun Dubey
    Participant

    Hi @seanbees you can try this plugin https://wordpress.org/plugins/bp-direct-menus/
    You can also watch https://screencast-o-matic.com/watch/cDheDU1sSZ get familiar with its usages. The purpose of the tutorial is to add a class to BP menus, but it will also be helpful for how to use this plugin.

    #269936
    Varun Dubey
    Participant

    Hi @seanbees
    You can find BuddyPress specific links with menu section, Click on “Screen Options” to open up the panel at the top of the screen and check the “BuddyPress” option under the “Show On Screen” section.

    BuddyPress Links in WordPress Menus

    #269933
    Varun Dubey
    Participant

    @knight287 there are a couple of plugins you can use them to get your server info like https://wordpress.org/plugins/wp-serverinfo/ It will help to find if GD lib is installed on your server or not. You can also consult with your hosting support.

Viewing 25 results - 3,176 through 3,200 (of 22,614 total)
Skip to toolbar