• Hello,

    I’m trying to get any search plugin to work correctly with pagination and imagebrowser turned on in NextGEN Gallery Version 1.8.1.

    I’ve come across one solution that *almost does it right. It searches the table, wp_ngg_pictures, and returns the direct image location.

    But the problem is that I want the search to return the URL of the imagebrowser page, which means (I think), it would need to find 3 pieces of information –
    1. the gallery the image is in
    2. the nggpage its on
    3. the pid of the image

    The only problem is, from what I gather, nggpage is built dynamically, and not stored in a database anywhere. Is this correct? If that is the case, then essentially NO search engine is going to be able to link to the imagebrowser page, since its missing the nggpage, correct?

    I appreciate anyone’s information about this matter.

The topic ‘[Plugin: NextGEN Gallery] nggpage query’ is closed to new replies.