I am not able to see the "'webform advanced settings" option. Do I need to downgrade my Webform version?

CommentFileSizeAuthor
#10 webformblock_status.patch755 bytesAnonymous (not verified)

Comments

bgara’s picture

When I update the NID I am able to see the Webform in Block. The issue is I am not able to see "'webform advanced settings" "Generate Block" option.

carn1x’s picture

I'm having the same issue, but what do you mean by "update the NID" ?

bgara’s picture

There is a Webform_block table, which has one field "nid". Insert you nodeid in that table, then go to block you will find the Webform there.

carn1x’s picture

Oh OK thanks :). I think I'll stick to using Views for webform blocks as it's a little more obvious to anybody else that might need to work on my sites in the future.

bgara’s picture

Status: Active » Closed (fixed)
SebCorbin’s picture

Status: Closed (fixed) » Needs work
budda’s picture

Generate block option is available in the latest -dev releases.

oskar_calvo’s picture

Hello.

I see the options, but when I look for it in the block sections I don't find it.

Thanks

oskar

alauddin’s picture

I had the same issue - where I see the options as well to generate block in the adv setting...but no block in the block page.
using these versions
Webform 6.x-3.2
Webform Block 6.x-3.x-dev (2010-Sep-24)

Here is what solved my issue:

1) Access your BLOCKS table
2) Search for 'webformblock' in the MODULE field
This will list all your records for this webformblock moduel
3) Change the 'status' to 0 (ZERO) from 1 (zero as in disabled)
4) Go to your blocks page and you should see the webformblock in the disabled area.

So the bug seems to be that the block is generated with STATUS = 1 and the theme doenst know where to put it since the REGION is blank.

Anonymous’s picture

Title: Webform 3.2 - No option to add Webform as block » Webform blocks invisible when generated
Version: 6.x-1.1 » 6.x-3.x-dev
Status: Needs work » Needs review
StatusFileSize
new755 bytes

Here's a patch that does exactly what Alauddin suggests - changes the 'status' of the block from '1' to '0' so users can see it and enable it as normal.

Road Kill’s picture

Hi BWPanda where would I apply this patch.

Anonymous’s picture

From the webformblock directory: http://drupal.org/patch/apply

Stan.Ezersky’s picture

BWPanda, Thanks, it works-)

Road Kill’s picture

Status: Needs review » Fixed

Thanks BWPanda worked like a charm.

Anonymous’s picture

Status: Fixed » Reviewed & tested by the community
DrupalGuy24’s picture

Version: 6.x-3.x-dev » 6.x-1.1

I went through these instructions and applied the patch but it still will not show up. I searched the datebase table and it is set to "0". I do see this error message on my blocks page but still webform block showing. Any help is very appreciated.

user warning: Unknown column 'webform' in 'where clause' query: SELECT n.title, n.nid FROM webform_block wfb LEFT JOIN node n ON wfb.nid = n.nid WHERE n.type = "webform" AND n.status = 1