Does anyone know how can I remove the 'tags' field on the "Add photo", "View photo" and "Edit photo" pages?



Does anyone know how can I remove the 'tags' field on the "Add photo", "View photo" and "Edit photo" pages?
|
Hello, there no fast way. Tags was integrated into each of dolphin page :( And if you want remove all of them you need good developer . PS: If possible do not write me personally, please try to ask on the forum first |
Anyone please point me to the file that generate this text? |
Anyone please point me to the file that generate this text? u'll find it in inc/classes/ BxDolFilesTemplate.php same goes for description title etc... (it's a shared function) |
OK, Thanks. That right, this is the solution On the file inc/classes/ BxDolFilesTemplate.php I delete the rows:
and I solved the problem with tags on photo 2 and 3. But I steel have problem with photo 1 (when I want to publish a new photo or a new video).
Anyone please point me to the file that generate this text? |
SOLVED On the file inc/classes/BxDolFilesUploader.php I delete the rows:
|