Forum Replies Created
-
In reply to: 404’s in member pages
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..
In reply to: 404’s in member pageserm 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..
In reply to: Profile pages being redirected to signup pagewell 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..
In reply to: BP features link to “Create New Blog”well i can just tell u ur not alone..
In reply to: Profile pages being redirected to signup pagewell 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/
In reply to: Profile pages being redirected to signup pageno 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..
In reply to: Profile pages being redirected to signup pageok lol.. ill try tracing this backwards.. see where else this might connect to.. dont think i cld do much.. am not a php coder..
.. 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..
In reply to: Profile pages being redirected to signup pagethe funny thing is tht the code seems right. i dont see a call to any other functions so this entirely baffles me..
In reply to: Profile pages being redirected to signup pageo 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';
}
In reply to: Profile pages being redirected to signup pageexact 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..