A anyimg Chevereto Member Jun 16, 2017 #1 Hello, Most images contain random titles I want to hide titles from pictures, can you tell me how to do this? I can edit php files but need to guide me to the required file.
Hello, Most images contain random titles I want to hide titles from pictures, can you tell me how to do this? I can edit php files but need to guide me to the required file.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jun 16, 2017 #2 Titles are not that random because is generated from the filename. Anyway, check class.image.php to get rid of that.
Titles are not that random because is generated from the filename. Anyway, check class.image.php to get rid of that.
A anyimg Chevereto Member Jun 16, 2017 #3 Rodolfo said: Titles are not that random because is generated from the filename. Anyway, check class.image.php to get rid of that. Click to expand... Yes, but most users have files with random names (numbers and letters) Thanks for your help.
Rodolfo said: Titles are not that random because is generated from the filename. Anyway, check class.image.php to get rid of that. Click to expand... Yes, but most users have files with random names (numbers and letters) Thanks for your help.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jun 16, 2017 #4 app/lib/classes/class.image.php Replace this: PHP: if(!array_key_exists('title', $params)) { With this: PHP: if(1>2 && !array_key_exists('title', $params)) {
app/lib/classes/class.image.php Replace this: PHP: if(!array_key_exists('title', $params)) { With this: PHP: if(1>2 && !array_key_exists('title', $params)) {
A anyimg Chevereto Member Jun 18, 2017 #5 Nothing changed. I think I will make changes in the theme to hide titles. Thanks.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jun 18, 2017 #6 anyimg said: Nothing changed. I think I will make changes in the theme to hide titles. Thanks. Click to expand... In case you didn't noticed, this only affects new uploads. By the way, you can't detect if a title is random or not so try to don't hide good titles just because a bunch of bad titles.
anyimg said: Nothing changed. I think I will make changes in the theme to hide titles. Thanks. Click to expand... In case you didn't noticed, this only affects new uploads. By the way, you can't detect if a title is random or not so try to don't hide good titles just because a bunch of bad titles.