ikosweb
Member
Posted 11 months ago #
I want just to leave the camera button and a description about video/url.
Thanks :)
Oh and...is there a way to "dump" all activity user images into one page? (like facebook wall photos stuff like that)
http://wordpress.org/extend/plugins/buddypress-activity-plus/
mbloom
Member
Posted 10 months ago #
ditto!
I am specifically looking at how to just remove the video icon since it seems to do essentially the same thing as the hyperlink one.
mahdiar
Member
Posted 10 months ago #
tamilcselvan
Member
Posted 10 months ago #
By using css
Remove Link:
#bpfb_addLinks {
display:none;
}
Remove video
#bpfb_addVideos {
display:none;
}