Closed (won't fix)
Project:
Drupal.org CVS applications
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
15 Apr 2010 at 22:08 UTC
Updated:
15 Jul 2010 at 15:35 UTC
Jump to comment: Most recent file
CVS edit link for anthonysomerset
wishing to release modules developed for me and the company i work for back into the community for community benefit and improvement.first module wishing to be released is a google form module which as of yet nothing with similar functionality exists but the basics are that it pulls the form via curl and embeds it in a block for display on a drupal site in the sites theme and not using an iframe which is undesirable in most cases
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | google_form0.3.zip | 7.56 KB | anthonysomerset |
| #3 | google_form0.2.zip | 7.56 KB | anthonysomerset |
| #1 | google_form.zip | 13.56 KB | anthonysomerset |
Comments
Comment #1
anthonysomerset commentedattaching first module version of google_form
Main Features of Module:
example of a google form as rendered by drupal in use here.
Comment #2
sunThe simple_html_dom library should not be part of this module. You may want to investigate usage of http://drupal.org/project/libraries, but there are also other/custom ways to include an externally downloaded library.
Comment #3
anthonysomerset commentednew version attached without the lib and using libraries api to locate it, basic readme in place showing the dependancy on the libraries api module and the simplehtmldom lib (i am aware this will need fleshing out properly with a full readme)
Comment #4
anthonysomerset commentedComment #5
anthonysomerset commentedfixed libraries api implementation to correct path usage
Comment #6
anthonysomerset commentedcan anyone advise as to the progress of this and if there is anything i need to specifically do beyond what is already said?
many thanks
Comment #7
sunYou should be using http://api.drupal.org/api/function/drupal_http_request/6 instead of raw cURL.
Comment #8
avpadernoI will review the code within 6 days. For sure, I will not review it before two days are passed; you can take this time to check what sun reported. I am marking this report as to let you notice this comment.
Comment #9
anthonysomerset commentedthanks for the update
i have to admit i am having major troubles trying to convert the curl parts of the code to using the http_request api but this is likely lack of knowledge on my part at this stage
marking as needs review again to reflect your post :)
Comment #10
avpadernot()is a literal string; dynamic strings passed to the function are not translated, if not in the case another module is using a literal string with the same content (which would rarely happen).Comment #11
avpaderno