Closed (works as designed)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2008 at 09:31 UTC
Updated:
9 Jan 2009 at 08:42 UTC
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
Comment #1
marceloverdijk commentedFound 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.
Comment #2
merlinofchaos commentedYou 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.
Comment #3
mfricke commentedThere 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.)
Comment #4
AlexanderPop commentedhttp://drupal.org/node/266742