Kamahl wrote:few days ago, i did this mod, random foto of TS gallery or phpbb gallery everywhere on forum. u can add it to new block on portal, or in index.php. its only a script which u paste into some block.
phpBB_Gallery_0.1.2
- Code: Select all
<!-- PHP -->
$pole=mysql_fetch_object(mysql_query("SELECT pic_id FROM `hardheavy_album` WHERE 1 ORDER BY RAND() LIMIT 1")); //change your table prefix
$id=$pole->pic_id;
$img = "http://www.hardheavy.sk/gallery/thumbnail.php?pic_id=$id"; //change your url
$url = "http://www.hardheavy.sk/gallery/image_page.php?id=$id"; //change your url
print "<a href=".$url."><img src=".$img." border=0></a>";
<!-- ENDPHP -->
Return to [1.1.x] Suggest Feature
Users browsing this forum: No registered users