Hello All:

I looked through all of the issues but felt that some of them were for older versions of Drupal and may no longer apply so I figured it was better to start up a new case.

I'm currently using drupal 6.19 with a custom theme (but not for the admin side) I put together and while the webforms module works nicely overall, I seem to be having a problem when trying to edit an existing webform. If I need to add fields or anything, I can only do so by using the url: node/[nid]/webform/components. I don't see any menu option to edit the fields in an existing webform.

Following some advice I saw here and elsewhere I tried to change admin themes (I use Rubik) to something like Garland to see if I would see something different or those additional menu options yet I still don't.

Can someone please give me some assistance on this? It's my first run through with Drupal and all the pieces are quite complex though I'm slowly getting a handle on things.

Thank you!

Comments

quicksketch’s picture

The only normal reason you'd not see the "Webform" tab is because of your theme (which you've already tried changing). Can you see the "Edit" and "View" tabs when you look at a node? Outside of the theme, I don't think there are any common situations that would cause the tab to disappear. Are you using any modules that hijack the node page (like Panel Nodes)? Another module might be hiding the tab also.

ko_chin’s picture

Status: Active » Closed (fixed)

Well .. another day and another thing learned about Drupal.. turns out that in changing themes I failed to check off the 'use administrator theme when content editing' ... I had previously avoided doing that but now that I've checked that off, I can see everything just fine.. go figure!

Thanks for the help!