Quantcast
Channel: Zenphoto forum
Viewing all articles
Browse latest Browse all 2917

MK-M on "slideshow_flash v1.2.2.0 only for registred user"

$
0
0

Hallo here my, i think, my finaly question:

I like to make the link visible only for registrd user ( like comments: user logged in=comments works, logged out=commets not works).
The code for show the link is in the image.php and album.php.(Theme is zenpage)

org. Code:

<?php if (function_exists('printSlideShowFlashLink') && isImagePage()) { ?>
<p><?php printSlideShowFlashLink(gettext('View Slideshow')); ?></p>
<?php } ?>

----------------------------------------------------------

can i put this code snipet in : && (zp_loggedin()) ?

My code dont work.I dont can find the place for the argument( is user logged in and funktion slideshow exists then show the link) :

<?php if (function_exists('printSlideShowFlashLink' && (zp_loggedin())) && isImagePage()) { ?>
<p><?php printSlideShowFlashLink(gettext('View Slideshow')); ?></p>
<?php } ?>

I am sorry for my another question,

LG
MK-M


Viewing all articles
Browse latest Browse all 2917

Trending Articles