Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-beta3
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2008 at 19:42 UTC
Updated:
20 Nov 2009 at 19:34 UTC
After selecting the "What links here" tab that's created by one of the default 6.x-2.0-beta3 views, two strange "turds" can be observed presented whenever the mouse approaches one of the tabs from the bottom. The attached Picture 1.png shows the most prominent. The one shown in Picture 2.png is less visible (it's by the cursor) and only occurs when you approach that area of the page/window.
FYI, this is when logged into Drupal 6.2's admin account and both the example/pictured sites have both the blockclone and node_clone modules installed.
| Comment | File | Size | Author |
|---|---|---|---|
| Picture 2.png | 11.33 KB | aMakUzr | |
| Picture 1.png | 50.43 KB | aMakUzr |
Comments
Comment #1
merlinofchaos commentedThose are administrator only links to easily edit a view because the Drupal tabs system is really not adequate for it (the ones used in Views 1 had all kinds of problems).
I suppose I can create a setting to disable them, but I figured since they turn invisible when not hovered I didn't think this would be necessary.
Comment #2
aMakUzr commentedThanks, I understand, now. If the "links pop-up" appeared only when the mouse/cursor is directly over the "What links here" tab (i.e., not when approaching/underneath any tab that's shown), I may have derived that relationship.
Even better, if the "links pop-up" appeared only when the mouse/cursor is directly over the "What links here" tab AND the text read "View: [Edit] [Export] ..." or "[Edit] [Export] ... this View", then I think it would have been quite clear.
The only other thing that'd be nice is to have the "links pop-up" sized appropriately. Right now it extends well beyond the window width on the right side.
BTW, I should mention that I'm finding Views to be quite useful/powerful and want to express many thanks and much appreciation for the work that's being done.
Comment #3
merlinofchaos commentedIt's very difficult to control the size of the box, because it's using position: absolute, and I've found that different browsers have very different ideas about where it should bound. I haven't found a solution for that. I used to not put the background on; the background is more jarring, but when the links appear right over text, I also found that I had trouble discerning the links. I may have gone overboard with the background.
Comment #4
int commentedAnd how I can disable this horror options?
Comment #5
merlinofchaos commentedHorror options?
"Uninstall the module".
Comment #6
int commentedthis options [Edit] [Export] [Clone]
I want to disable to show to Admin...
Comment #7
pfaocleYou can remove this by re-theming views-view.tpl.php: copy the template file to your theme, then edit out the lines:
They'll still be getting generated as a variable passed to the theme, but won't be displayed.
Comment #8
sxie commentedI think this is a good feature for administrators but what I encountered is, for some reasons, even for anonymous visitors, the front page still shows "View" and "What links here" two links. Why? How to get rid of them for visitors?
Comment #9
sillygwailoFor those coming across this issue as I did, there's now an administrative option to disable the [Edit] [Export] [Clone] links that over over views as displayed on your site by going to Administer → Site building &Views → Tools and checking "Do not show hover links over views".