Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 4,476 through 4,500 (of 22,615 total)
  • Author
    Search Results
  • r-a-y
    Keymaster

    @kalico – You should post your question on the CBOX forums:

    About the Project

    If the problem is with Docs, do post a bug report here:
    https://wordpress.org/support/plugin/buddypress-docs

    You could also try upgrading to the latest version of BuddyPress Docs to see if that fixes your problem.

    #254212
    ineedyou
    Participant

    Dear @danbp

    My english is not good so i hope you are talking about my problem that buddypress display default wordpress post on activity stream with image or image + text… But when i add (attach isnert with url) embed video to post on backend admin side, buddypress do not display this video. Just display “Mrx wrote a new post, ABC (Post Title)”. if i click post title open in new window and i can see the embed video there…

    Why my buddypress activity do not display embeded video post on activiy…Only text or image can be display…. All my WP and BP version latest, also test it default wordpress themes.

    Very import for me… I am searching this topic last 7 days and askink forum but no reply…

    Thanks…

    #254195
    danbp
    Participant

    @sharmavishal,

    hi captain Haddock, i’m not in charge of a plugin list. 🙂 And latest information about this missing page can be found here.

    Actually, the only place to get a list of BP plugins is the WP repository.

    If you don’t want to miss specifically imath’s plugins, you can subscibe to his twitter account(@imath), or for any other plugin author, a solution could be to subscribe to WP plugins feed.
    https://wordpress.org/plugins/rss

    #254190

    In reply to: Permalinks Problemes

    danbp
    Participant

    Seems not to be a BuddyPress question. BuddyPress doesn’t use categories. Permalink is a WordPress setting.

    Avada is a premium theme framework. We have no acces to his code and can’t help you here. Check Avada support.

    bbPress is a separate plugin. Check bbP support.

    What could i do ?

    – read the documentation
    – review all your settings
    – ask for help on the appropriate support forum.

    #254187
    danbp
    Participant
    #254183
    Paul Wong-Gibbs
    Keymaster

    As both sites are WordPress, you can, for example, share the wp_users table between separate WordPress installations, but all the BuddyPress profile data is stored in custom BuddyPress tables. The non-BuddyPress site will have no idea where or how to get the profile data from the BuddyPress-powered site.

    You could, for example, copy the database tables across each night to keep the non-BuddyPress site updated, but you’ll still end up running BuddyPress on the main site in order to have access to APIs to query/fetch/display that data. Again, you could write custom SQL to achieve this, but you’re digging yourself into a large hole.

    I agree with the previous advice given 🙂

    Paul Wong-Gibbs
    Keymaster

    BuddyPress doesn’t support conditional profile fields (yet?). This is asked frequently but I can’t remember if anyone’s built a plugin that handles this. You might have to hack something together bespoke for your theme.

    Regarding the second point, I’d recommend creating a custom field type, if you know PHP. It’s not too hard to do — I worked on this code a year or two ago, and it’s pretty easy to do now. You could look at https://en-gb.wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ for examples of how to add and register custom field types — specifically https://plugins.svn.wordpress.org/buddypress-xprofile-custom-fields-type/trunk/classes/Bxcft_Field_Type_SelectCustomPostType.php I think is a good example to work from as it displays custom post types in a list (you’d just query your custom table and pull in the values, wrap it in some caching, etc).

    Paul Wong-Gibbs
    Keymaster

    You’re correct. The relevant function is messages_new_message(): https://buddypress.trac.wordpress.org/browser/trunk/src/bp-messages/bp-messages-functions.php#L130

    You can set the BP_ENABLE_USERNAME_COMPATIBILITY_MODE constant to get BuddyPress to accept user_login values on the message compose screen rather than the user_nicename. See https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/ for how to set it, basically you add it to wp-config.php.

    BUT setting this will also change the member URLs. For example: example.com/members/user-nicename/ will become example.com/members/user-login/. If you choose to change this, at the very least, you will have to set up redirects manually so as to not harm SEO.

    I think probably changing your modification to use the user_nicename will be best.

    #254179
    Paul Wong-Gibbs
    Keymaster

    I can’t speak for all the BuddyPress development team but, personally, I would not recommend W3TC. There is a specific bug with its Object Caching implementation that breaks password resets on BuddyPress for some obscure reason we weren’t able to track down.

    You need an Object Cache plugin, which will be backed by a Memcached or Redis instance, or something. If you’re using a great WordPress host rather than any old common host, like WP Engine or Pantheon or Siteground, they already have this infrastructure in place.

    You could have a full-page cache, but be sure to only configure it to cache requests for logged-out users. You can imagine that if the majority of your traffic is from logged in, then having a cache for logged-out views isn’t going to have much impact.

    #254177
    danbp
    Participant

    Hi,

    have you tested this plugin ?
    https://wordpress.org/plugins/buddypress-group-email-subscription/

    ADMIN NOTIFICATION Group admins can send out an email to all group members from the group’s admin section. The email will be sent to all group members regardless of subscription status. This feature is helpful to quickly communicate to the whole group, but it should be used with caution.

    #254171
    sharmavishal
    Participant
    danbp
    Participant

    Give this a try: (add to bp-custom.php) 1) & 2):

    function bpfr_hide_tabs() {
    global $bp;
    
    	if ( bp_is_user() && !is_super_admin() ) {
    		bp_core_remove_nav_item( 'notifications' );
    		bp_core_remove_subnav_item( 'messages', 'compose' );
    	}
    	
    }
    add_action( 'bp_setup_nav', 'bpfr_hide_tabs', 15 );

    3) With BP and xprofile component activated, a user doesn’t need access to WP dashboard. He can change his profile credentials from front-end.
    Easiest way would be to use this plugin.

    Retrieving them the possibility to change their email is anyway not a good idea. What happen when a user changed from yahoo to gmail, but can’t login because he lost his password ? Where will the new pwd be sent ?

    Perhaps you have also to remove this from the BP usermenu on toolbar ?
    Here’s how you can do it:

    function admin_bar_remove_this(){
    global $wp_admin_bar;
    	$wp_admin_bar->remove_node('my-account-messages-compose');
    }
    add_action('wp_before_admin_bar_render','admin_bar_remove_this');
    #254136

    In reply to: private buddy press

    cspub
    Participant

    i installed it but seem to be having issues with the buddy press page members. the website folder that wordpress is installed in is members also. can i change the file name of the member’s page? i see where in settings to associate a page for member. but didn’t know if it caused other issues

    #254131

    In reply to: private buddy press

    shanebp
    Moderator

    WP users are BP users, except for the profile fields you add in wp-admin > Users > Profile Fields

    For granular control of both WP and BP content re logged-in vs. not-logged-in, have you tried BP Simple Private ?

    You can get it here: WP Repo – BP Simple Private

    Or here: PhiloPress – BP Simple Private

    #254129
    alibong0
    Participant

    i just wanted to know the term ‘alternate row colour for…*****’to google help about it, hence the lack of detail.. i figured you wanted me to figure it out myself. http://www.templatemonster.com/demo/52997.html <— this is my theme. on the newest wordpress and buddypress.

    #254120
    sharmavishal
    Participant

    you need to have a wordpress multisite done….and install buddypress on a folder/domain…check codex’s of both..you will get an idea how you can run wp on main domain and bp on sub domain or sub folder

    trust me..you are not able to manage in the current scenario which you have…

    this is a free support forum..you dont need to talk to me on a one2one basis…custom help is not an option here…you might have a look at the job board if you are looking at custom help

    best of luck

    #254117
    mujalumni
    Participant

    I have two site one for static info about MUJ Alumni (http://mujalumni.in/muj2). It is also a wordpress site. The second one is a portal for our members (http://mujalumni.in/portal). It is also a wordpress site with buddypress support.

    No, I am not thinking of having subdomain /subfolder. I am already managing that.

    If you can provide your contact details, we can have a talk about this.

    #254115
    sharmavishal
    Participant

    no plugin for that…as @danbp suggested better to have one db of users..else its going to get quite complicated…

    before you installed buddypress was your site a wordpress site?

    also i see you installed bp in a sub folder..not in the root…http://mujalumni.in/portal/ is that correct?

    is the root site a wordpress enabled site?

    are you looking at having a main site and the community (powered by buddypress) on a seperate folder/subdomain?

    #254104
    danbp
    Participant

    It woud be better if you merge your 2 db to the one controlled by WP.
    That said, you can also try to get something (even if not easy), after reading from here.

    #254097
    shanebp
    Moderator

    You can get older versions here:
    https://wordpress.org/plugins/buddypress/developers/

    #254079

    In reply to: Wierd Buddypress Issue

    mugluck
    Participant

    Is there a way to set the default page template for profiles in Buddpress? I’ve isolated the problem to the fact that it’s generating from the default profile in our wordpress theme. But I don’t know which file in the buddypress system I should add the php code to.

    danbp
    Participant

    That is an old bbPress issue. When you edit a topic, i some case, the topic comes up twice(or more, depending how many edit you made) on the site activity.

    This bug will be corrected in bbP 2.6 (actual version is 2.5.9). See ticket & patch here.
    What you can do immediatly is to modify following file:

    
    wp-content/plugins/bbpress/includes/extend/buddypress/activity.php

    Replace code between line 277/279

    
    $existing = bp_activity_get_specific( array( 'activity_ids' => $activity_id, 'show_hidden' => true, 'spam' => 'all', ) );
    if ( empty( $existing['total'] ) || ( 1 !== (int) $existing['total'] ) )
    return null;

    by

    $existing = new BP_Activity_Activity( $activity_id );
    if ( empty( $existing->component ) ) {
    return null;
    }
    #254061
    r-a-y
    Keymaster

    @angelaq – I think your problem is related to this:
    https://buddypress.org/support/topic/bad-link-to-profile-edit/#post-174602

    I’m quoting the workaround solution below:

    Since I’ve seen so many threads regarding it and I was having same issue.

    this is regarding 404 error page if you are on page profile/edit/group/1/

    Problem is group 1 is missing in your profile section.

    All you need to do is go into you DB and look for table: wp_bp_xprofile_groups

    Then look for id=2, Base

    then just change id=2 to 1 and that’s it.

    This does sound like a legitimate bug.

    I’ve opened an issue about this here:
    https://buddypress.trac.wordpress.org/ticket/7109

    #254046
    sharmavishal
    Participant

    s2Member | A powerful (free) membership plugin for WordPress

    #254043
    amaya_terry
    Participant

    Buddy press’ve installed directly from the free version of wordpress, the theme we are using is a validly licensed own theme. All steps that tell me I activated as previously I worked correctly … I have other sisitos with the same plugin and does not happen to me

Viewing 25 results - 4,476 through 4,500 (of 22,615 total)
Skip to toolbar