PDA

View Full Version : Removing Comments on all galleries but 1!


kessleraz
Sep-02-2008, 07:27 AM
How can I remove all of the comment gallery options on all of the pages but 1 of them?
Also is there any way to create a link using a picture or page banner to an outside site like paypal?
Thanks!
www.ninakesslerphotography.smugmug.com

Allen
Sep-02-2008, 07:46 AM
How can I remove all of the comment gallery options on all of the pages but 1 of them?
Also is there any way to create a link using a picture or page banner to an outside site like paypal?
Thanks!
www.ninakesslerphotography.smugmug.com (http://www.ninakesslerphotography.smugmug.com)
The comments are controlled under each gallery. Check no for comments under customize gallery.

You can add linkable photo in any html field, like bio, header, footer, album description or caption.

header or footer

<a href="link in here">
<img src="/photos/xxxxxxxxxx_xxxxxx-S.jpg" />
</a>

In album description or caption place between html tags.

<html>
<a href="link in here">
<img src="/photos/xxxxxxxxxx_xxxxxx-S.jpg" />
</a>
</html>

kessleraz
Sep-02-2008, 08:14 AM
Is that for a link to an outside source like paypal? What I am looking for is to create a picture or banner for my session info and when you click on it, it would toke you to paypal or something like that. Is this possible?

Allen
Sep-02-2008, 08:27 AM
Is that for a link to an outside source like paypal? What I am looking for is to create a picture or banner for my session info and when you click on it, it would toke you to paypal or something like that. Is this possible?
Why not create a new gallery and put the "a picture or banner for my session
info" in the album description?

<html>
<center>
<img src="/photos/xxxxxxxxxx_xxxxxx-XL.jpg" />
</center>
</html>