I have the Views beta3 module installed.

Now I have created a normal - Drupal core - page, and suddenly this page has tabs: 'View' and 'What links here'.
These tabs are undesired for my site as
1. I don't want them.
2. Other pages (including pages based on views) don't have these tabs and the site does not look consistent.

Comments

marceloverdijk’s picture

Status: Active » Closed (works as designed)

Found the problem:

I disabled "What links here" in search.views_default.inc
$view->disabled = FALSE; // Edit this to true to make a default view disabled

After clearing my site's cache the link dissapeared.

Maybe this should be documented somewhere.

merlinofchaos’s picture

You don't need to edit the code to disable a view. You can just go to the view administration page; for any 'default' view there is a 'disable' button.

That said, all default views are meant to start out disabled. I thought I'd fixed all of those already.

mfricke’s picture

There is something odd going on here. I was working entirely elsewhere and enabled and disabled various performance switches off the Performance page. And the next thing the site's Home Page (an ordinary node) and elsewhere have gained View and What links here tabs. [Then after reading the above postings I went to the view administration page to find it enabled (I hadn't done this), then I switched it off with the appropriate satisfactory results.]

Let me also take this opportunity to say that Views and Panels 2 are inspired and truly creative pieces. Magnificent! (And I bet I speak for many here.)

AlexanderPop’s picture