Random and Recnet Gallery Scripts Broken after Update
-
After updating to NGG 2.0.11 the following scripts I have hard-coded into page templates no longer work.
Display Recent Images:
if (function_exists(nggDisplayRecentImages)) { nggDisplayRecentImages(12,100,75); }
Display Random Images:
if (function_exists(nggDisplayRandomImages)) { nggDisplayRandomImages(8,100,75); }
If this functionality has been removed, I’m hoping there is now a way to insert random/recent image galleries. The Insert Gallery button, however, is no longer found in the tools tray of the page/post editor.
Thanks in advance for any feedback!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Random and Recnet Gallery Scripts Broken after Update’ is closed to new replies.