Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 31,476 through 31,500 (of 32,561 total)
  • Author
    Search Results
  • #40180
    Sgrunt
    Participant

    i’m sure it depends on the version your using: i was getting mad to solve it in my local installation with no success: i thought it was a fault of my custom theme. Then i’ve tried my custom theme on my second local installation and all worked fine. I don’t remember how to see the current version number of buddypress, if i know how to see it i can tell you what is the working version.

    #40179
    Gibcosta
    Participant

    have now reverted back to RC1 and it’s working ok – had some conflict with All in One SEO plugin as well. Will have another go at it with the plugin disabled – still confused about the error message.

    You do not have any BuddyPress themes installed.

    Please download the Default BuddyPress Theme and install it in /wp-content/buddypress-themes

    #40173
    Gibcosta
    Participant

    unfortunately this did not work for me, i’d also like to use one wpmu install and run multiple separate domains with buddypress on a subdomain and bbpress, using the inove theme.

    see my post on wpmu forum

    https://mu.wordpress.org/forums/topic.php?id=11695#post-70149

    #40172
    ztas
    Member

    Hello thanks for your reply.

    The only things I’ve changed in the themes are the logo.gif files and the adminbar.gif in bp-core/images, I’ve never touched any php or html file.

    Only in footer.php I added google analytics code, just before the </body> tag.

    I just tested with the latest unmodified bp-themes (home and member) from SVN.

    I also updated all buddypress mu-plugins to this latest SVN.

    The sidebar is still in the content div.

    Offcourse I cleared browser-cache etc, etc.

    oh i know well that …lovely… bug: it happens only when you are not logged in.

    Yes you’re right this doesn’t happens when a user is logged in.

    Anyway I’ll keep on searching what causes this.

    If anyone has some advice, you’re welcome to post.

    sounepatoune
    Member

    Warning: require_once(/home/public_html/wp-content/member-themes/buddypress-member/index.php) [function.require-once]: failed to open stream: No such file or directory in /home/morisus/public_html/wp-includes/theme.php on line 822

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/public_html/wp-content/member-themes/buddypress-member/index.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/public_html/wp-includes/theme.php on line 822

    How do we address the path issue?

    jayemes
    Participant

    Thanks for the feedback guys. What I’ve resolved to do was code a new WP blog template to be used exclusively for the blogs on the site while using the default BP for the member pages, similar to the setup of http://testbp.org/

    I originally wanted to use BP’s beautifully-created default theme for both the member pages and the blogs, but apparently this cannot be done (which I find shocking)…unless you want to hard-code the BP template. I would do this but it’s simply out of my league and I wasn’t able to find the help on the forum on how to do this.

    I signed up for a test account with http://testbp.org and found they aren’t even using the default BP theme for blogs but a generic WP blog theme. I’m surprised because part of the appeal of using BP is that all the components are nicely integrated both in design and functionality. Using the default WP theme for the blog breaks the design aspect and makes the functionality that much more difficult to do for frontend guys like myself.

    I’m going to stick with WPMU/BP for now and hope a plugin is made that remembers widget positions for all blogs created, thus allowing me to stick with the default BP theme for blogs, or a non-widgetized version of the default BP theme. I would pay for that to be done and I might have to look into that rather than create a whole new theme for my blogs that doesn’t even keep the look and feel of BP.

    #40152
    Burt Adsit
    Participant

    Make sure you are starting your customization with the latest trunk brad85. I don’t know what ver of bp’s home theme you are customizing. In the latest trunk there are two functions that control what goes on in the login/signup buttons. The bp home theme header.php file calls <?php bp_login_bar() ?>. In that fn it calls bp_signup_page() which you see below:

    function bp_has_custom_signup_page() {

    if ( file_exists( WP_CONTENT_DIR . ‘/themes/’ . get_blog_option( 1, ‘template’) . ‘/register.php’) )

    return true;

    return false;

    }

    function bp_signup_page( $echo = true ) {

    global $bp;

    if ( bp_has_custom_signup_page() ) {

    if ( $echo )

    echo $bp->root_domain . ‘/’ . REGISTER_SLUG;

    else

    return $bp->root_domain . ‘/’ . REGISTER_SLUG;

    } else {

    if ( $echo )

    echo $bp->root_domain . ‘/wp-signup.php’;

    else

    return $bp->root_domain . ‘/wp-signup.php’;

    }

    }

    Unless you don’t have the register.php file in /themes/<your theme>, or you’ve somehow altered the header calling sequence so this code doesn’t run, then it should work fine. The signup button should not have anything to do with wp-login.php

    #40151
    stefanovski
    Member

    thanks

    #40150
    stefanovski
    Member

    ok…i got it.

    #40149
    brad85
    Member

    Hey Burt,

    Believe me I have Firebug and know how amazing it is…however I’ve used “inspect” and have tried to figure out every which way to change one but not the other…I can’t seem to find the correct element that changes the left sidebar ONLY and the center sidebar ONLY. Since I want to change both in different ways, I can’t exactly edit the css of .widget. Do you know which element I should be editing? I don’t think they are measured in pixels because they seem to be fluid on different resolutions.

    #40139
    Sgrunt
    Participant

    “i have the BuddyPress Home Theme set to active and the other set to no.”

    here you are talking bout the “admin themes” where admin can approve or not themes that can be activated. But it is not the activation: go to Design / Themes and click on the selected theme you want to be active.

    #40138
    Burt Adsit
    Participant

    The member theme and some core functions all refer to the main blog. The will use whatever translation is active on that blog.

    #40137
    Sgrunt
    Participant

    thanx Daniel i’ll visit your site. I’m waiting a bit so people can show me theme bugs or other problems to fix.

    #40134
    stefanovski
    Member

    i have the BuddyPress Home Theme set to active and the other set to no. yet it still gives me the other themes. other than with myself, where do you think the root of this error might be?

    #40130

    In reply to: BP-FBConnect Plugin

    danielfelice
    Participant

    got this working now

    however I am unable to log out via BP, I have to go to FB to logout

    Are there functions in the home theme that need to be carried across into my custom theme?

    #40128

    Double, triple, quadruple check your work…

    You’ll need to change your active theme in the main blog Appearance area also.

    #40124
    danielfelice
    Participant

    You should submit your designs to the Free BuddyPress Themes contest – http://www.freebpthemes.com

    nicolagreco
    Participant

    You could do that making the $args an array that contains values that have to be extracted, for example $before_widget that is in the code has to be

    $args = ‘<div class=”my_class”>’;

    $args = ‘</div>’;

    $args = ‘<h2>’;

    $args = ‘</h2>’;

    and us $args in the function like bp_widget_you_want( $args )

    Burt Adsit
    Participant

    Currently the bp widgets can’t be called as template functions.

    #40118
    Burt Adsit
    Participant

    Run don’t walk, to get firebug. http://getfirebug.com/

    It is one of the essential parts of any toolkit. It will tell you what the names of the divs are that control this, show you the css that controls everything, including the names of the files and even allow you to interactively change settings on the fly to try things out.

    #40111
    nicolagreco
    Participant

    Ok It works now :)

    I think that member-themes wasn’t confusing, anyway bp-themes is better

    jayemes
    Participant

    I am using a plugin that makes all of my new blog signups an ‘editor’ of their own blog. I want to use Buddypress and have all of the widgets the same for all of my new blogs, so they look the same. Is there a way to do this so I don’t have to set up each blog’s widget positions as it’s created? I can’t imagine every Buddypress install out there gives their users admin access to change the templates? Clearly I must be doing something wrong.

    #40098
    fishbowl81
    Participant

    We need to get Andy to changed the member theme not to show private profile fields, and then use those private profile fields in custom boxes to diaplay stuff. This would be a great way to ask for zipcode, and build a custom module to show a Google Map, or ask for birthday and just show a count down timer until their birthday.

    Where I don’t expect this to be in the 1st version, but would be nice to get the details hammered out in early post release versions.

    Brad

    #40092

    I’m playing around with the buddypress-home theme at the moment.

    Thanks, I’ll have a look at that.

    #40091
    mspecht
    Participant

    Hi Kelly,

    Each blog uses it’s own theme so you will need to write your own actions to do this similar to https://mu.wordpress.org/forums/topic.php?id=8041 and http://premium.wpmudev.org/forums/topic.php?id=653 would be my guess.

Viewing 25 results - 31,476 through 31,500 (of 32,561 total)
Skip to toolbar