Hi,
I'm a n00b where drupal is concerned, "but not to CMS Systems."
My Problem.
I have two seperate web domains, one has drupal 4.6.6 installed, I have a 3rd party supplied code block that has to be installed in a page with php activated. The code block below is to give my family and surfers to our sites a once only login to Drupal and TNG (The Next Generation ... Which is a Web Site Building Server Based Genealogy Software Program which is OnLine - a Live Site )
Below are the "complete install instructions":
Installation Instructions
-------------------------
1. Install TNG and Drupal (see their respective installation
documents).
2. Copy the script index_dr.php into your TNG installation.
3. Create a new page, remember the Node ID
4. Set the content to php.
5. The content of this page should be :
Global $user;
$url="http://www.casnuy.com/TNG/index_dr.php?parm=" ;
$url .= $user->name ;
$url .="|" ;
$url .= $user->mail ;
echo "<iframe src='$url' align='center' width='100%' height='800px' space=0 vspace=0 marginwidth=0 marginheight=0 frameborder=0 scrolling=auto name='pnCPG' onload='parent.scrollTo(0,0);' ></iframe>";
Make sure you include the start and closing PHP tags.
Clearly adjust the URL variable to point to your local TNG installation.
6. You can access the page with "node/node-id from within a Drupal menu.