Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 27,701 through 27,725 (of 31,072 total)
  • Author
    Search Results
  • #52623
    Michael Berra
    Participant

    Finding two bugs (?) in the beta-version:

    1. When updating the status in the sitewide-activity it shows double (2-times)

    2. The widgets are not translated… Could that be a bug, because in earlier versions everything was fine (I am using a german localization)

    Anybody else experiencing this?

    The rest: JUST GREAT! Although I have to figure out what I will do now with my highly costumized theme…

    #52614
    crocgo
    Participant

    I have deleted it and now it shows this error message

    ‘You do not have any BuddyPress themes installed.

    Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.’

    are u sure deleting is correct?

    #52604
    Andy Peatling
    Keymaster

    Make sure /wp-content/bp-themes/ is deleted.

    #52600
    bpisimone
    Participant

    For number one I tried this here,

    echo '<link rel="stylesheet" type="text/css" href="' locate_template( array( 'custom-login/custom-login.css' ), true)'" />';

    It gets me this error

    PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /Users/(...)/Sites/wordpress.mu/wp-content/themes/bp-default/functions.php on line 7

    For number two I have:

    require_once locate_template( array( 'library/functions/theme_variables.php' ), true );

    and I get this error:

    PHP Warning: require_once(/Users/(...)/Sites/wordpress.mu/wp-content/themes/bp-default/library/functions/) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /Users/(...)/Sites/wordpress.mu/wp-includes/theme.php on line 843

    Thanks a lot for more pointers in the right direction, it’s puzzling me for the whole day, unfortunately.

    #52588
    gerikg
    Participant

    Try: change permission on bp-theme folder to 755

    #52583
    crocgo
    Participant

    thanks for the response. however I tried switching it to the normal member theme and still is same problem.

    Am I missing some theme files there?

    #52581
    Ezd
    Participant

    Jeff:

    1. Which version of WPMU are you running?

    2.8.4a

    2. Did you install WPMU as a directory or subdomain install?

    directory

    3. If a directory install, is it in root or in a subdirectory?

    subdirectory (domain.com/designs/wpmu)

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    No I made a clean install

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    Yes. Login was working fine. When I installed buddypress I couldnt login from the buddybar login. It looks for wp-admin.php in the root instead of in the directory “designs/wpmu/” where wp-admin.php is located.

    6. Which version of BuddyPress (BP) are you running?

    1.1 beta

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

    No clean install

    8. Do you have any plugins other than BuddyPress installed and activated?

    Only Buddypress

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

    Standard that comes with buddypress

    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?

    bbpress 1.0.2

    13. Please provide a list of any errors in your server’s log files.

    When logging in from the buddybar it cant find wp-admin.php as its looking for the file in domain.com and not in the correct location which is domain.com/designs/wpmu where wp-admin.php is located.

    When clicking login I get the message “No input file specified.”

    I even tried making a clean install once again. Same problem with buddybar!

    #52580

    In reply to: Adding Pages

    Never edit the parent theme unless you copy the files out of it and create your own. By editing the parent theme directly you’re risking it not working correctly in future versions.

    Copy the header.php out of the parent theme folder, and into your current active theme folder. bp-default, or whatever else you might be using.

    WordPress will automatically override the parent header.php because files in child themes have a higher priority over parent themes. You won’t need to do anything additional to tell it what to do.

    #52578

    crocgo, you’re using the skeleton member theme instead of the normal member theme that includes style. Switch your style and you’ll be fine.

    #52577

    In reply to: Adding Pages

    wordpressfan
    Participant

    Thanks. I have some questions:

    1. By “copy in” do you mean copy the header.php file from the bp-parent?

    2. If the child theme points to bp-sn-parent, how do I tell it to get header.php from my child theme?

    3. Or, am I completely missing the point and you are suggesting I edit the parent them?

    #52573
    Paul Wong-Gibbs
    Keymaster

    *If* you’ve even enabled BuddyPess, you need to copy or merge the functions.php from the standard BuddyPress theme into your custom theme.

    #52570

    In reply to: Adding Pages

    Paul Wong-Gibbs
    Keymaster

    If you haven’t already, make a child theme. Copy in header.php and edit it.

    If you want to manually add a link to your specific page, do that, otherwise look into adding this: https://codex.wordpress.org/Template_Tags/wp_list_pages

    #52565
    bpisimone
    Participant

    Thanks Jeff!

    I’m trying, but it’s not working so far. Shouldn’t it look something like this?

    $functions_path = locate_template( array( '/library/functions/' ), true );

    require_once locate_template( array( '/library/functions/theme_variables.php' ), true );

    Here I’m not sure what to do because it’s wrapped in echo and href:

    echo '<link rel="stylesheet" type="text/css" href="' . locate_template('template_directory') . '/custom-login/custom-login.css" />';

    #52564
    Jeff Sayre
    Participant

    You do not have the proper syntax for locate_template().

    Look here: https://trac.buddypress.org/changeset/1742/trunk

    #52562
    Jeff Sayre
    Participant

    just remember not all our themes are that wide… =(

    Haha!

    Since the goal is to eventually have this component merged into BuddyPress core, its CSS is designed to work with BuddyPress’ default theme. It is up to each user to style their site the way they see fit. Anyone with CSS experience will have no problem doing that.

    #52559

    In reply to: Private Profiles

    Greg
    Participant

    This is a little risky for a non-programmer, but here is some code that would replace the profile-loop.php file in the skeleton member theme. Note that this theme is deprecated in the new parent-child theme setup. It is also not a sophisticated privacy component like the one Jeff is working on. It simply omits everything except the base profile fieldset when a non-member views the profile.

    This is from my own installation, but I have removed some pieces (mostly formatting) to simplify things a bit. I haven’t tested it in the simplified form.

    It assumes that “Base” is the base profile group name you specified in the BP dashboard settings.

    <?php
    /*
    * /profile/profile-loop.php
    * This file loops through the profile field groups, and then each profile field to
    * display the profile information that a user has entered.
    *
    * Loaded by: 'profile/index.php' (via the xprofile_get_profile() template tag)
    */
    ?>
    <?php if ( bp_has_profile() ) : ?>

    <?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?>

    <?php if ( (bp_get_the_profile_group_name() == "Base") || ( is_user_logged_in() ) ) : ?>
    <div class="info-group">

    <?php if ( bp_group_has_fields() ) : ?>

    <h4><?php bp_the_profile_group_name() ?></h4>

    <table class="profile-fields">
    <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>

    <?php if ( bp_field_has_data() ) : ?>

    <tr<?php bp_field_css_class() ?>>
    <td class="label">
    <?php bp_the_profile_field_name() ?>
    </td>
    <td class="data">
    <?php bp_the_profile_field_value() ?>
    </td>
    </tr>

    <?php endif; ?>

    <?php endwhile; ?>
    </table>

    <?php else : ?>

    <h4><?php bp_the_profile_group_name() ?></h4>

    No info yet.

    <?php endif; ?>

    </div>

    <?php endif; ?>

    <?php endwhile; ?>

    <?php if ( !is_user_logged_in() ) : ?>
    <p class="not-a-member">You need to log in to see full member profiles.</p>
    <?php endif; ?>

    <?php else: ?>

    <div id="message" class="info">
    <p><?php _e( 'Sorry, this person does not have a public profile.', 'buddypress' ) ?></p>
    </div>

    <?php endif;?>

    #52558
    gerikg
    Participant

    Jeff Sayre, great work, just remember not all our themes are that wide… =(

    #52550
    realistdreamer
    Participant

    @zageek Are you modifying either parent in such a way that upgrades to the theme frameworks might not work? If you’ve found a way around this, please share.

    #6588
    Mike
    Participant

    hello, hello… my forums are pointing me to a 404 page from the main nav as well as whenever i want to add a forum to my group. bp says that they are installed correctly in the forums setup. i hit the reinstall link twice and still got the “bbPress forum integration in BuddyPress has been set up correctly” message but no luck. running the latest versions on everything — bp 1.1beta, wpmu 2.8.4a, bbpress 1.0.2. everything else is spot on though and works right out of the box. wpmu/bp is in the root with directory install. this was a fresh install for everything at michaelkuhlmann.com … no mods or additional plugins, just testing everything before i theme it.

    #52544
    zageek
    Participant

    @Andy thanks, I have begun hacking the parent theme since I might need to make changes to more than just CSS.

    @realistdreamer I am wanting to do exactly that, I am looking at Theme Hybrid modified to work with Buddypress. Then that can be the parent theme, from which the children can be spawned.

    #52529
    Andy Peatling
    Keymaster

    Which version?

    #52526

    In reply to: Private Profiles

    Greg
    Participant

    One way is to use the “is_user_logged_in()” function in the profile loop (normally, “profile-loop.php” in the member theme).

    You need to use that in conjunction with (bp_get_the_profile_group_name() == “BASIC”), where BASIC is the base profile group name you specified in the BP dashboard settings, to test whether you’re on the BASIC profile.

    #52518
    realistdreamer
    Participant

    OK, I almost understand. I want to use Theme Hybrid Framework and BP Framework to create a custom Parent or should that be, custom Child?

    From @Detective, it sounds like I need to integrate the functionality of both frameworks and build the child(ren) off that functionality. Is that right or am I missing something?

    Will that method allow the benefits of upgrades to both Frameworks?

    I’ve been looking at TastyKitchen.com and VW Tankwars both on the WP.org showcase https://wordpress.org/showcase/flavor/buddypress/ for ideas for 1 blog implementations of WPMU and BP.

    #52516

    In reply to: Forums in v1.1

    Mike
    Participant

    wah… forums aren’t working for me =( running the latest versions on everything — bp 1.1beta, wpmu 2.8.4a, bbpress 1.0.2. everything else is spot on though. wpmu/bp is in the root with directory install. fresh install for everything at michaelkuhlmann.com … no mods, just testing everything before i theme it. any takers? eh? eh?

    #52506
    Paul Wong-Gibbs
    Keymaster

    This is not a BuddyPress issue, I’m afraid. Have a look at the WPMU forums. It sounds like a cookie issue, or you have a theme setup wrong.

Viewing 25 results - 27,701 through 27,725 (of 31,072 total)
Skip to toolbar