Hello all,
I have enabled the java uploader for users on the frontend with "numbering" set to "Yes".
My question is, How can I get the "Detailed View" page to have a unique name for each image?
Example.
I create a category called "Test"
I then upload a few images with the generic title of "Image"
When I look at my gallery, all the page titles are the same, along with the breadcrumbs.
Breadcrumb for every image.
Home » misterpat » Test » Image
Page title for every page in that category.
<title>Gallery - Category: Test - Image: Image</title>
What would I need to do to make the breadcrumbs and page titles be numbered?
Like this.
Home » misterpat » Test » Image 1
Home » misterpat » Test » Image 2
Home » misterpat » Test » Image 3
<title>Gallery - Category: Test - Image: Image 1</title>
<title>Gallery - Category: Test - Image: Image 2</title>
<title>Gallery - Category: Test - Image: Image 3</title>
Thanks for Your time and I hope Everyone understands what I mean.