photo sharing and upload picture albums photo forums search pictures popular photos photography help login
Search


Help Topics
How can I add a slideshow to the top of my gallery pages?
You can add a slideshow to the top of your gallery pages (like the one you see here) by using the SLIDESHOW() function in your gallery description.

Basic Functionality
To create a slideshow from a single gallery:
SLIDESHOW(gallery name)

To create a slideshow from a set of image ids:
SLIDESHOW(1,2,3,4,5)
Invalid image ids or images from an account other than your own will be skipped.

These 2 commands will get you a simple slideshow with all of the default settings.


Extra Options
You may add options within the parentheses in the form of option=value. Each option must be separated by a comma. Please ensure that the option is in lowercase.
size
set to small, medium, large, or original. Max original size is 800x800.
Default is 'medium'.

delay
set the time that an image is displayed in seconds. Minimum is 2 seconds.
Default is 5 seconds.

link
set to none or image. 'none' will disable the link to the current image's image page.
Default is 'image'.

loop
set to yes or no. 'no' will cause the slideshow to play only once.
Default is 'yes'.

random
set to yes or no. 'yes' will cause the slideshow to play in random order.
Default is 'no'.

Examples
A slideshow for your 'kittens' gallery might look like this:
SLIDESHOW(kittens, size=large, delay=3)

A slideshow for three given images might look like this:
SLIDESHOW(11111, 22222, 33333, size=original, delay=10, loop=no)

It does not matter in what order you specify options. All options are optional. If you specify more than one item outside of your options, we will attempt to lookup image_ids. We currently do not support the ability to list multiple galleries.

Search Page
FAQ
The Search Page is used to search the PBase database for images of paid users.

The search looks at an image's title, description, location, and keywords.

There are a few reasons why your images may not be showing up on the search:
It may take a few days after paying for your photos to show up on the search.
Only galleries with four or more images will show up on the search.
If you have your images in your root gallery, they will not show up on the search.



contribute to the help pages
Comments