Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 30,501 through 30,525 (of 31,073 total)
  • Author
    Search Results
  • #37322
    realfam
    Member

    Name value in my bp_xprofile_groups table is BASE, not BASIC. I assume that’s what you meant.

    EVERYTHING Else is exactly the way you said it should be.

    In addition to this…..

    I have narrowed it down to being somehow related to my Home theme….don’t ask me how.

    I switched the theme to the “BP Home Theme” and this error does nto happen, then back to my custom home theme…and bingo…there is the error when signing up again.

    I have the MU Default (Kubrick) theme and I have made some minor changes to the theme, but it is basically intact. It worked without error on MU 2.6 with original BP beta, then I upgraded to MU 2.7 and the BP Beta2 and now this error.

    Thoughts?

    Thanks.

    #37320

    In reply to: Theme question

    gpo1
    Participant

    Can you share with us the results because am interested in doing one?

    #37318

    In reply to: Theme question

    jtbailey
    Participant

    excellent, I’ll send you an Ajaxified theme if I can get it working

    #37316
    Scotm
    Participant

    Nope. Buddypress Home theme.

    #37312
    Adam W. Warner
    Participant

    scotum,

    Are you using a separate theme for your main blog? If so, I learned that you have to move two files from the buddypress-home theme folder into the same directory as the theme you’re using. I have no idea if this is related to your issue though…

    Move these two files:

    plugin-sidebar.php

    plugin-template.php

    Hope that helps?

    #37309

    In reply to: Theme question

    Andy Peatling
    Keymaster

    This is actually not in a template file, its in the navigation rendering array. You could add the class with javascript though if you wanted.

    jQuery("#bp-nav a").addClass('ajaxify');

    jQuery("#bp-nav a").attr("target","#content");

    #37272
    Burt Adsit
    Participant

    Yes. Many people know how to do this. We learned by hunting down the appropriate css entities and modifying them. I did it by first of all getting the wildly wonderful firebug extension for firefox.

    http://getfirebug.com/

    Firebug told me the exact file and line to modify. It even let me change the css interactively on a live web page. Try before I buy. Very cool.

    This time around firebug told me that the bp home theme css padding entry for the content area lives in:

    /wp-content/themes/buddypress-home/css/base.css

    Change line number 121: padding: 0 20px; to padding: 0;

    #37268

    In reply to: BuddyPress Beta 2

    voronzoff
    Participant

    hi!

    I have installed wp mu 2.7, it works great, i can creat new blogs and users, subdomens work too, but when I loaded bp1 beta 2(in mu-plugins), admin panel doesnt work, I also loaded member-themes in wp-content and buddypress-home in themes, and 777 on httpdocs and wp-content, what is wrong? thanks

    #37262
    royak
    Member

    just open wp-content/themes/buddypress-home/css/base.css in a text editor and change:

    #header h1 a {

    text-indent: -999em;

    background: url(../images/logo.gif) top left no-repeat;

    overflow: hidden;

    width: 214px;

    height: 35px;

    display: block;

    float: left;

    }

    or simply replace wp-content/themes/buddypress-home/images/logo.gif with your logo.

    #37258
    21dreamz
    Participant

    Most of you folks have done amazing job with their sites – I’m still using buddypress theme (not very good at coding)

    My site is a intended to be a social network for people interested in spirituality

    ‘i360 | My Integral Life’ http://integral360.com

    [Is there a tutorial to tweak the BB theme?]

    #37247
    Burt Adsit
    Participant

    Howdy. Looks like your theme is not calling wp_footer(). That’s where the menu bar is hooked up. You are getting the css which reserves a spot for it at the top of the theme page but not the menu itself.

    <?php wp_footer(); ?>

    </body>

    </html>

    Like that in your footer.php

    #37243
    Andy Peatling
    Keymaster

    Copy the functions.php file from the latest home theme, into your own home theme.

    #37239

    In reply to: BuddyPress Beta 2

    Jimthedj65
    Member

    also just noted that when upgrading you have to reactivate the buddy home theme this gave me a blank screen…

    #37235

    In reply to: BuddyPress Beta 2

    Andy Peatling
    Keymaster

    If you are having redirect problems, make sure everything in your themes functions.php file contains everything in the latest function.php of the BuddyPress themes.

    #37216

    I am having the same problem as danielfelice.

    Many links on the site go directly to my member page, or go to login page depending on if I am logged in or not.

    I also just installed WPMU 2.7 and the BP Core component, Default Member theme and the Extended Profiles component.

    Thanks everyone.

    #37212
    Burt Adsit
    Participant

    – header.php in both the home and member theme dirs bp_nav_items() > bp-core-templatetags.php function bp_nav_items()

    #37182
    nicolagreco
    Participant

    That code is good, but you shouldn’t hack the theme :S

    you should add actions

    #37179
    danielfelice
    Participant

    just removed widgets and admin bar and still the same

    most links on the site go to the login page

    weird!

    going to try to change theme to the default…

    #37175
    opiater
    Participant

    In bbpress, When I Hit the “edit” link would like set the “User Type” of the user to “Administrator”, I get “Sorry, that page was not found” in “buddypress-home” theme.

    bbPress: bbpress-1.0-alpha-6

    BuddyPress: 1.0b2

    Wordpress MU: 2.7

    All are releases not SVN

    Help…

    #37155
    Scotm
    Participant

    I think perhaps the question is whether blog posts can be configured to appear on the main page of BP Home Theme versus the widget(s).

    #37151
    Trent Adams
    Participant

    Not sure what you mean? Just the posts? You could use the RSS widget calling the main blog posts. What exactly are you trying to achieve? It might be easier if you want the main blog “embedded” in the BP page to just add the BP content to that theme.

    Trent

    #37138

    In reply to: BuddyPress Beta 2

    Andy Peatling
    Keymaster

    @stevefdl @chouf: make sure you have the file: member-themes/THEMENAME/groups/admin/group-avatar.php in your member theme.

    This can be found in the default member theme, just copy it over.

    #37136
    gopeterb
    Member

    Thank you! BuddyPress looks to be great from what Ive seen so far. Cant wait to implement it into my sites.

    #37130
    Andy Peatling
    Keymaster

    Yes, you can drop in widgets to your existing theme and use that for your root blog. However, member pages and any of the main pages use a “member theme”. There is a default one bundled with the download. If you want to use your blog theme for this too, there are instructions on how you can convert your theme. You will need CSS knowledge though.

    #37117
    gpo1
    Participant

    I’ve installed fckeditor in the member-themesbuddypress-memberwire folder where post-form.php resides.

    Now from the http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Integration/PHP

    I’ve followed the guide but not sure whether its correct. So can someone check this code and correct it if needed?

    <?php

    include_once(“/wire/fckeditor/fckeditor.php”) ;

    ?>

    <div id=”wire-post-new”>

    <form action=”<?php bp_wire_get_action() ?>” id=”wire-post-new-form” method=”post”>

    <div id=”wire-post-new-metadata”>

    <?php bp_wire_poster_avatar() ?>

    <?php printf ( __( ‘On %1$s %2$s said:’, “buddypress” ), bp_wire_poster_date( null, false ), bp_wire_poster_name( false ) ) ?>

    </div>

    <div id=”wire-post-new-input”>

    <?php bp_custom_wire_boxes_before() ?>

    <textarea name=”wire-post-textarea” id=”wire-post-textarea”></textarea>

    <?php

    $oFCKeditor = new FCKeditor(‘FCKeditor1’) ;

    $oFCKeditor->BasePath = ‘/fckeditor/’ ;

    $oFCKeditor->Value = ‘<p>This is some sample text. You are using FCKeditor.</p>’ ;

    $oFCKeditor->Create() ;

    ?>

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

    <p><input type=”checkbox” name=”wire-post-email-notify” id=”wire-post-email-notify” value=”1″ /> <?php _e( ‘Notify members via email (will slow down posting)’, ‘buddypress’ ) ?></p>

    <?php endif; ?>

    <?php bp_custom_wire_boxes_after() ?>

    <input type=”submit” name=”wire-post-submit” id=”wire-post-submit” value=”Post »” />

    </div>

    </form>

    </div>

Viewing 25 results - 30,501 through 30,525 (of 31,073 total)
Skip to toolbar