Quote:
Originally Posted by nellaitamil ok sir.
am add in the code in my site. but sidebar not work.
pls.. help sir. |
<br><!-- Begin Thumbnail Snippet -->
<br><div class="sidebar-top"></div>
<br><div class="sidebar">
<br> <div class="headline">
<br> <div class="sectiontitle">Random Image</div>
<br> </div>
<br> <div class="boxcontent">
<br> <table width="100%" border="0">
<br> {php}
<br> // 200x200 is the thumbnail size to show
<br> // Limit 1 is how many thumbnails to show
<br> $query = "SELECT * FROM pligg_files where file_size = '200x200' ORDER BY RAND() LIMIT 1";
<br> $result = mysql_query($query) or die(mysql_error());
<br> while($row = mysql_fetch_array($result)){
<br> echo '<tr><td align="center">';
<br> echo "<a href="story.php?id=".$row[file_link_id].""><img src="./modules/upload/attachments/thumbs/".$row[file_name]."" /></a>";
<br> echo "</td></tr>";
<br> }
<br> {/php}
<br> </table>
<br> </div>
<br></div>
<br><!-- End Thumbnail Snippet -->
<br>
Nellai i think this code your using
wat thumbnail size your using ??
check your thumbnail size and modify code above code used 200x200
if your using 200x200 then its work otherwise its not work