Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,526 through 65,550 (of 69,039 total)
  • Author
    Search Results
  • KitWit
    Participant

    I renamed those two files, placed the code in them that I wanted to work sitewide, and uploaded back to the css folder of the bphome directory. Nothing happened. Maybe you could give me a little more direction about exactly where these files should go? I’d sure appreciate it!

    KitWit
    Participant

    I see those files (site-wide-sample.css and custom-sample.css) in the bphome folder. If I change those, do I put them back to the places where they currently reside? Does the bphome folder control the look of these other parts of the site? I’m confused about which files control which parts of the site. If there is some kind of structural documentation on BuddyPress, showing which parts files are controlling, that would be great. It isn’t transparent enough from the structure of the files themselves (at least not for a non-programmer). Thanks!

    #44556
    arghagain
    Participant

    I didn’t notice status changed to resolve, but it’s not. It’s somewhat resolved because I remove those lines.

    I have a perfect working WPMU 2.7.1, and all I want to do is to add those lines as wordpress mu’s tutorial site suggests for security reason. I don’t need BBPress. I had tried installed BBPress before when I first installed BuddyPress. I didn’t get BBPress worked with BuddyPress so I ditched BBPress.

    Clearly I have a working WPMU 2.7.1, and working BuddyPress 1.0 (final). Though my only problem is by adding those lines, the logout link won’t work properly. It’s obvious it has to do with cookies and sessions.

    So by removing those lines meaning I’m not doing exactly like WordPress MU tutorial suggests. So it’s not resolved. I wonder because what I did with BBPress before and then decided not to use BBPress by removing it has an after effect that affects my situation now? I remember that BBPress requires you to mess around with cookies and stuffs like that.

    takuya
    Participant

    use site-wide.css or custom.css they’re within the themes you’ve downloaded.

    Jeff Sayre
    Participant

    I would like to install buddypress onto my existing wordpress install (regular wordpress not wordpress mu).

    At this time, BuddyPress only works with WPMU 2.7.1. You cannot use it with single-version WordPress.

    How would I upgrade this to a wordpress mu/buddypress install?

    https://mu.wordpress.org/forums/topic.php?id=11126

    will this integrate with my current wordpress theme

    No. You will either need to use the standard BuddyPress themes that come with the package, or update your custom themes as detailed here: https://codex.buddypress.org/getting-started/installing-buddypress/upgrading-from-rc-1/

    KitWit
    Participant

    WordPress (regular) and BuddyPress don’t work together (yet). You need to install MU first and then BP.

    #44549
    Jeff Sayre
    Participant

    Biegun-

    Since this thread has not seen activity for at least three months, it would be better to start a new thread. You will receive a faster response!

    I just posted these new guidelines: https://buddypress.org/forums/topic.php?id=2543

    Tony Stark
    Participant

    oh JJJ – to answer your Q, my username / login comes from wordpress.org so the integration works as far me logging in but there is clearly a problem with the way it is functioning. My inkling here is bug, perhaps an enhancement request. while is doesnt bother me per se it is a problem and requires a “fix”.

    #44546
    Marcin Biegun
    Participant

    http://wspinacze.pl and http://climbers-blog.org

    – to enable registration of blogs on both domain i moved back to wp-signup.php due to redirection issues (in fact register works only on first domain – same with blogs, members. groups)

    – buddypress part is only avaiable on wspinacze.pl domain – do you have any idea to show it on both domains? if yes – what about different language on each domain?

    – i\’m not sure if that is really what i want to do – but does anybody have an idea how to separate buddypress part for each domain? in fact that would mean that only users are same across all domains.

    – there was a problem with logging to second domain through adminbar (it always uses first domain) – my solution was to do:

    remove_action( \’bp_adminbar_menus\’, \’bp_adminbar_login_menu\’, 2 );

    add_action( \’bp_adminbar_menus\’, \’my_bp_adminbar_login_menu\’, 2 );

    where my_… is function with proper url

    #44544
    Jeff Sayre
    Participant

    Arghagain-

    You’ve marked your thread as resolved. Would you please share with us what actions resolved your issue?

    #44542

    In reply to: admin bar logo

    Jeff Sayre
    Participant

    21green-

    Since this thread had not seen activity for at least a month, it would have been better to start a new thread. You will receive a faster response!

    I just posted these new guidelines: https://buddypress.org/forums/topic.php?id=2543

    #44541
    Jeff Sayre
    Participant

    Oaky, I think I made a little error. Assuming that you set “WP_PLUGIN_URL” in bp-example.php (your base file which obviously has a different name), then try this:

    site_url( WP_PLUGIN_URL . '/heart_bullet.png' )

    This assumes that you set WP_PLUGIN_URL = ‘/bp-example/images’

    #44540
    belogical
    Participant

    that didn’t seem to work.

    #44534
    Jeff Sayre
    Participant

    Ah yes, it was in there before. I didn’t have my copy of v1.1 to reference. Try WP_PLUGIN_DIR instead of MUPLUGINDIR.

    KitWit
    Participant

    Jeff–

    Not sure we’re talking apples to apples, but I’ve created this thread to ask how I can make my theme consistent site-wide.

    https://buddypress.org/forums/topic.php?id=2538

    I know there must be an answer to this, because the BuddyPress site we’re on is doing what I want to do!

    Paul Wong-Gibbs
    Keymaster

    Nothing nothing nothing!

    BuddyPress is a plugin FOR WordPress MU. Your question is, what does a WP plugin need to do to work in WPMU? The biggest differences I am aware of is that WPMU plugins don’t utilise the activation/deactivation functions that WP plugins do.

    I suspect if you search the WPMU site or message board, someone will have asked this question before.

    #44528
    belogical
    Participant

    yeah, it was in v1.1 for sure. i used it for my first component. i found a reference in /wp-content/plugins/buddypress/bp-example/bp-example-cssjs.php in v1.1. I tried adding this back myself and it didn’t work.

    /**
    * bp_example_add_activity_bullets_css()
    *
    * This function will allow your component to dynamically add CSS to themes so that you can
    * set the activity feed icon to use for your component.
    */
    function bp_example_add_activity_bullets_css() {
    ?>
    li a#my-example, li a#user-example {
    background: url(<?php echo site_url( MUPLUGINDIR . \'/bp-example/images/heart_bullet.png\' ) ?>) 88% 50% no-repeat;
    }

    li.example {
    background: url(<?php echo site_url( MUPLUGINDIR . \'/bp-example/images/heart_bullet.png\' ) ?>) 0 8% no-repeat;
    }

    table#bp-example-notification-settings th.icon {
    background: url(<?php echo site_url( MUPLUGINDIR . \'/bp-example/images/heart_bullet.png\' ) ?>) 50% 50% no-repeat;
    }
    <?php
    }
    add_action( \'bp_custom_member_styles\', \'bp_example_add_activity_bullets_css\' );
    add_action( \'bp_custom_home_styles\', \'bp_example_add_activity_bullets_css\' );

    ?>

    #44522
    Jeff Sayre
    Participant

    WillPCG-

    Okay, thanks for the updated information. From those error messages, it appears that PHP is having trouble saving session information. This will cause big issues. However, this is not a BuddyPress nor WordPress-specific issue. This is an issue with your web server.

    I suggest that you contact your web hosting firm and ask them to help you.

    KitWit
    Participant

    Did someone establish a new thread for this topic? I want to do the same thing. Can’t understand why BuddyPress can’t make the same theme available for anyone who signs on and creates a blog … I’ve modified my BuddyPress files and logo to show the colors and style I want–very simple adjustment to the standard BuddyPress theme–and I want that theme to be the same theme that everyone else uses no matter who they are … and for all pages to show up the same way.

    http://buddypress.mountainprideconnections.com

    This is a test site. Very basic.

    #44520
    auwagner
    Participant

    http://to27.com

    A social community for the Hamptons in New York

    #44519
    Magi182
    Participant

    @Maythil Sorry, I guess the first thing I need to do is better explain this in the readme.txt!

    You’ll need to chose some posts to feature in the slideshow. Each post’s edit page has a new meta window: JQuery Slideshow. You’ll need to activate the posts you want to be shown in the slideshow by:

    1. Editing the post(s) you want in the slideshow

    2. going to the RH side of the edit window in the JQuery Slideshow Widget box

    3. choosing “show this post” from the pulldown

    That will make that post available to the slideshow. The widget will attempt to grab any images that are part of the post body and show them as the big slideshow image. Alternatively, you can set a special slideshow image by uploading an image to the media library, and setting a custom field for the post called (without quotes) “jqss_image” where the value is the complete URL of the image.

    The general idea is something similar to whats in the UL corner of http://abc.go.com/

    #44517
    gladsteins
    Participant

    I am having same issue

    “Please move the default BuddyPress themes to their correct location (move D:\apache2triad\htdocs\wordpress/wp-content/plugins/buddypress/bp-themes/ to D:\apache2triad\htdocs\wordpress/wp-content/bp-themes/) and reload this page.”

    See all the folders in the correct spots

    Do NOT have option to activate Buddy Theme in Admin themes

    Nor do I see a /members dir in WP structure

    #44513
    Jeff Sayre
    Participant

    BeLogical-

    Sorry it has taken me so long to respond. I’m on the road and in meetings most this week.

    As far as I remember, I do not think there ever was specific code for showing that image.

    Jeff Sayre
    Participant

    Wpviet23-

    Thank you for your contribution.

    Have you checked the BuddyPress Language Translations Codex pages here? https://codex.buddypress.org/translations/

    There is another Vietnamese translation of BuddyPress.

    #44506
    Will White
    Participant

    TheEasyButton

    Sorry for the confusion! Let me try to re-explain the process I followed.

    I’ve loaded the buddypress addon and moved all the folders to their appropriate spot.

    Then, I enabled the “BuddyPress Default Home Theme” under the Site Admin dropdown.

    I clicked through to the Appearance drop-down, and when I go to activate the theme, the screenshot loads with the error message regarding the misplacement of bp-themes directory. So I double checked the placement of the folder, and verified they are in the correct spot – despite what the error message says.

    I activated the file anyway, and then click the BuddyPress drop down and changed the “Member theme” to Skeleton, saved it, then switched it back, and saved it again.

    I activated user registration so you can sign up now as well, hopefully that will help.

    Jeff Sayre

    1. Yes – at the top of my screen it says “You’re logged in as a site administrator.” I’ve been going in through nacdb.com/members/wp-admin/ with the admin login and its password.

    2. I reset the error log, visited the buddypress setup, and copied the errors it produced at the bottom of this post. I seem to get the same one over and over.

    3. I’ve reselected the member theme (even switched it to the skeleton one and back) without any success.

    PHP Warning: Unknown(): open(/var/php_sessions/sess_b0fd681715d71fc2290936406bc797ba, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

    PHP Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0

    PHP Warning: Unknown(): open(/var/php_sessions/sess_b0fd681715d71fc2290936406bc797ba, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

    PHP Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0

    Thanks for all the help guys!

Viewing 25 results - 65,526 through 65,550 (of 69,039 total)
Skip to toolbar