un_user
Forum Replies Created
-
Forum: Plugins
In reply to: [Husker Portfolio] [Plugin: Husker Portfolio] not uploading picturesThe problem is not the place of the uploading folder. It’s not uploading because there is typing mistake in the code – just rename the name of the plugin in wp-content/plugins/ from huskerportfolio to huskerPortfolio/ and now you should be able to upload images (you will have to reactivate the plugin) ??
p.s. Sorry for my EnglishHave you uploaded the imagerotator.swf ?
If no – download THIS, upload it trough wordpress, than go to the ngg slideshow settings page and find the button “Search now”, click at it and it should be working now.p.s. sorry for my English
You have to use the nextgen shorttags – HERE
It is working now.
Try to recreate the thumbnails in options gallery pages. If that doesn’t work change the gallery permissions to 777.
If I understand right you have to edit the style sheet template you use.
If that didn’t help- have you tried to change the size of thumbnail in nextgen administration settings?
p.s. sorry for my English
In nextgen administration there is an option to change the default gallery upload path but I’m not sure if the new path could be set on another server…
p.s.sorry for my EnglishAlex, i changed $gallery->pageid to $image->pageid and it works like a charm!!!
Thanks again.OK. Thanks, I’ll try it.
But how to get the page url dynamic?. What I want to do is this:
I have generated recent images on the frontpage. When a user clicked for example on image 1 and it pop-ups in lightbox I want there to show from wich gallery is the image and when the user clicked on that link to go to that gallery. Is there a way to do it?
p.s. sorry for my english
you can add anything you want in gallery.php > and include it in the “a” title attrybute(html elements must be encoded) . This is the line you’ll have to change :
<div class="ngg-gallery-thumbnail"> <strong><a href="<?php echo $image->imageURL ?>" title="blah...some encoded elements..." ></strong> <?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>
I found this too ?? -$gallerylist = $nggdb->find_all_galleries();
i found how to change the id on an element with the chosen one(see this), but how to list all galleries and their id’s?