I hope this isn't a serious annoyance, but I have installed your iframe module and would like to set it up as a sitewide (global) iframe on my site. I have it enabled in modules and can see "iframe" in http://grassorgravel.com/baseball/drupal-6.14/admin/content/types

I have header, footer, etc. files in the grassorgravel/images/ directory already that I want to use. An example of their use can be found here: http://grassorgravel.com/contact=baseball.html

Unfortunately, every HTML page that links to the iframe version in my Drupal forums has to have another HTML page with a link including the iframe code...

An example of the code I am using for the pages created for links on the contact page is the following:

Unfortunately, this site will have over 10000 HTML links going to the forums (its like a Craigslist for sports), and I will need to set up a global version of this within Drupal. Also, whatever works would need to be applied to 9 Drupal installations total. This is a massive site. Perhaps if payment is required for your assistance, I can arrange that. I am just unable so far to figure out how to get this to work.

Could you possibly either explain to me how to get it to work?

Comments

acampbell11’s picture

Sorry, the HTML code I am using currently is not showing up in my post.

I need to bypass having to create a HTML page for every link as that would take eternity. Therefore, I need to have a better understanding of how to use this module effectively. The documentation I have found is rather unintuitive, no offense.

javi-er’s picture

This module will be useful you in the case that you are creating a block or a node and want that the content to be displayed inside an iFrame instead of in the same HTML document as the rest of the page.

In your case what you need is a way to make certain links to be opened inside an iframe. You could try using one of the several modal popup modules that use iframes and find a way to embed the content of the popup in the #content element instead of in an overlay.

Hopes this helps you,
Javier

javi-er’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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