Hi,I want to turn off gallery owner showing thing, But I couldnt find how to do it. Should I setup gallery program again? Thanks
You can rerun the configuration or just edit the config.php file and change the following:
$gallery->app->default["showOwners"] = "yes";
- to -
$gallery->app->default["showOwners"] = "no";
ok thanks alot thats it I am doing it...Just one more thing in main page sub folder's(Sub-Albums) hits seems always 0. What is it?
Posts: 487
You can rerun the configuration or just edit the config.php file
and change the following:
$gallery->app->default["showOwners"] = "yes";
- to -
$gallery->app->default["showOwners"] = "no";
Posts: 8
ok thanks alot thats it I am doing it...Just one more thing in main page sub folder's(Sub-Albums) hits seems always 0. What is it?