I am not able to see the "'webform advanced settings" option. Do I need to downgrade my Webform version?
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | webformblock_status.patch | 755 bytes | Anonymous (not verified) |
I am not able to see the "'webform advanced settings" option. Do I need to downgrade my Webform version?
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | webformblock_status.patch | 755 bytes | Anonymous (not verified) |
Comments
Comment #1
bgara commentedWhen 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.
Comment #2
carn1x commentedI'm having the same issue, but what do you mean by "update the NID" ?
Comment #3
bgara commentedThere 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.
Comment #4
carn1x commentedOh 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.
Comment #5
bgara commentedComment #6
SebCorbin commentedComment #7
buddaGenerate block option is available in the latest -dev releases.
Comment #8
oskar_calvo commentedHello.
I see the options, but when I look for it in the block sections I don't find it.
Thanks
oskar
Comment #9
alauddin commentedI 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.
Comment #10
Anonymous (not verified) commentedHere'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.
Comment #11
Road Kill commentedHi BWPanda where would I apply this patch.
Comment #12
Anonymous (not verified) commentedFrom the webformblock directory: http://drupal.org/patch/apply
Comment #13
Stan.Ezersky commentedBWPanda, Thanks, it works-)
Comment #14
Road Kill commentedThanks BWPanda worked like a charm.
Comment #15
Anonymous (not verified) commentedComment #18
DrupalGuy24 commentedI 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