importing an iframe url from google maps and the length of the url is longer then the text field
http://maps.google.com/support/bin/answer.py?hl=en&answer=72644
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | iframe-20090321.patch | 919 bytes | neffets |
importing an iframe url from google maps and the length of the url is longer then the text field
http://maps.google.com/support/bin/answer.py?hl=en&answer=72644
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | iframe-20090321.patch | 919 bytes | neffets |
Comments
Comment #1
neffets commentedtext area is not the intended solution, but we can maximize the maxlength of the URL to the maxiumum GET-URL length that ist mostly compatible = 1024 chars
fixed in 6x-1.3
Comment #2
neffets commentedattached is a litte patch to iframe.module.
This will set the length of url to 1024.
(for next release I will try an automatic update_procedure)
By now, You can (after patching) ONCE edit the iframe_field general settings under the content-type menu and the "save" will update the settings in the db too.
If You named the field "iframe" then go to
/admin/content/node-type/page/fields/field_iframe?destinations[0]=admin/content/node-type/page/fields
/admin/content/node-type/story/fields/field_iframe?destinations[0]=admin/content/node-type/story/fields
Comment #3
neffets commentedfixed in version 6.x-1.3
wrote an update migration 6010 which extends the url field to 1024 chars