View Single Post
  #4  
Old 14th March 2010, 20:48
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
Tell my more detalis. what version of tbdev are you using , where you try to see the img , forum? torrents detalis:
Tips:
try add the ncode_imageresizer.js in to folder js , javascripts or even in to your root folder.
try a diffrent browser ..aka firefox , opera, chrome,
try to see the img, resize in to forums.php.

to bittorrent:
Code:
<html><head>
<title><?= $title ?></title>
<link rel="stylesheet" href="/<?=$ss_uri?>" type="text/css">
<script type="text/javascript" src="ncode_imageresizer.js"></script>
<script type="text/javascript">
<!--
NcodeImageResizer.MODE = 'newwindow';
NcodeImageResizer.MAXWIDTH = 480;
NcodeImageResizer.MAXHEIGHT = 0;

NcodeImageResizer.Msg1 = 'Click this bar to view the full image.';
NcodeImageResizer.Msg2 = 'This image has been resized. Click this bar to view the full image.';
NcodeImageResizer.Msg3 = 'This image has been resized. Click this bar to view the full image.';
NcodeImageResizer.Msg4 = 'Click this bar to view the small image.';
//-->
</script>
</head>
<body>
__________________
only me

Last edited by joeroberts; 14th March 2010 at 21:13.
Reply With Quote