Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> RavenNuke(tm) v2.5x
Author Message
rjms
Regular
Regular



Joined: Feb 10, 2012
Posts: 56

PostPosted: Tue Feb 21, 2012 6:52 am Reply with quote

Hello I am now using this code to display a side block with my TeamSpeak on it, since the normal TS modules do not work anymore with tsviewer.com I was forced to do this, the code I got from a developer on this site.

Code:


<?php

if ( !defined('BLOCK_FILE') ) {
    Header('Location: ../index.php');
    die();
}
$content  = '<br />';
$content .=  '<div>';
$content .= '<iframe name="inlineframe" src="http://www.tsviewer.com/promotion/dynamic_sig/sig.php/clan160x283_cod4/984256.png"></iframe></div>'; 
$content .= '<noframes>Your browser doesnt currently support inline frames.</noframes>';
$content .= '</div>';
?>


But is shows weird border dimensions, I have a scrollbar to see whole banner, when i add fixed width and height to it nothing changes, when i paste the code in my chrome it displays just fine.

Anyone can see what I am doing wrong here ?

_________________
Using RavenNuke 2.5 Freshly installed on a RHE Dedicated box. 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Tue Feb 21, 2012 12:57 pm Reply with quote

Have you also contacted the developer?
 
View user's profile Send private message
rjms







PostPosted: Tue Feb 21, 2012 1:04 pm Reply with quote

nvm fixed it Smile
 
Palbin
Site Admin



Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania

PostPosted: Tue Feb 21, 2012 1:26 pm Reply with quote

Please share what you did so that it may help others.

_________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. 
View user's profile Send private message
rjms







PostPosted: Tue Feb 21, 2012 2:21 pm Reply with quote

I did this:

Code:


<?php

if ( !defined('BLOCK_FILE') ) {
    Header('Location: ../index.php');
    die();
}
$content  = '<br />';
$content .=  '<div>';
$content .= '<iframe name="inlineframe" src="http://www.tsviewer.com/promotion/dynamic_sig/sig.php/clan160x283_cod4/984256.png/" width="160" height="283"></iframe></div>';
$content .= '<noframes>Your browser doesnt currently support inline frames.</noframes>';
$content .= '</div>';
?>


probably forget a \ Smile
 
Raven







PostPosted: Tue Feb 21, 2012 5:48 pm Reply with quote

Okay, I see 2 closing </div> and only 1 opening <div> . Whassup?
 
rjms







PostPosted: Thu Feb 23, 2012 3:29 am Reply with quote

if i put it to 1 only it is not showing LOL
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Thu Feb 23, 2012 6:41 am Reply with quote

If you use the following, does it work?

Code:


<?php

if ( !defined('BLOCK_FILE') ) {
    Header('Location: ../index.php');
    die();
}
$content  = '<br />';
$content .=  '<div><div>';
$content .= '<iframe name="inlineframe" src="http://www.tsviewer.com/promotion/dynamic_sig/sig.php/clan160x283_cod4/984256.png/" width="160" height="283"></iframe></div>';
$content .= '<noframes>Your browser doesnt currently support inline frames.</noframes>';
$content .= '</div>';
?>

_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
rjms







PostPosted: Fri Feb 24, 2012 2:15 am Reply with quote

No need to get another block... it allready works Smile thanks for the heads up though
 
montego







PostPosted: Fri Feb 24, 2012 6:57 am Reply with quote

Confused
 
Raven







PostPosted: Fri Feb 24, 2012 4:56 pm Reply with quote

rjms,

Please try Montego's code and then reply back. Thanks!
 
rjms







PostPosted: Sat Feb 25, 2012 10:12 am Reply with quote

Just did and also works, need i replace an allready working block with it?
 
Raven







PostPosted: Sat Feb 25, 2012 1:58 pm Reply with quote

In this case I highly recommend it because your way is not valid xHtml nor Html. Montego's is Cheers
 
rjms







PostPosted: Sat Feb 25, 2012 3:35 pm Reply with quote

Consider it done Smile
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> RavenNuke(tm) v2.5x

View next topic
View previous topic
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 can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©