WPIntell

Source evidence

userside gallery search

NextGEN Gallery Search 路 support 路 2014-04-04T19:35:00+00:00

complaintsentiment
mediumseverity
0.8relevance
10replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
bartokai unresolved
Handy dandy this backside search! Thanks! I would like one to for user-side! PS what alternative is there to prevGEN? 馃槈 https://wordpress.org/plugins/nextgen-gallery-search-galleries/ Hi Bart, glad you like it! Someone asked this question before and I don鈥檛 know if there is one. I will see if I have some time left to make this work in the next version. I would also like this to happen. I鈥檓 building a stock photo kind of site and NextGen Gallery is my choice of media handler. Though I would like for users to search for images. Like what stock photo sites are use to doing. I鈥檓 throwing my want in this mix as well. Much like barthoogendijk and vanduzled I too would love to see users able to search. Yeah, would like to see a user side search, too! Would be great ! Would Like to add my yes please please too! Would like to add a bounty of $100 for this feature Just to let everyone know I didn鈥檛 forget the request for frontend search, I just didn鈥檛 have time to get to it yet. I will try to take a look later this month. Keep you posted! Just adding my wishes too 馃檪 I look forward to have this feature, thanks for getting back to us Koen. Good luck. Hello there, i just wished the same and couldnt find it anywhere in the web, which is a mystery to me because it seems such a natural need, and i wonder that from the 11 million downloads of NGG there are not at least 1 million requesting this feature 馃檪 With a little bit of inventiveness i now patchworked a two lines supereasy solution for myself, which should do it until Koen extended his plugin. It only works with one searchword for the moment, at least it just ignores additional words and not leading to malfunction. So i have just put <?php $search_query = get_search_query(); echo do_shortcode( '[nggtags gallery=' . $search_query . ' ]' );?> into my search.php, and it works! As result it gives back a list of thumbs of the images that are tagged with the search term. Maybe someone can make it work even with more search terms ( i am not php enough but it should be very easy since just all spacebars have to be replaced with commas (search query gives back word1 word2 and the shortcode needs word1,word2)) So far for tonight, i also wrote to photocrati, since i really cannot believe this doesnt exist yet. Maybe in PRO or PLUS versions they have it. I鈥檒l keep you up-to-date. Best wishes Sofian

Comments

10 shown
Koen Schuit 2014-04-13T08:34:00+00:00

Hi Bart, glad you like it! Someone asked this question before and I don鈥檛 know if there is one. I will see if I have some time left to make this work in the next version.

vanduzled 2014-04-22T08:14:00+00:00

I would also like this to happen. I鈥檓 building a stock photo kind of site and NextGen Gallery is my choice of media handler. Though I would like for users to search for images. Like what stock photo sites are use to doing.

nppbc 2014-04-28T04:22:00+00:00

I鈥檓 throwing my want in this mix as well.

SetMonkey13 2014-05-28T00:28:00+00:00

Much like barthoogendijk and vanduzled I too would love to see users able to search.

twoworlds 2014-07-21T09:15:00+00:00

Yeah, would like to see a user side search, too! Would be great !

DesignDNA 2014-08-13T13:56:00+00:00

Would Like to add my yes please please too!

mynoch 2014-08-15T18:17:00+00:00

Would like to add a bounty of $100 for this feature

Koen Schuit 2014-08-19T16:08:00+00:00

Just to let everyone know I didn鈥檛 forget the request for frontend search, I just didn鈥檛 have time to get to it yet. I will try to take a look later this month. Keep you posted!

Sabaote 2014-08-20T01:28:00+00:00

Just adding my wishes too 馃檪 I look forward to have this feature, thanks for getting back to us Koen. Good luck.

Sofian777 2014-11-18T00:59:00+00:00

Hello there, i just wished the same and couldnt find it anywhere in the web, which is a mystery to me because it seems such a natural need, and i wonder that from the 11 million downloads of NGG there are not at least 1 million requesting this feature 馃檪 With a little bit of inventiveness i now patchworked a two lines supereasy solution for myself, which should do it until Koen extended his plugin. It only works with one searchword for the moment, at least it just ignores additional words and not leading to malfunction. So i have just put <?php $search_query = get_search_query(); echo do_shortcode( '[nggtags gallery=' . $search_query . ' ]' );?> into my search.php, and it works! As result it gives back a list of thumbs of the images that are tagged with the search term. Maybe someone can make it work even with more search terms ( i am not php enough but it should be very easy since just all spacebars have to be replaced with commas (search query gives back word1 word2 and the shortcode needs word1,word2)) So far for tonight, i also wrote to photocrati, since i really cannot believe this doesnt exist yet. Maybe in PRO or PLUS versions they have it. I鈥檒l keep you up-to-date. Best wishes Sofian