Is it possible to create a block that just has the username, photo and status without the edit / delete links? I tried cloning the view and removing the fields but that did not work.
Is it possible to create a block that just has the username, photo and status without the edit / delete links? I tried cloning the view and removing the fields but that did not work.
Comments
Comment #1
icecreamyou commentedYes. (But note that the edit/delete links only appear for users who have permission to see them -- so if that's what you're worried about, don't worry.)
Make sure that you remove the edit/delete fields specifically from the Block display of the view, and then remove the [edit] and [delete] tokens from the overridden text in the
Facebook-style Statuses: Created timefield. Save the new view. Then ensure that you actually switch the view the block is using (in the block's settings) to your new, clone view rather than the original cloned one.Comment #3
Madbreaks commentedWhile IceCreamYou's solution sounds fun and all, I'd recommend clicking the checkbox next to "Do not show hover links over views" on the Views >> Tools page. :)