Forum Replies Created

Viewing 16 replies (of 16 total)
  • Thread Starter jamin84

    (@jamin84)

    Update: I created a custom function similar to “nggDisplayRecentImages” in the nggwidget.php file and created a customized “ngg_widget_output” to show the thumbs. Some more php code in sidebar.php which looks at the $p value, finds the appropriate galleryID from a database I created and outputs the pics based on that.

    The problem I now face is how to correlate galleries with future posts and where to store that relationship. I created a table for this purpose, with the galleryID and postID, and am fooled as to how to insert values into it automatically with every new post and new gallery. The intent is to be able to match a new gallery to a new post from the admin panel.

Viewing 16 replies (of 16 total)