Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 27,001 through 27,025 (of 68,916 total)
  • Author
    Search Results
  • r-a-y
    Keymaster

    You’ll want to take a look at the bp_get_displayed_user_nav() function.

    There’s a filter there that applies to each menu item, which you can hook into and override.

    #142121
    r-a-y
    Keymaster

    Try logging in to your WP admin dashboard and navigating to “Settings > BuddyPress”. Next, click ono the “Settings” tab, you should have the option to enable the WP Toolbar.

    #142120

    In reply to: Where are the plugins?

    r-a-y
    Keymaster

    This is a bug that’s been mentioned here:
    https://buddypress.trac.wordpress.org/ticket/4532

    Until that’s fixed, mercime is right to just check the wordpress.org plugins repository:
    https://wordpress.org/extend/plugins/search.php?q=buddypress

    #142119

    In reply to: Where are the plugins?

    RobyT
    Participant

    OK. Now, I see another forum topic that says:

    @mercime said 1 day, 19 hours ago:
    The plugins have always been hosted at the WP Plugin Repository. You can find a list of plugins tagged BuddyPress @ https://wordpress.org/extend/plugins/search.php?q=buddypress

    No problem, but I suggest it could be a good idea to do a URL redirection when the users clics to “Plugins”.menu. Regards,

    Roby
    Buenos Aires, Argentina

    @mercime
    Participant

    B. At the bottom of the same 16 files, replace:
    `

    `

    with the following (except for registration/register.php):
    `

    `

    with the following for registration/register.php:
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save files.

    C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/wallbase/

    D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.

    @mercime
    Participant

    @guitaragora Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your wallbase theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your wallbase theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with the following:
    `

    <div class="post" id="post-“>

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    ` and move this page title to above `

    `

    Save files.

    #142113
    Josh
    Member

    Perhaps I should have paused to ask this question as I’m currently finding some more plugins that give me some more of the barebones flexibility I desire. I don’t know how to close or delete my own posts though unfortunately so mods, feel free.

    #142112
    business31
    Member

    Hi mercime

    Ok I did what you told me and it work but me wanting a dating site I use Salutation Version 1.0 theme. So what do I need to do in order for it to work with the Salutation theme and use the bp profile search if I’m trying to create a dating site?

    #142111
    @mercime
    Participant

    B. At the bottom of the same 16 files, replace:
    `

    `

    with the following (except for registration/register.php):
    `

    `

    with the following for registration/register.php:
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save files.

    C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/risen/

    D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.

    #142110
    @mercime
    Participant

    @twc01 Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your risen theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your risen theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with the following:
    `

    <div id="content-inner" class=”has-sidebar”>
    <article id="post-” >

    `

    Note: If “ does not work here, then change it to “ or ask theme author. You can refer him to this post.

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    ` and move this page title to above `

    `

    Save files.

    @mercime
    Participant

    B. At the bottom of the same 16 files, replace:
    `

    `

    with the following (except for registration/register.php):
    `

    `

    with the following for registration/register.php:
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save files.

    C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/deliciousmagazine/

    D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.

    Notes:
    1. Not sure if the Woo breadcrumbs will work in the inside pages of the BP components.
    2. If there’s error/s shown on screen after you upload the changes, remove the following from the top of the file:

    and the error persists, remove the breadcrumb as well
    `


    `

    @mercime
    Participant

    @mariareh64 Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your deliciousmagazine theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your deliciousmagazine theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with the following:
    `

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    `

    Save files.

    #142107
    blg002
    Participant

    So this was dumb. The issues was because of a trailing slash after `activate`

    Compare:
    `example.com/activate/?key=d2373a345c3bbf9a62dd475e61cfbff9`
    `example.com/activate?key=d2373a345c3bbf9a62dd475e61cfbff9`

    Seems that WP assumes apache and creates .htaccess that our nginx ingnores.

    Thanks for your help @davidtcarson

    #142106
    Anonymous User 2029059
    Inactive

    I’m facing the same issue.

    Have you solved it ?

    GuitarAgora
    Participant

    Header.php: http://pastebin.com/13qsbfAj

    page.php: http://pastebin.com/3MtVK1uN

    index.php: http://pastebin.com/LyvnZa1b

    sidebar.php: http://pastebin.com/e9GrfqME

    footer.php: http://pastebin.com/eQW4x1WZ

    fullpage.php: http://pastebin.com/w55rbG7Q

    @mercime I hope this is what you were asking for, please let me know if i can provide you anything else that might help. Thank you so much for even taking time to see if this is possible!!! I know that coding isn’t a walk in the park and I couldn’t be more thankful for your time!

    #142102
    aces
    Participant

    You could create a different menu for logged in users?

    See the bottom of the following post for more info:
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-i-make-buddypress-1-6-a-private-community/#post-136021

    #142101
    @mercime
    Participant

    @helllllpmeplease Cool. And you’re welcome. Live long and prosper :-)

    #142100
    @mercime
    Participant

    == we would like to redirect BP member pages to the new URLs without deleting the profile ==

    Basically, go to Settings > BuddyPress > Pages – Members > choose page “People, Teachers, Guest, Lectures, Students” and Save. Then in Appearance > Menu, you can create a new menu item named Members and add the URL to the page “People. ….. Students”

    Edit – modemlooper didn’t see your post, I took too long to answer :-)

    #142098

    In reply to: Modify Sidebar

    @mercime
    Participant

    @katiem looks like you’ve already changed it on your own, congratulations :-)

    @mercime
    Participant

    @guitaragora yes, that’s a nice theme on the front end. I may be wrong, but I’ve heard that web2feel themes have base64 encodes and that would not be kosher to use. Just in case I’m wrong, we could start step 3 of the BP compatibility process, please open up wallbase’s header.php file, copy all content, paste in pastebin.com, click submit, and post the generated URL here. Do the same for wallbase’s page.php, index.php, sidebar.php, footer.php and the template for the full-width page.

    #142093
    msommers
    Member

    I would also love to know if anyone has figured out how to do this. Seems odd that this feature isn’t standard in BuddyPress.

    #142091

    @mercime – I don’t know who you are…or where you are in the world…but you are my hero! Thank you so much for your patience, advice and fixes! It’s all working perfectly now, and I’ll do my best not to change a thing so it stays that way. Keep on kickin’ butt. You rock!!!

    GuitarAgora
    Participant

    Thank you both so much for the response! BuddyPress 1.7 being compatible with all WP themes will definitely be a life saver for many people, searching for answers I have run across an unexpected amount of people in my same situation. A lot of those people I’m sure and have seen that you two have talked to in the past. Great to see people like your trying to help the unfortunately not as skilled “n00bs” in the community…

    I guess I will just continue to tinker and see what I can figure out or stumble across. It seems that most buddypress themes I have run across do not fit the design elements my company is looking for. The theme I am currently working with is called “WallBase”. Have either of you ran across someone trying to implement buddypress into this theme?

    #142078
    Tanya
    Participant

    I’ve tried it again and I am using the original buddypress registration.php – usernames with spaces are still allowed.

    Does anyone else’s site allow them to a register a username with a space or is it just me? I do prefer it with a space because it looks nicer on the site.

    #142071
    Hugo Ashmore
    Participant

    @sooskriszta I’m afraid that if I have any time free it has to go first to supporting my own map plugin which needs work and improvements, sadly time is lacking at the moment, taking on another plugin could involve a lot of work and time which I simply don’t have at present.

Viewing 25 results - 27,001 through 27,025 (of 68,916 total)
Skip to toolbar