-
lkrywko posted on the forum topic Different logo image for some categories in the group How-To and Troubleshooting:
Ok, Ive figured it out. First I’ve disabled logo upload in default bp theme by putting that code in functions.php child theme:
function my_remove_bp_actions() { remove_action( 'init', 'bp_dtheme_add_custom_header_support' ); } add_action( 'init', 'my_remove_bp_actions', 9 );and that in css:#header {background:url(fani_to.png) no-repeat;}Then I…[Read more] -
lkrywko joined the group BuddyPress Moderation
-
Hello! How can I move moderation flag from bottom of the comment to the lower user bar? See the picture what I need:

-
lkrywko posted on the forum topic Different logo image for some categories in the group How-To and Troubleshooting:
My bad. Didn’t mentioned that I use BuddyPress Default 1.2.7 theme. And I want, that logo change, in that theme. Is this right place for my question?
-
lkrywko started the forum topic Different logo image for some categories in the group How-To and Troubleshooting:
Hello! I have different image background’s for some of my categories. I’ve done this by that code in header.php:
get_queried_object(); $cat_id = $cat_obj->term_id; $cat = 'category_' . $cat_id; } ?>And that in style.css:.category_1009,.category_1012,.category_1010,.category_1011,.category_1027 { background: #000 url('someimage.png') top left…[Read more] -
After checking everything again I’ve discovered that I did not put the NOBLOGREDIRECT option in config.
Thanks for your time @r-a-y. You helped me a lot . -
its strange, when I navigate to the site form link it work’s. but when I clear browser cache and type address mysite.com in browser its redirects me to the /register. Im sure its something wrong with it – ive tried different browsers and computers.
-
@r-a-y you are able to access posts but when you entered to the hxxp://www.eziny.net/ you was not redirected to the /register ?
-
Users are redirected to the /register when they enter for the first time to the main site but from there its possible to navigate all the site content. I have tried to deactivate all plugins but that don’t helped a lot. In other hand when we type in browser link to post it works without [...]
-
Hello @r-a-y I’ve done like you said. Now I have child theme for default buddypress theme and I’ve added some text to the register.php page that says that users don’t need to register them selfs on the page to read our posts. But I’ve realized that is only temporary solution. I still need permanent trick that [...]
-
Thanks for your answer, I’ll try this right away.
-
Hello! First of all I want to thank you for this excellent buddypress plugin! I’ve setup page with this great plugin but I have one problem. My site has open registration but when someone new enters to the site he is redirected to the mysite.com/register/ and I don’t like that. If possible I want for [...]
-
lkrywko joined the group How-To and Troubleshooting