Member
Member
n20capri   2010-10-13, 19:29
#1

I need to append another query string to the end of the gallery links...is there a way to do this?

Example:
Current Gallery Link:
/index.php?album=direct-mail

What I want to do:
/index.php?album=direct-mail&active=portfolio

Thanks,
Mike

Member
Member
sbillard   2010-10-13, 20:15
#2

You would have to custom code the link. $album->name will give you the album part. so presumably you would use

echo 'index.php?album='.pathurlencode($album->name).'&active=portfolio';

For more details see the themeing turorial and the object model docs.

BTW, we call albums albums. Gallery refers to your whole installation.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.