Forum Replies Created
-
Actually. It also does not update the title within the My Blog, buddypress dropdown menu either.
Or, another option would be, to eliminate a specific blog from posting to the Activity Feed.
Basically it boils down to, I don’t want the main blog posts to show up in the activity feed.
Excellent. Works perfectly. Thanks MrMaz
I tried it. Doesn’t work.
Agreed. Group integration would be killer.
Ok, I got it to work.
Basically the extent of my customizations are so extreme that it was just a smarter route to not use Template: bp-default.
I removed that from style.css, reloaded the theme and all is working fine. I am assuming that since I am not using the bp-default option that nothing will inherit from that theme, correct?
Ok, excellent.
Now 2 things are occurring.
1. I renamed all the functions, and now I no longer get the white screen on the public side, but I am now getting a white screen when trying to access /wp-admin/. I updated all the functions in options.php as well and put it in the appropriate _inc directory.
2. Even with changing functions.php, the blue default theme header is still showing up…
Sorry if I am missing something.
I am having the same issue with the header image.
It’s in the functions.php at line 119:
<style type=”text/css”>
#header { background-image: url(<?php header_image() ?>); }
<?php if ( ‘blank’ == get_header_textcolor() ) { ?>
#header h1, #header #desc { display: none; }
<?php } else { ?>
#header h1 a, #desc { color:#<?php header_textcolor() ?>; }
<?php } ?>
</style>
I tried to put my own functions.php file in my theme directory, and changed the style info with my styles, but I get a White Screen whenever I add the functions.php to my theme directory.
Any ideas?
Ahh, I am trying to do the same exact thing. I just made a post about this. If I don’t get a response that this has already been done, I am going to begin development of a Plugin that will allow the creation of other sets of Groups with custom naming conventions and manageability.