khalid farooq
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] file extension problemi am working on local host.
Forum: Plugins
In reply to: [NextGEN Custom Fields] want to use shortcode of 1 pluign in other1 thing more,i want to show game link in address bar,when i click on game link,just file downloads,link doesn’t change in address bar,i want to show link of file in address bar.
Forum: Plugins
In reply to: [NextGEN Custom Fields] want to use shortcode of 1 pluign in otheryes everything working fine,u are owsome developer,but with quotations inside shortcode like this,
<?php echo do_shortcode($image->ngg_custom_fields[“Download Manager Shortcode”]); ?>
thanks.Forum: Plugins
In reply to: [Download Manager] Download of ZIP-Fileshi i am using gallery images in my site with nexgen gallery,and also used the nexgen custom fields plugin for url or any other custom field,but i had now problem now,i want to download software,games,movies and songs with linking to url of these images means by clicking on custom url link,is it possible with this plugin.
Forum: Plugins
In reply to: [NextGEN Custom Fields] custom fields not showingyes good but i want many images to to go to different links not single link.
Forum: Plugins
In reply to: [NextGEN Custom Fields] custom fields not showingi want a download link under these images.
Forum: Plugins
In reply to: [NextGEN Custom Fields] custom fields not showingno i write different texts in gamename field and i have different images,basically i want to name these images or want to create a download link under these images.
Forum: Plugins
In reply to: [NextGEN Custom Fields] custom fields not showingbut as described above i want link not simple text under image.
Forum: Plugins
In reply to: [NextGEN Custom Fields] custom fields not showingyes text is displaying under images now,but i want link so that i click on that and go to desired page,and second problem is images is now fully distorted due to this,now they are not in their original positions.
Forum: Plugins
In reply to: [NextGEN Custom Fields] custom fields not showingthis is the modified code, tried it also below div,but not working.
Forum: Plugins
In reply to: [NextGEN Custom Fields] custom fields not showing<?php if ($gallery->show_piclens) { ?> <!-- Piclense link --> <div class="piclenselink"> <a class="piclenselink" href="<?php echo $gallery->piclens_link ?>"> <?php _e('[View with PicLens]','nggallery'); ?> </a> </div> <?php } ?> <!-- Thumbnails --> <?php foreach ( $images as $image ) : ?> <div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style ?> > <div class="ngg-gallery-thumbnail" > <a href="<?php echo $image->imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?> > <?php if ( !$image->hidden ) { ?> <img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> /> <?php } ?> </a> <a href="<?php echo $image->ngg_custom_fields["gamename"]; ?>"> </div> </div> <?php if ( $image->hidden ) continue; ?> <?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?> <br style="clear: both" /> <?php } ?> <?php endforeach; ?> <!-- Pagination --> <?php echo $pagination ?> </div> <?php endif; ?>
Forum: Plugins
In reply to: [NextGEN Custom Fields] custom fields not showingi cant upload screenshot
Forum: Plugins
In reply to: [NextGEN Custom Fields] custom fields not showingi want to show custom fields like title,download under these images,i m running this on my local host.
Forum: Plugins
In reply to: [NextGEN Custom Fields] custom fields not showingi am providing u screenshot, i want to show custom fields like title,download under these images,i m running this on my local host.
Forum: Plugins
In reply to: [NextGEN Custom Fields] custom fields not showingthis code is also not working