How do I get rid of the dates in info boxes such as video info, photo info, sound info, etc.? I don't people to look at the dates and think my sites is old and out dated. Thanks.
How do I get rid of the dates in info boxes such as video info, photo info, sound info, etc.? I don't people to look at the dates and think my sites is old and out dated. Thanks. |
Hello You need to edit inc/classes/BxDolFilesTemplate.php file and find getBasicFileInfoForm function. Then find the following code in it $aForm = array( and replace it with this one $aForm = array(); It will remove Date from Info blocks on File, Photo, Sound, Video view pages. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
AntonL, I tried but it didn't work. Dolpin 7.1.4 |
AntonL, I tried but it didn't work. Dolpin 7.1.4 I have to ask, did you clear caches, both files and admin and sometimes even your browser cache will need clearing. Geeks, making the world a better place |
yes, clear all cache, user a new computer to browse the site etc... |
Cool it worked! Now nobody has to know that all my videos and photos are all old. People can see it as being a new site again! |
Hello Cool it worked! Now nobody has to know that all my videos and photos are all old. People can see it as being a new site again! It's great! Good luck. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Hello AntonL,
I tried but it didn't work. Dolpin 7.1.4 I tested the mod on clean Dolphin 7.1.4 and it worked for me. Are you sure that the changes were done in correct place and saved? Also if you have some custom mods they can prevent the correct work of the mod. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |