Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,351 through 6,375 (of 32,678 total)
  • Author
    Search Results
  • #254477

    In reply to: Emails

    Paul Wong-Gibbs
    Keymaster

    This sounds like an email sent by the paidmembershipspro plugin, which BuddyPress has no control over. Have you contacted that plugin’s developers for support? Or posted on its WordPress.org support forums?

    3T_MJ
    Participant

    I added a Post Tab to my Buddypress Navigation Tab Menu which displays the latest Posts and Custom Posts for each user.

    Now I want to add the total number of all Posts (standard wordpress posts and CPT posts) but only standard posts get counted. What am I doing wrong?

    function bpck_post_profile_setup_nav() {
    	global $bp;
    	$parent_slug = 'post';
    	$child_slug = 'post_sub';
    
        $post_count = count_user_posts(  bp_displayed_user_id(), array('video','discography','post' ) );
    
    	bp_core_new_nav_item( array(
    	'name' => 'My Posts <span>'.$post_count.'</span>',
    	'slug' => $parent_slug,
    	'parent_url' => $bp->loggedin_user->domain . $parent_slug.'/',
    	'screen_function' => 'profile_page_show_screen',
    	'position' => 40,
    	'default_subnav_slug' => $child_slug
    	) );
    	}
    
    	function profile_page_show_screen() {
    	add_action( 'bp_template_content', 'profile_post_page_screen_content' );
    	bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) );
    	}
    
    	function profile_post_page_screen_content() {
    		do_action( my_profile_post);
    	}
    add_action( 'bp_setup_nav', 'bpck_post_profile_setup_nav' );

    What’s even more confusing if I add

    function my_custom_userpostcount() {
    echo '<span>' . count_user_posts( bp_displayed_user_id(), array('video','discography','post' ) ) . ' Posts</span>';
    
    }
    add_action( 'bp_before_member_header_meta', 'my_custom_userpostcount');

    to the user header, the total count number is correct, it counts all post types in the array.

    Don’t know what I’m doing wrong.

    #254466
    danbp
    Participant

    Hi,

    lucky man, BP Reactions is out since a few days. Give it a try, this plugin awesome !
    https://wordpress.org/plugins/bp-reactions/

    #254464
    bryanbatcher
    Participant

    Hello, BuddyPress Community!

    I have the plugin DW Reactions installed (https://wordpress.org/plugins/dw-reactions). It doesn’t integrate with BuddyPress. Assuming BuddyPress “activities” were a custom post type, I thought integrating it myself would be no problem. Well, after some digging, I noticed that activities were stored in the database as their own type of object (am I using the term “object” correctly?) and not as custom post types. DW Reactions is written to work with post types. I imagine that’s why it doesn’t work with BuddyPress activities.

    Is there a way to make activities register as a custom post type? If that’s not possible, is there a quick fix to make a plugin reference activities instead of posts?

    Or, is there anyone reading this who is familiar with DW Reactions and might know how to fix this?

    Thanks in advance for any help. Here are my answers to the questions in on of the sticky posts, in case they’re needed.

    1. Which version of WordPress are you running? 4.5.2
    2. Did you install WordPress as a directory or subdomain install? directory
    3. If a directory install, is it in root or in a subdirectory? root
    4. Did you upgrade from a previous version of WordPress? If so, from which version? yes, 4.5.1
    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. yes
    6. Which version of BP are you running? 2.5.3
    7. Did you upgraded from a previous version of BP? If so, from which version? no
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? yes, too many to list
    9. Are you using the standard WordPress theme or customized theme? custom, InspireBook v1.2.2
    10. Have you modified the core files in any way? no
    11. Do you have any custom functions in bp-custom.php? no
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? n/a
    13. Please provide a list of any errors in your server’s log files. n/a
    14. Which company provides your hosting? GoDaddy
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Linux

    #254460
    sakshale
    Participant

    Figure this out for me. I found this statement on a blog site;

    “In your WordPress admin, go to Pages > Add New, and create the two pages as you normally would. Call one Registration and the Other Activation”

    I created both blank pages (notice it is Registration, not Register) — change the settings page to point to them and MAGIC — I now that a Registration button, point to the Registration page, which appears to work

    #254459
    Paul Wong-Gibbs
    Keymaster
    #254456
    Paul Wong-Gibbs
    Keymaster

    That isn’t accurate, or fair. For starters, WordPress does not provide a user avatar UPLOAD option inside its user profiles in wp-admin. It’ll show the Gravatar image associated with the current user’s email address (“You can change your profile picture on Gravatar.”).

    If your WordPress lets you upload a picture there with BuddyPress disabled, then you have some custom code somewhere that’s offering that feature. I am willing to bet that that plugin doesn’t have a correct implementation, otherwise BuddyPress should be working with it.

    #254454
    danbp
    Participant

    Feel free to open an enhancement ticket or whait an answer from one of the devs.

    #254451
    kitsunesolar
    Participant

    WordPress DB collation install in utf8mb4_unicode_ci, but BuddyPress in utf8mb4_general_ci. Why?

    #254444
    danbp
    Participant
    #254443
    3task
    Participant
    #254438
    sakshale
    Participant

    It appears, based on searching the forum, that there isn’t a way to include existing users if you add BuddyPress after your WordPress site has been active awhile. Hopefully, I am just missing something.

    However, on my test site, the only existing user (admin) is not recognized as a “user” by BuddyPress. Is there a magic button to push to get him imported?

    My live sites definitely have more than one registered user and I would hate them to be ignored.

    mmurguia
    Participant

    Hi all,

    My user accounts in wordpress have user avatar images. When I look at the profiles in BuddyPress user profile pages, the default “blank” avatar is shown, and it is not using the worpress avatar image of the user.

    Thanks in advance for your help!

    Website: http://www.overlandbound.com

    #254417
    theas91
    Participant

    I am making an intranet for my company with WordPress, where I will add users manually and they can post posts for everyone to see. This needs to be private so NO ONE that isnt logged in can see anything.

    I want the front page to be a welcome text and login form, or if the user is already logged in it goes directly to the activity page.

    Ive read a lot about this but cant seem to figure out the best way to do it. Any tips? or plugins I can use?

    Oscar Estepa
    Participant

    Hi @megainfo,

    WP 4.5.2
    BP 2.5.9
    BP Activity Privacy 1.3.8

    After clicking submit button to send a new activity, the whole div “#whats-new-options” gets a display:none applied to it, therefore it disappears for users.

    The problem seems to be line 224 on this file:

    wp-content/plugins/buddypress-activity-privacy/includes/js/bp-activity-privacy.js

    jq( '#whats-new-options' ).slideUp();

    When changed to:

    jq( '#whats-new-options' ).slideDown();

    Everything works fine.

    Could you apply this fix in next release?

    See also the same ticket on wordpress.org:

    https://wordpress.org/support/topic/submit-button-disappears-after-submitting?replies=1#post-8508147

    I was not sure which channel would be more appropriate since the link you suggest on your plugin wordpress.org FAQ page (http://buddypress.org/community/groups/buddypress-activity-privacy/forum/) does not work anymore.

    Best regards,
    Oscar

    waqastechlover
    Participant

    Hi all!
    I want to know that how can I remove email tab from the settings page of users profile.
    I mean that when a user opens his profile and go to settings. There is an Email tab to let the user to decide which email notifications he would like to receive. I want to remove this tab completely.
    I also want to disable every email notifications for users by default.
    Please tell me how to do both of these things. I shall be very very grateful!
    Thanks a lot in advance and best Regards, Waqas Ramzan Techlover, Web Master of Blind Help Project (BHP) http://www.blindhelp.tk

    Using latest version of WordPress and BuddyPress and the latest version of responsive theam.

    #254406
    sharmavishal
    Participant

    I’d create each group and assign users to each group

    check if this plugin still works

    https://wordpress.org/plugins/buddypress-groupomatic/

    I’d also like to know if it’s possible to have a Profile Page layout for the user’s profile

    BuddyPress 2.6.0 has custom profile pages which is yet to have a stable release. you might want to test the beta out. Currently BP has custom group pages

    Regarding forums better to check out the bbpress codex/forums

    #254404

    In reply to: RSS FEED error

    r-a-y
    Keymaster

    The problem is due to bbPress.

    Check out this ticket with a fix:
    https://bbpress.trac.wordpress.org/ticket/2745

    #254392
    danbp
    Participant

    @fidelduque,

    welcome here ! To not loose your changes, you need a child-theme.

    Theme Compatibility & Template Files

    Note that we can’t assist you here for premium theme, as we have no access to the code, but if you search the forum, you will find many topics related to child theme, profile-loop and customization.

    As you’re new, please read here.

    #254390
    fidelduque
    Participant

    Hi everybody, I’m kind of newby with buddypress. I need to change the profile-loop file but I don’t wanna lose my changes when the buddypress gets updated. Any hint would be apreciated.

    I’m using a genesis framework theme (Enterprise pro theme) and my buddypress version is 2.5.3 and the wordpress version is: 4.5.2.

    Thanks

    #254382

    Topic: User and name

    in forum Showcase
    lanvalencia
    Participant

    I want to know if there is any plugin that my user can not to put same name or user that the email because a lot of people put the same user or name that the email because do not want to pay, my website is http://www.llename.com, my wordpress is 4.5.2 and my buddypress is 2.5.2. Thank you.

    #254378
    Henry Wright
    Moderator

    I don’t have a Windows phone to test this but feel free to open a Trac ticket to report the issue:

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

    antdevine
    Participant

    Buddy press is working great on all browsers and devices apart from on Windows mobile. When you are on the registration page on a windows phone and press one of the input fields the page just reloads and either doesn’t let you enter in any text or it lets you enter in the text but when you go to the next input field the page reloads again and loose the content from the previous field.

    I have got Twenty-fifteen theme enabled, I have also tried twenty-sixteen and the same happens.

    Any ideas what could be causing this?

    I am running:
    Wordpress 4.5.2
    Buddy press 2.5.2

    Thank you for your help.

    #254359
    damian12
    Participant

    Great, thank you both.

    I’ve done all of this:

    Languages and Translations

    I’ve created the wp-content>languages>buddypress folder and pasted there the buddypress-es_VE.mo and .po.

    Now, how can i activate that buddypress languaje from the adminCP.

    Note: My wordpress is in es_AR and the buddypress languaje i found is es_VE.
    They are pretty much the same language, but the es_AR BP translation is about 5% in the contrib. page so i opted for download the es_VE.

    Thank you.

    GDU
    Participant

    Hi all

    So I’ve been doing some further trouble shooting on this one and it’s just… odd.

    The issue doesn’t seem to be with just buddypress in isolation. It appears to be related to (whatever happens or changes) when buddypress and bbpress are activated at the same time.

    So, I created a brand new install of WordPress and installed WP job manager

    Within WP job manager I have the “allow account creation’ setting enabled when submitting a job listing

    With buddy press installed and enabled by itself I can enter and preview a new job listing without any issues.

    With bbpress installed and enabled (and buddypress disabled) I can enter and preview a new job listing without any issues.

    With buddypress + bbpress enabled at the same time, previewing a job posting takes me to a 404 page not found error message

    The interesting thing is.

    If I leave Buddypress and bbpress enabled but I disable “allow account creation” when submitting a new job listing in WP job manager. The job preview step works just fine.

    So I guess from I’ve been able to ascertain that it is the WP job manager account creation step which is conflicting with ‘something’ that changes on the back end when both buddypress and bbpress are enabled at the same time.

    I have no idea what might change on the backend when bbpress and buddypress are enabled from an account registration perspective so at this point I’m stumped.

    Does anyone have any ideas where I might be able to look next?

    Thanks

    Mark

Viewing 25 results - 6,351 through 6,375 (of 32,678 total)
Skip to toolbar