Is any one help me to get the image name in place of next /previous links. example. suppose i have gallery of Aishwarya rai. instead of next/previous links...i want to display of previous link, it could be aishwarya10 and for instead of next link aishwarya12 like this. (visit this page.......http://www.netgana.com/actress/movie_actress_gallery1/aiswarya_roy/aiswarya_roy-11.jpg
It will give more link popularity will lead to get listing in search engine...
gunny007 - What you are asking for requires a minor modification of gallery.php
Do you have basic proficiency in php? If so then what you want to do is also select the path field in the sql query used in building the $image_list array.
You can explode the path data in the same loop that creates $image_list to make an array (call it $image_name) of image file names (or instead make a $image_list a multidimensional array) Then you need to replace the text "next" with something like: " '.$image_name[$current_picture+1].' " (without the double quotes.)
--------------------- My gallery is currently under reconstruction, but it's functional enough to show this working (you'll need to select an image to see the previous next links): http://www.solemnchaos.net/gallery/fractals/fractal_explorer