• Where can we get a list of ALL options possible within the tags?

    I specifically need to know how to show a gallery’s description on the page, and how to control it’s CSS and all…

    But I’m pretty sure I would like to know the other attributes possible within the [nggallery id=##] and the other tags we can insert regarding album, single pics and so forth…

Viewing 7 replies - 1 through 7 (of 7 total)
  • I think you want this:

    var_dump($album);
    var_dump($galleries);

    Thread Starter smumdax

    (@smumdax)

    Hum.. probably… but wouldn’t it be easier to simply list it in the FAQ of the plugin ?!?

    Anyway… I’ll try it, and come back here to list it MYSELF so that it can help others ??

    Edit: Did it… way to complicated for me (and probably for any novice users. Is there anything simpler ??

    I understand that [nggallery id=”1″] could also independantly accept these:
    show_slideshow = 0|1
    show_piclens = 0|1
    name = “enter the name of the gallery here”
    title = “enter the title of the gallery here”
    description = “enter the description of the gallery here”

    But that’s about as far as I can get…
    Is there a comprehensive list somewhere ?

    Is there something specific you are trying to do?

    Thread Starter smumdax

    (@smumdax)

    No, nothing specific… but as a web designer, I appreciate having a complete reference of possibilities… a list of HTML attributes, a list of all CSS and values… a guide to all PHP fonctions and so forth…

    Yes, I’m sorry… I know that this would be needed, I suggest to look into the templates (folder view) and play with them. Maybe someone find the time to write a extended description.

    Thread Starter smumdax

    (@smumdax)

    I’m back with more info on what I wish to accomplish…
    I’m trying to make a “List of collectibles I own”
    Each gallery would contain 4-5 pictures of the collectible.
    1 gallery. 1 collectible.

    I would like to have a preview image of my gallery.
    I would like to be able to choose which preview image I want.
    I would like to be able to style the preview image (size and border and such).

    I would like to have custom fields shown under this preview image.
    Custom fields such as: Date, Price, Manufacturer, Whatever

    I would like to click on the preview image, and that would bring me to a page that contains more info about the collectible, the custom fields would be there also, and all thumbnails of the gallery would be there.

    Clicking on the thumb would bring the big image up.

    Now, what I’ve managed to find:
    – $gallery–>previewurl is what gives me the URL for my preview image.
    – previewurl works in album.php but not in gallery.php
    – custom fields work in gallery.php but not in album.php

    So I’m kinda stuck here… ?? Can you help me ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: NextGEN Gallery] List of options’ is closed to new replies.