Webform adds a results tab to all the nodes on my testing site and not just webform nodes alone. I'm using drupal 6.9 with the latest version of webform.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | decisions-drupal-6.x-0.1-beta3-368917-9.patch | 2.39 KB | urlisse |
Webform adds a results tab to all the nodes on my testing site and not just webform nodes alone. I'm using drupal 6.9 with the latest version of webform.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | decisions-drupal-6.x-0.1-beta3-368917-9.patch | 2.39 KB | urlisse |
Comments
Comment #1
cdale commentedI'm also running 6.9 with webform 2.4, and I can't see this issue. Could you provide more information?
What happens when you click the rouge results tab? Where are you taken, what do you see?
Have you cleared your caches since the upgrade?
Try visiting admin/build/modules to rebuild the menu and see if the problem still persists.
Any other information you can provide on reproducing this issue would be helpful.
Comment #2
quicksketchThis is most likely caused by another module on your site that has a rogue hook_menu_alter() doing all kinds of crazy things. I don't think it's directly caused by Webform.
Comment #3
CarbonPig commentedsubscribe - Same issue - all nodes showing "view" and "results" in tabs on top of node. ?? ideas?
Comment #4
CarbonPig commentedFound the Rogue Module - Decisions Module - I disabled and the results tab stopped appearing on every node.
Comment #5
quicksketchAwesome, we'll move this issue over there. It looks like Decisions module is causing the Webform "Results" tab to show up on every kind of node, not just the webform type to which it applies.
Comment #6
adetoyan commentedthanks a bunch guys
Comment #7
Sinan Erdem commentedSo? Any temporary solution??
Comment #8
Sinan Erdem commentedTemporarily I am not showing any tabs to the users that are not signed in with CSS to solve the problem.
.not-logged-in .tabs {
display:none;
}
But it needs a better approach...
Comment #9
urlisse commentedThe following patch modifies the access callback function of the Votes, Reset Votes and Results menu item to prevent them from showing on node types which aren't supported by decision.
This isn't the optimal solution. It only makes sure that the prefix of the node type starts with 'decision_'.
A safer way to do this would be to compare it to node types actually known by decisions.
Comment #10
anarcat commentedPatch committed, thanks.
Comment #12
petertj commentedInstalled latest 6.x-0.1-beta3, and am experiencing this problem. I see that a patch was committed in March - was that only in the 5.x branch?
Is there a new 6.x release in the works? I don't see a dev version for 6.x. I can apply the patch, but first thought I'd check if I'm just not finding an official release. Thanks!
Comment #13
twirlingsky commentedSame problem for me - subscribing
Comment #14
danepowell commentedSame problem here as well
Comment #15
str1 commentedSame problem here, waiting for fix...
Comment #16
danepowell commentedOkay, I think we can safely say this isn't fixed :)
Comment #17
jinjur commented:) same problem, subscribing.
Comment #18
anarcat commentedBasically, at this point: the fix is in CVS, and no release was done. I just need to sit down and make that stupid release. :)
Comment #19
anarcat commentedComment #20
anarcat commentedA new release is out! This should therefore be fixed.
Comment #22
Marat commentedI am using 6.x-1.6 and have this problem, results tab appears on all nodes
Comment #23
ezra-g commentedThat's because the fix is in dev.
Comment #24
Marat commentedYes, you are right. I just tested it and it works. Thank you @ezra-g!
Comment #25
roball commentedCan confirm that 6.x-1.x-dev (2010-Mar-30) has this bug fixed which is still in the latest official release, 6.x-1.6.