coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: farhan on May 20, 2006, 01:51:17 AM

Title: next link problem on albums & thumbnails page
Post by: farhan on May 20, 2006, 01:51:17 AM
I am having problem with next links on albums and thumbnails pages.

The 1,2,3 links and previous ones work fine. but on next link coppermine mine is adding ";" before the link causing 404

check http://www.bollywoodrules.com/photos/thumbnails.php?album=500

my theme.php is at http://www.bollywoodrules.com/template.txt

Thanks if anyone can help :)
Title: Re: next link problem on albums & thumbnails page
Post by: farhan on May 20, 2006, 04:08:59 PM
come on someone plz :(

what's it doing is making the next link too

http://www.bollywoodrules.com/photos/;thumbnails.php?album=2&page=2

notice the ";" before thumbnails.php . any idea how to remove that ?
Title: Re: next link problem on albums & thumbnails page
Post by: Nibbler on May 20, 2006, 04:10:43 PM
Take it out your theme.php

<a href=";{LINK}"<b>%s</b></a>

Also http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#lamesupport
Title: Re: next link problem on albums & thumbnails page
Post by: farhan on May 20, 2006, 04:28:11 PM
many thanks, and just read the faq. Sorry about that