For question around NextGEN Gallery please post at the official wordpress.org forums and add the tag “nextgen-gallery”, I will do my best to answer the question in a short time.

Please note :If you send via email a support question about my plugins I won’t respond. I cannot handle support in my email (I’ve tried) so your best bet is to ask your question on the Forums…

For question around wordTube please post at the official wordpress.org forums and add the tag “wordtube

Freshest question/answer from WordPress.org :

mor10 on "[Plugin: NextGEN Gallery] Album thumbnail link to post, not page" — 2 hours ago

Hah! I found an alternate solution: Just replace the entire drop-down menu with a simple text input field. True, I now have to manually find the ID for the target post, but it works perfectly.

So, for those of you playing along, in NextGen-gallery/admin/manage-images.php delete the following lines of code:

<select name="pageid" style="width:95%">
<option value="0" ><?php _e('Not linked', 'nggallery') ?></option>
<?php parent_dropdown($gallery->pageid); ?>
</select>

... and replace them with this:

<input name="pageid" type="text" />

Quod Erat Demonstrandum

*Big thanks to jageo for putting me on the right track*

thatryan on "[Plugin: NextGEN Gallery] hide all images until clicked?" — 2 hours ago

Is there a way, before I try to modify it all lol, to hide, or apply a CSS attribute, display:none; to the gallery images until I click on something? My goal is I want to click an icon, and then have it activate the lightbox gallery. Does that make sense? Thanks!

http://wordpress.org/extend/plugins/nextgen-gallery/

Rob Mackenzie on "Nextgen Gallery and Chrome stuck at "loading"" — 3 hours ago

@kingwm: Thank you a million times. And thanks too for the FileHippo link as that is the only one that worked. Now we can VERY happily get back to using NextGen... we have sure missed it.

kwoodall on "[Plugin: NextGEN Gallery] Video Support in NG Gallery?" — 4 hours ago

With your wonderful Wordtube I was hoping you might be supporting adding videos to the gallery plugin. Any chance of this soon?

Kermit Woodall
Managing Editor
GadgetNutz.com

kpkes@yahoo.com on "[Plugin: NextGEN Gallery] Singlepic return to top of page ?" — 8 hours ago

Update: I had Firefox 3.6 installed (on Mac). Downgrading to Firefox 3.5.7 fixed the problem.