Author Topic: New images on Homepage - Need help  (Read 3340 times)

0 Members and 1 Guest are viewing this topic.

Offline Neo1

  • Full Member
  • ***
  • Posts: 202
    • View Profile
    • http://www.terradreams.de/
New images on Homepage - Need help
« on: March 16, 2003, 06:42:23 PM »
Hello,

since three days i work with 4images and it is a great script.
On my homepage i have the latest pics with a link to the OLD User gallery.
You can see it here: http://www.terradreams.de/MainIndex.php

Now i like to open the new 4images gallery http://www.terradreams.de/gallery/
And i like to show the latest pics like i did with my old gallery.
I searched in the forum and found a nice mod:
Quote
*             File: new_pics.php                                         *
 *        Copyright: (C) 2002 Jan Sorgalla    

I add this to my page but the images are not like i need it:
http://www.terradreams.de/gallery/new_pics.php
Is there a way to show the images in a table like i did befor?

Thanks
Peter

Offline Neo1

  • Full Member
  • ***
  • Posts: 202
    • View Profile
    • http://www.terradreams.de/
New images on Homepage - Need help
« Reply #1 on: March 16, 2003, 07:19:55 PM »
I tryed again and now it works fine for me.
I add in row 59
 
Code: [Select]
echo "<a href=\"http://www.terradreams.de/gallery/details.php?image_id=$image_id\"><img src=\"".$thumb_src."\" border=\"0\" width=\"81\" height=\"62\" alt=\"$image_name\"></a>&nbsp;&nbsp;\n"; It looks like this http://www.terradreams.de/gallery/new_pics.php
Now i can include the images  :D