blontine
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
I used your “buying me a beer” link 🙂
You made my day 🙂
Ok, this is the original code of my singlepic.php
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($image)) : ?> <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->linktitle ?>" <?php echo $image->thumbcode ?> > <img class="<?php echo $image->classname ?>" src="<?php echo $image->thumbnailURL ?>" alt="<?php echo $image->alttext ?>" title="<?php echo $image->alttext ?>" /> </a> <?php if (!empty ($image->caption)) : ?><span><?php echo $image->caption ?></span><?php endif; ?> <?php endif; ?>And where do I have to enter the
<?php echo $image->ngg_custom_fields["Your Field Name Here"]; ?>
?Hi Shauno,
I am talking about the popup version.So I have to change the nextgen-gallery/view/singlepic.php in the following lines?
And where do I put this <?php echo $image->ngg_custom_fields[“Your Field Name Here”]; ?> ?
I tried several thing but it didn’t work.
Viewing 4 replies - 1 through 4 (of 4 total)