Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,851 through 6,875 (of 32,678 total)
  • Author
    Search Results
  • #251426
    danbp
    Participant

    Please don’t call out people individually (this was already told to you by @shanebp)

    bp-default is no more the default theme for BP. You can use almost any other existing theme.
    While testing, i recommend you to use one of the Twenty’s theme shipped with WordPress.

    Then to create a child theme and copy into it the needed file from wp-content/plugins/buddypress/bp-templates/buddypress/

    As reminder, a page structure contains at least a header, a content and a footer template, and sometimes a sidebar, depending the theme you use.

    If you open index.php from wp-content\plugins\buddypress\bp-templates\bp-legacy\buddypress\members\index.php you should get the search form in that template.

    Though if you asign the Member page as home page in WP’s Read settings, you won’t have to struggle much with customization.

    Read Codex attentively by starting from here.

    You may also explain what you want to do exactly and tell which theme you use.

    #251423
    ds123
    Participant

    can you guys please help me get this feature working again? we really relied on it and this alone kept me from upgrading to buddypress for YEARS i just went from version 1.2 to the latest …and of course lost the feature where when you comment the reply goes to top of activity ..this keeps the conversation going otherwise stuff just gets buried …does anyone else agree?

    this is the plugin we were using which from everything i read is not ok to use on latest version of bp:
    https://wordpress.org/support/view/plugin-reviews/buddypress-activity-stream-bump-to-top

    #251421
    kamarr
    Participant

    Special thanks to @valuser and @shanebp for helping create a custom member directory by adding the Buddypress members-loop.php to my themes page.php, and renaming it page-local-members-php.

    *For the step by step, here is the link to the discussion – https://buddypress.org/support/topic/how-to-display-additional-member-directory/#post-251127

    There are now two Directories listed on the website. The current issue resides with the styling. The original member directory appears to obtain its structure from the Buddypress index.php file located in the wp-content/plugins/buddypress/bp-themes/bp-default/members-folder, while the Secondary ‘Custom’ member directory is missing the original functions like the search, role search, order by, and some basic css such as removing the bulletins on the member list.

    What would be the best solution to fix this.

    Would adding the code from index.php file from the wp-content/plugins/buddypress/bp-themes/bp-default/members-folder solve it?

    *I wonder, would it be possible to make an additional page template that would shows on the wordpress frontend part of the plugin on the Dashboard/settins/buddypress/pages section as an additional directory.
    That way you could route it from to a page from the front end the same way you route member, activity stream, register, and activate page keeping all files it in the buddypress folder.

    Update:

    I’ve tried adding the code from the index.php file located in the wp-content/plugins/buddypress/bp-themes/bp-default/members-folder to the index.php file located in the wp-content/themes/my-theme/-folder however the default styling and functions are still missing.

    Any help on this will be greatly appreciated.

    #251417
    Paul Wong-Gibbs
    Keymaster

    > When they log in, they would see my wordpress dashboard.

    That itself doesn’t sound like something BuddyPress ought to cause. What caching plugins were/are you running?

    #251416
    Paul Wong-Gibbs
    Keymaster

    Have they ever worked before for you? What plugin or theme or WordPress changes have you made since then?

    #251405
    #251393
    farahwp
    Participant

    I am disappointed in buddypress. I cannot log in my wordpress now because I deactivated the buddypress plug in. I deactivated it because I could not figure out WHY wordpress log in comes in for members! When they log in, they would see my wordpress dashboard. I spent hours trying to download another plug in to give it a log in form for buddypress and now it has crashed it. I am very disappointed! Now I will have to see whats going on at my server. I really liked how the plug in was working, the way the members can interact with each other, but you guys need to fix that so that it does not sync with wordpress! I was very excited about this plug in but definitely not after this…

    ds123
    Participant

    i can’t get the cover images for member profiles or groups to display …. i tried the wordpress 2016 theme …and classic but same thing it shows them when i upload them but if i leave the page and come back they are gone just a gray box ….anyone can help please?

    #251388
    shanebp
    Moderator

    You might be able to use this filter
    apply_filters( 'bp_email_set_subject', $subject, $this );
    And run stripslashes on the $subject.

    Something like:

    function richdal_email_subject( $subject, $obj ) {
        $subject = stripslashes( $subject );
        return $subject;
    }
    add_filter( 'bp_email_set_subject', 'richdal_email_subject', 15, 2 );

    But you shouldn’t have to, afaik.
    The issue is probably just due to an over-sight.

    You can open a ticket here, using the same user / pw as this forum.

    Include a link to this topic.
    And if you try the filter above, the results of that test.

    richdal
    Participant

    Using WordPress 4.4.2 and BuddyPress 2.5.1

    Wasn’t sure how to fix this. I’m running into a problem with one of the email tokens (initiator.name). If the initiator’s name has a special character like an apostrophe (e.g. O’Neil), the HTML display works fine in the message body but the encoded version of the text is appearing in the subject.

    I took a look at the documentation but wasn’t seeing anything I could change other than using {{token}} or {{{token}}}. Neither versions worked on the subject text.

    [{{{site.name}}}] New friendship request from {{initiator.name}}
    [{{{site.name}}}] New friendship request from {{{initiator.name}}}

    Is there anything I can add to my child theme’s functions.php to correct that? Didn’t know if there was away to create our own token to make an decoded version of that text.

    Paul Wong-Gibbs
    Keymaster
    #251370
    Paul Wong-Gibbs
    Keymaster

    For BuddyDrive support, post on the WordPress.org forums — thank you.

    https://wordpress.org/support/plugin/buddydrive

    viatomwang
    Participant

    buddypress version: 2.5.1
    wordpress version: 4.4.2
    my site is http://api.viatomtech.com.cn/ (chinese)

    I use WP-Mail-SMTP instead of mail() and it works fine.
    But buddypress doesn’t send any emails, I tried many times for different email address. and I don’t know how to solve it.

    pelumiemmans
    Participant

    Hello,

    Wordpress = 4.4.2
    Buddypress = 2.5.1
    website = infotej.com
    Problem = The buddypress comment feature continues to show comments even after writing “NO COMMENT”. If a user comments in the activity page for instance, that comment will show in registration page after writing “NO COMMENTS”, it will also show at the bottom of the activity page, under the list of groups, in profile page and all other buddy press pages.

    I have disabled the comment ability from my blog posts because of this, but whenever a user comments in activity stream, the comment shows everywhere.

    Pls help!

    pattz2016
    Participant

    hi,
    I have created a child theme , named it Frontier-child and pasted the code as below. But still the WP LOGO is there.

    <?php
    //
    // Recommended way to include parent theme styles.
    // (Please see https://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme)
    //
    add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    function theme_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
    wp_enqueue_style( ‘child-style’,
    get_stylesheet_directory_uri() . ‘/style.css’,
    array(‘parent-style’)
    );
    }
    //
    // Your code goes below
    //

    function remove_wp_logo( $wp_admin_bar ) {
    if ( !current_user_can( ‘administrator’ ) && !is_super_admin() ) {
    $wp_admin_bar->remove_node( ‘wp-logo’ );
    }
    }
    add_action( ‘admin_bar_menu’, ‘remove_wp_logo’, 999 );

    pelumiemmans
    Participant

    Hello,

    Wordpress = 4.4.2
    Buddypress = 2.5.1
    Website = http://www.infotej.com
    Theme = knowledgebase by inspiry theme
    Problem:
    The user login, register, user dashboard pages links are not showing in my list of pages at the top of my site. When I created the pages, login, register and dashboard, they would show before and after login. The login page will not disappear after login for instance. And they would show empty, my register page does not contain the form for instance.

    Question:
    How do I make the login, register, and user dashboard pages show in my list of pages in my menu? Is there a shortcode to put in created pages?

    I have to enable the wordpress admin bar to be able to show login and register links on the site.If I disable this, then there will be no login and register pages anymore, and when I login through the wp-admin page, the dashboard link that drops down profile, settings, notifications etc pages does not show.
    Pls help urgently!

    Thanks.

    Paul Wong-Gibbs
    Keymaster

    See https://buddypress.trac.wordpress.org/ticket/6961

    I’ve added Secure cookie support, but not HttpOnly because some (maybe all) are accessed with Javascript; I haven’t time to audit all the cookies in that level of detail at the moment, so maybe we can do that in the future if someone helps investigate.

    Georgio
    Participant

    Hi
    I installed the plugin Buddypress Cover and it shows a user’s name twice. I would like that the name be shown only once. screenshot

    Is it possible? Thanks in advance.
    ____________________________________

    PS I posted here because I am not sure whether this problem is related to the plugin or not as its screenshots don’t show this dublication:
    https://wordpress.org/plugins/bp-cover/screenshots/
    I have posted in the plugin’s support forum as well, but the developper comes rarely there.

    #251325
    dvpl
    Participant

    Hi,

    I want to send html email, but it always sending Plain text email content.
    Using Thunderbird email client.

    Template showing in Mails->customize, setting not reflecting in email.
    Wordpress : Version 4.4.1
    Buddypress : Version 2.5.1

    Please help what is correct steps to get html emails working.

    #251308

    In reply to: what widget ?

    Paul Wong-Gibbs
    Keymaster

    It’s hardcoded. If you know how to customise a theme and write PHP, you can see the implemetnation: https://meta.trac.wordpress.org/browser/sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php#L355

    bbPress does have shortcodes, I’d suggest doing that instead. I don’t know what the shortcode is, I’d suggest searching on bbpress.org.

    #251305
    Paul Wong-Gibbs
    Keymaster

    Do WordPress post permalinks work? Have you tested them to be sure?

    #251303
    toptrader
    Participant

    I have a new install of WordPress 4.4.2 and BuddyPress 2.5.1. If I go to http://www.mysite.com/members, I see a list showing one of the two members I have registered on my site. If I try to go to http://www.mysite.com/members/username/activity (or any url that extends past /members/), I am getting an error “The page isn’t redirecting properly”.

    I have tried using the Twenty Fourteen, Fifteen, and Sixteen themes, along with several others that claim to be BP compatible. I have also disabled all plugins except for BP, and I am still experiencing the issue. How would I go about troubleshooting the issue from here?

    @mcuk
    Participant

    The code doesn’t remove the bar, it just removes the WordPress logo in the top left.

    The code is put in your functions.php file. It is a file you create (if you haven’t already done so) and put in your child theme folder.

    https://codex.wordpress.org/Child_Themes

    pattz2016
    Participant

    thanks for your response, I do not want to remove WP adim bar, because that is where the notifications appear. I only want to remove the wp-logo. the drop down wordpress menu at the side of the top bar.

    Not the bar itself

    @mcuk
    Participant

    If you mean the WP bar at the top of the screen, then this might help. Add to functions.php

    function remove_wp_logo( $wp_admin_bar ) {
    	if ( !current_user_can( 'administrator' ) && !is_super_admin() ) {
    		$wp_admin_bar->remove_node( 'wp-logo' );
    	}
    }
    add_action( 'admin_bar_menu', 'remove_wp_logo', 999 );

    This will remove the WordPress Logo (and therefore the dropdown menu that appears with the link to WordPress.org). If you just want to remove the WordPress.org link in that menu then replace 'wp-logo' with 'wporg' in the function above.

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