4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: MadeInUSSR on August 07, 2006, 09:32:37 AM

Title: to show all pics
Post by: MadeInUSSR on August 07, 2006, 09:32:37 AM
how to make link or smth like that for choosing all pic. I mean if someone wants to look at all pics (of course thumbnails) what my site has...
Title: Re: to show all pics
Post by: honda2000 on August 07, 2006, 09:43:19 AM
in home.html (index.php)?????


EDIT:

Code:
$num_new_images = $config['image_cells'];   

Replace it with:

Code:
$num_new_images = XX;      Where XX is the number of images.
Title: Re: to show all pics
Post by: MadeInUSSR on August 07, 2006, 10:15:11 AM
in home.html (index.php)?????


EDIT:

Code:
$num_new_images = $config['image_cells'];   

Replace it with:

Code:
$num_new_images = XX;      Where XX is the number of images.


yes on index page... but here $num_new_images = XX; I need to change number myself but
I want user to change how many pics he wants to see on main page (for example, from 1 till all)
{setperpage_dropdown_form} doesn't work with me.... if i choose 112 pics it shows just 7 pics....
Title: Re: to show all pics
Post by: honda2000 on August 07, 2006, 10:38:37 AM
du you mine this??  http://www.4homepages.de/forum/index.php?topic=10592.0
Title: Re: to show all pics
Post by: MadeInUSSR on August 07, 2006, 11:26:11 AM
du you mine this??  http://www.4homepages.de/forum/index.php?topic=10592.0
it's something about counter...hm
I will try explain by another way...
For example, when we click on New Images.... the site shows all new images and in the bottom it has Pages( something like this: 1  2  3  »  Last Page » ).. but can I do this Page links Not just with New Images but also with All images what I have in my site...For example, it (Page links) can be  on main page of the site...So my user can watch all images... for example on first page 7 images and then he click second page there will be next 7 images and so on till end (till he look at all images)....
 :oops: sorry for my English
Title: Re: to show all pics
Post by: V@no on August 07, 2006, 02:53:48 PM
just use something like this: http://example.com/4images/search.php?search_keywords=***
The number of *** must be at least the minimum keyword lenght set in includes/constants.php (default is 3)
Title: Re: to show all pics
Post by: mawenzi on August 07, 2006, 03:13:45 PM
http://example.com/4images/search.php?search_keywords=***

... this link works perfectly to show all images ...
... this tip should be added to the FAQ ...

edited :
... I added this tip to the FAQ -> http://www.4homepages.de/forum/index.php?topic=13990.msg75409#msg75409