Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 154 total)
  • Avatar of Famous
    Famous
    Participant

    @famous

    will that be the one that is integrated in the future? So that I don’t have to worry about switching?

    Thanks

    Avatar of Famous
    Famous
    Participant

    @famous

    Same problem as you, hopefully they can give you the answer to correct it.

    Avatar of Famous
    Famous
    Participant

    @famous

    When I do what you said, and click the link, I just get pushed back to the top of the page like an anchor link with no effect.

    Avatar of Famous
    Famous
    Participant

    @famous

    1. Which version of WordPress are you running? latest

    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? been upgrading to latest

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. wordpress works fine

    6. Which version of BP are you running? latest

    7. Did you upgraded from a previous version of BP? If so, from which version? been upgrading to latest

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? none

    9. Are you using the standard BuddyPress themes or customized themes? using 2012

    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? Version 2.3.1

    13. Please provide a list of any errors in your server’s log files. TypeError: jQuery.easing[jQuery.easing.def] is not a function
    /wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.js?ver=1.7.1
    Line 1455

    14. Which company provides your hosting? godaddy

    15. Is your server running Windows, or if Linux; Apache, nginx or something else? lamp

    Avatar of Famous
    Famous
    Participant

    @famous

    Thought it would be something like this bp_blog_permalink() but no.

    anyone?

    Avatar of Famous
    Famous
    Participant

    @famous

    thanks Chouf1
    this snippet did it:

    whatever your divs or code is place it here

    In case anyone is wondering – encapsulate your code with what Chouf1 provided and it works like a charm.

    By the way how did you get your code to show up Chouf1? I cannot get php to show up?

    Thanks

    Avatar of Famous
    Famous
    Participant

    @famous

    thanks Chouf1
    this snippet did it:
    `
    whatever your divs or code is place it here
    `

    In case anyone is wondering - encapsulate your code with what Chouf1 provided and it works like a charm.

    Avatar of Famous
    Famous
    Participant

    @famous

    thanks Chouf1
    this snippet did it:

    whatever your divs or code is place it here

    In case anyone is wondering – encapsulate your code with what Chouf1 provided and it works like a charm.

    Avatar of Famous
    Famous
    Participant

    @famous

    Whats the best way to use that php snippet to encapsulate html code like the below? I tried and cannot get it to work correctly:
    `
    if ( is_user_logged_in {
    div1
    div2

    bp_loggedin_user_avatar( “full” );

    end div1
    end div2

    }

    Avatar of Famous
    Famous
    Participant

    @famous

    Thanks that worked great!

    Avatar of Famous
    Famous
    Participant

    @famous

    I am hoping to use PHP as an include in the header to accomplish this does anyone have an idea on how to do this? thanks

    Avatar of Famous
    Famous
    Participant

    @famous

    I would like to use PHP code and put it in the child theme header?

    Avatar of Famous
    Famous
    Participant

    @famous

    Well actually my code doesn’t matter cause it won’t work. Does anyone happen to have a solution?

    Thanks

    Avatar of Famous
    Famous
    Participant

    @famous

    Thanks R-A-Y thats what I ended up using after you pointed me in the right direction.

    Post thread solved x

    Avatar of Famous
    Famous
    Participant

    @famous

    So that didn’t work either as the code shows up incorrect, however it did lead me in the right direction:

    which worked for me, so thanks. This worked as well:

    `.bp-user #content {}`

    however not in the intended /buddypress/buddypress.css, but it did work in:

    the childTheme/styles.css

    So thanks. I am guessing not too many users are actually using 1.7 as it was intended because there would be a lot more problems with this.

    Avatar of Famous
    Famous
    Participant

    @famous

    Can someone please tell me step for step, how to get rid of the sidebar on the members page only ?

    I am using an MU site with theme TwentyTwelve.

    Thank you

    Avatar of Famous
    Famous
    Participant

    @famous

    That if statement includes a sidebar if I am a BP user, but for everyone else it won’t show the sidebar. I kinda need the reverse; if is an BP user then do not show. And would I place that code where?

    childTheme/buddypress/members/single/home.php

    Because that is the only page I do not want the sidebar. By the way what would be my best procedure because I don’t really like messing with core files?

    Thanks

    Avatar of Famous
    Famous
    Participant

    @famous

    My question is, how is your plugin supposed to handle the integration. What is the correct way to remove the sidebar from the member profile only, on an MU site running twentytwelve.

    wp-content/themes/child-theme/buddypress/buddypress.php
    the above does not work. @hnla

    wp-content/themes/child-theme/buddypress.php
    the above does not work. @r-a-y

    So if you could point me to the solution that 1.7 addressed that would be great. Thanks

    Avatar of Famous
    Famous
    Participant

    @famous

    Ok so this needs to be revisited cause I didn’t get it to work correctly. I have an MU site, and when I put buddpress.php in buddypress directory:
    /childTemplate/buddypress/buddypress.php

    It cancels out my homepage sidebar?

    How am I supposed to do this to remove the sidebar from the member homepage only?

    Thank you

    Avatar of Famous
    Famous
    Participant

    @famous

    @hugo Please re-read my last post. What I need to do is change the CSS for the main theme site content because it is at 65% without the sidebar and now needs to be 100% to compensate for the missing sidebar, But not sitewide just for the members single page

    Avatar of Famous
    Famous
    Participant

    @famous

    Twentytwelve

    K not sure what happened but that part works. Now its the CSS that I don’t fully comprehend. I uploaded:
    childTheme/css/buddypress.css

    and in it I placed code to override the themes content because the sidebar is now missing, but I have a width of 65%, which no longer makes sense, but it doesn’t seem to override it? Any ideas.

    Thanks

    Avatar of Famous
    Famous
    Participant

    @famous

    I meant to say, my home.php is located here:
    childTheme/buddypress/home.php
    from here:
    /bp-legacy/buddypress/members/single

    per modemloopers instructions

    And that works fine, but doing what you said above does not seem to work? I have twentytwelve as my theme, with a child theme of twentytwelve. So I took page.php from theme twentytwelve and put it here:
    childTheme/buddypress/page.php
    and also tried:
    childTheme/buddypress/buddypress.php

    But I must be missing something cause I removed the sidebar

    but its still showing. I read the instructions but???

    Thanks

    Avatar of Famous
    Famous
    Participant

    @famous

    Avatar of Famous
    Famous
    Participant

    @famous

    Hugo, I asked him directly cause he has been one of the only really helpful people in the forum – to me at least.

    The last thread about the two plugins was probably one of the best discussions I’ve heard on buddypress. It was two people debating on the future of BP Media, which is essentially the future of BP. The sad part is that the conversation was (censored) stopped.

    Media does not have to be MS only as long as WordPress can contain BP avatars I am sure there is a solution for both. If relationships can be assigned by specifying friend, colleague or family – then assign values to who can see what then it should be doable.

    djpaul, I originally titled the post what you retitled it as, however realized “Pink elephant” is exactly what this should be titled. And I would actually have preferred that you left the title as such, instead of censoring my post.

    ***************************************************
    Definition
    com·mu·ni·ty [kuh-myoo-ni-tee]
    1.
    a social group of any size whose members reside in a specific locality, share government, and often have a common cultural and historical heritage.
    4.
    a group of associated nations sharing common interests or a common heritage: the community of Western Europe.
    <<<- ooh look a picture, I think buddypress just got a little colorful. JK

    5.
    Ecclesiastical . a group of men or women leading a common life according to a rule.
    <<<- pictures add a little life! Thats all I am saying – there needs to be a solution addressed by BP. Because you cannot have a community without colorful interaction.

    ***************************************************
    How many communities have you been to where you have no idea what the other people are like. Hence the need for photos, videos and human interaction. I am just trying to get some focus on what will make these community sites more effective.
    ***************************************************

    @modemlooper, you wouldn't happen to have any plans on creating something similar to what you mentioned above – would you? Because I really cannot see using the heavily coded plugins that are out there.

    Avatar of Famous
    Famous
    Participant

    @famous

    You might want to try creating an MU version and give everyone a blog. Just a suggestion

Viewing 25 replies - 1 through 25 (of 154 total)