Quote:
Originally Posted by cellarius
Try this (untested):
In your photoplog config file, find twice:
PHP Code:
WHERE userid = $userid AND moderate = 0" . $where_add . "
replace twice with:
PHP Code:
WHERE moderate = 0" . $where_add . "
This should show all images. If you want to show images of one user specifically, replace $userid with the userid of that user.
|
Perfect. Thanks.
One more thing. On the drop down of the popup is says photoplog. How do I change this to reflect the name of my photoplog (Gallery).