View Full Version : setting one exhibition apart from the rest
chriz
4th of November 2004 (Thu), 06:12
I wonder if it is possible to create a gallery of pictures within exhibit engine that would be accessible from a URL and although part of the database would not offer links to the other galleries.
Is that possible?
Some of my clients ask to put their pictures online but do not want to be linked to others.
Also, how is the E-card coming along? Can people send a photo as e-card?
And the e-commerce/lightbox?
Thanks
Chriz
Pekka
4th of November 2004 (Thu), 15:39
I wonder if it is possible to create a gallery of pictures within exhibit engine that would be accessible from a URL and although part of the database would not offer links to the other galleries.
Is that possible?
Some of my clients ask to put their pictures online but do not want to be linked to others.
Quick mod to do this:
In list.php change lines
if ($exhibition == "changetopublic") {
$exhibition = $valid;
$pass = "public";
$passparam = "";
}
to
/*
if ($exhibition == "changetopublic") {
$exhibition = $valid;
$pass = "public";
$passparam = "";
}
*/
and
lines
if ($pass!="public") {
print "<option value=\"changetopublic\">" . ee_translate_A($translated["list public"]) . "</option>";
print "\r";
}
to
/*
if ($pass!="public") {
print "<option value=\"changetopublic\">" . ee_translate_A($translated["list public"]) . "</option>";
print "\r";
}
*/
What above change does is that when you have a password-protected gallery (and you enter it with URL with &pass=yourpass) the visitor has no "return point" to the index with public galleries.
Also, how is the E-card coming along? Can people send a photo as e-card?
E-card is in my list on "lower priority list". I'm sure it is quite easy to code (using current EE commerce code for example) but at the moment I have to finish some high priority coding first (today I have been working on index page template system).
And the e-commerce/lightbox?
That is on higher priority than E-cards.
chriz
5th of November 2004 (Fri), 02:04
Thank you so much!
Chriz
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.