can Iframe module, adapt to theme preferences?

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   can Iframe module, adapt to theme preferences?
DAMIAN
CZ Active Member
 Codezwiz Site Donator
DAMIAN has been a member for over 19 year's 19 Year Member
usa.gif mississippi.gif
Occupation: Net Junkie
Age: 57
Gender: Male
Fav. Sports Team: steelers
Website:
Status: Offline
Joined: Aug 08, 2004
0.02 posts per day
Posts: 177
Points: 9,848
   
Howzit Telli and crew, Im using your Iframe module, but it gives a standard white background around any page being loaded. If I have a page that doesnt have a defined background color, is there a way to include the users theme choice as the style that would show up in the ifram window instead of plain white.

Thanks
Bill
<?php
/********************************************************/
/* Iframe Module for PHP-Nuke                           */
/* Version 2.0 UNIVERSAL 2-04-05                        */
/* By: Telli (telli@codezwiz.com)                       */
/* http://codezwiz.com/                                 */
/* Copyright © 2002-2005 by Codezwiz Network, LLC.      */
/********************************************************/
if (!eregi("modules.php", $_SERVER['SCRIPT_NAME'])) {
    Header("Location: ../../index.php");
    die();
}
$index = 0; // 0 right side off
$height = 500;
$iframescreen = 'www.atzshops.com/ZSB/full_grids_sample.php'; // Must be [ Register or login to view links on this board. ]

$iframe ="<iframe border=\"0\" src=\"http://$iframescreen\"  width=\"100%\" height=\"$height\">
</iframe>";
      include("header.php");
      opentable();
   echo "$iframe";
      closetable();
      include("footer.php");
?>




_________________
[ Register or login to view links on this board.]
[ Register or login to view links on this board.]
[ Register or login to view links on this board.]

It is better to regret something that you have done...............than to regret something that you havent done.
Back to top Reply with quote
#2   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
You could load the page in the iframe and pass through the variable for the theme color:


$iframescreen = 'www.atzshops.com/ZSB/full_grids_sample.php?theme=blue'; // Must be [ Register or login to view links on this board. ]
$iframe ="<iframe border=\"0\" src=\"http://$iframescreen\"  width=\"100%\" height=\"$height\">
</iframe>";


Then in the full_grids_sample.php just get the theme variable and load the correct style sheet.



_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum