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

CommentFileSizeAuthor
#2 iframe-20090321.patch919 bytesneffets

Comments

neffets’s picture

Title: make url a text area » make url longer
Assigned: Unassigned » neffets
Category: feature » task
Status: Active » Fixed

text 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

neffets’s picture

Status: Fixed » Needs review
StatusFileSize
new919 bytes

attached 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

neffets’s picture

Status: Needs review » Fixed

fixed in version 6.x-1.3
wrote an update migration 6010 which extends the url field to 1024 chars

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.