Hello,

I'm using View to display statuses with block & page. I'm using a "more" link to display all statuses.

So I would like to hide the "Statuses" link useless to my users.

See the attached file to a better understanding of what I would like.

Any idea?

Thanks :)

CommentFileSizeAuthor
statuses.jpg30.11 KBjunro

Comments

icecreamyou’s picture

Status: Active » Fixed

That tab is provided by a view. You can either disable the entire view, remove just the page part of the view, or just remove the tab link to the page.

The first option is the simplest and probably the best. All you need to do is go to admin/build/views and click "Disable" on the right next to the facebook_status view.

To do either of the latter two options, you should be able to just go look at the page in question, click the "edit" link that appears when you hover the mouse over the view, and change the settings for the view. You could also go directly to example.com/admin/build/views/edit/facebook_status#views-tab-page_1 to access the appropriate settings.

There are two settings you could change to get the tab to go away. The first is to click where it says Menu: Tab: Statuses under the Page Settings section in the left column of the display settings. Changing it to "No menu entry" will leave the view sitting around, which is fine and unobtrusive. You could also click the "Remove display" button in the upper-right corner, which will completely remove the page display.

junro’s picture

Thanks a lot! I didn't know the tab was provided by a view.

Thanks :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.