• Hi, alex, nice job.
    I was wondering if it’s possible to do a widget that lists galleries in the sidebar, like :

    foreach(galleries,n=galleryid)
    {
    [gallery=n]
    }

    or a way to list an album’s contents (its galleries) like [album=i,extend] but in the sidebar; this would be a nice feature.

    Thanks…

Viewing 1 replies (of 1 total)
  • Thread Starter sico2819

    (@sico2819)

    ok, I auto-solved this issue, by installing a plugin wich allows php code execution in text widgets, like exec-php or another one.
    Then, I created a text widget with inside : <?php echo(searchnggallerytags(‘[album=1]’)); ?> , where 1 is the ID of an album grouping all my galleries.

    See ya next time for another challenge…

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Gallery] For alex rabe : request…’ is closed to new replies.