Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-08-06 13:24:39
- firefox
- Member
- Registered: 2008-08-06
- Posts: 16
How can i implement this photo gallery
Hello, everyone,i’am new guy in textpattern,now i want to implments a photo gallery which like http://www.tompeters.com/toms_world/a_day_in_the_life.php photo gallery.
I had been read the guideline and used the tags which help me to build a simple gallery, but it couldn’t reach my goal .
<txp:image_index />
<txp:image_display />
How can i add js function on Thumbnails?Could anyone help me?
Offline
Re: How can i implement this photo gallery
The site you point to uses a javascript to produce the gallery. If you want to go down this route I would recommend you look at Galleria which will produce a gallery from a simple image listing. Not only that but it produces it’s own thumbnails so you only need to produce the larger images. You can automate the image listing using Mary’s upm_image plug-in and a comma-separated list of image ids in the “article image” field on the “Write” tab.
Having said that there are several image gallery plug-ins available that you might want to look at.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#3 2008-08-06 15:18:17
- firefox
- Member
- Registered: 2008-08-06
- Posts: 16
Re: How can i implement this photo gallery
it hava any plug-ins,can i make this sight?
Offline
#4 2008-08-06 16:48:28
- firefox
- Member
- Registered: 2008-08-06
- Posts: 16
Re: How can i implement this photo gallery
when i use ‘ike_slideshow ‘ this plug-in to develop my gallery,and tag content as below
<txp:ike_slideshow category=“Website” loop=“1” show=“pagination” thumbnails=“0”/>
if in the category of Website have five pics, the tag once load all pics on the page and could not to preview next pic or last pic .
could anyone tell me the probable cause,thanks very much!
Offline
#5 2008-08-07 01:53:32
- firefox
- Member
- Registered: 2008-08-06
- Posts: 16
Re: How can i implement this photo gallery
i see, i didn’t add the raw css and js on the rigth place.
Offline