Viewing 4 replies - 16 through 19 (of 19 total)
  • I popped this in my stylesheet and it worked like a charm:

    .bpfb_images br {
       display: none!important;
    }	
    
    div.thickbox {
    	max-width: 176px!important;
            max-height: 176px!important;
    	margin-bottom: 10px!important;
    	margin-right: 10px!important;
    	}

    Fantastic Noah thank you!

    Hi everyone,

    is there a way to photos be on top and under photos to show activity content(text)…now is up side down…Its probably not a css?

    thanks

    in class_bpfb_binder.php find this:

    $content = @$_POST[‘content’] . “\n” . $bpfb_code;

    its a line 272, and change it to:

    $content = $bpfb_code. “\n” . @$_POST[‘content’];

    so it will call bpfb first and then content. With css described above, image will go on top left corner,text to right and under.

    I hope its helpful.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘[Plugin: BuddyPress Activity Plus] Images are stacking Vertically in activity stream’ is closed to new replies.