Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

  • theusurper
    Participant

    @theusurper

    well i think uv either solved it or there’s something with ur chache.. clear it.. made an account… nothing wrong.. u can del that acc if u like..


    theusurper
    Participant

    @theusurper

    erm werm what error are u talkin about? i didnt get any error.. plz be specific.. cos ur member pages are loading just fine. no 404s..


    theusurper
    Participant

    @theusurper

    well yea it has something to do with the configuration of the server.. cos well it all works just fine on my system… something wrong with the host.. lol..


    theusurper
    Participant

    @theusurper

    well i can just tell u ur not alone.. :D

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


    theusurper
    Participant

    @theusurper

    well there is one difference.. im not running it in subdirectory. mines main install.. and yeah ill take a look into the config file but dont see what cld have gone wrong.. im going to attempt using bp beta 2 and see what happens and then see what happens..

    shit i better set up my xampp for this.. hmmm…

    site: http://nspalumni.co.cc/


    theusurper
    Participant

    @theusurper

    no it has nothing to do with the theme but with the bp-core plugin itself… its calling up wrong paths as far as im concerned.. wait ill update with today’s svn and check..


    theusurper
    Participant

    @theusurper

    ok lol.. ill try tracing this backwards.. see where else this might connect to.. dont think i cld do much.. am not a php coder.. :D.. tho the logic is the same as coding in a low level language so i can find code but not hack it.. lol.. i need to learn php..


    theusurper
    Participant

    @theusurper

    the funny thing is tht the code seems right. i dont see a call to any other functions so this entirely baffles me..


    theusurper
    Participant

    @theusurper

    o and i think i have found the cause of the problem.. the member-theme selection in the buddy press options(sitewide admin) shows themes from my themese directory(the buddypresshome and other standard wpmu themes) instead of showing the buddypress-members theme. iv been checking the code and well i cant really place my finger on it..

    function bp_core_get_member_themes() {

    add_filter( 'theme_root', 'bp_core_set_member_theme_root' );

    $themes = get_themes();

    if ( $themes ) {

    foreach ( $themes as $name => $values ) {

    $member_themes[] = array(

    'name' => $name,

    'template' => $values

    );

    }

    }

    return $member_themes;

    }

    function bp_core_set_member_theme_root() {

    return WP_CONTENT_DIR . '/member-themes';

    }

    function bp_core_set_member_theme_root_uri() {

    return WP_CONTENT_URL . '/member-themes';

    }


    theusurper
    Participant

    @theusurper

    exact same probs here.. everything is from the trunks.. something has gotten screwed up in the trunk eds.. cos i was using the release till yday for all and tho the forums problem cropped up, everything else worked sweet… wait ill just deactivate all plugins and see..

Viewing 10 replies - 1 through 10 (of 10 total)
Skip to toolbar