I can't find anywhere in the admin section where this is done. I simply want to remove the video and music upload sections.
Thanks...
I can't find anywhere in the admin section where this is done. I simply want to remove the video and music upload sections. Thanks... |
There is no such setting option to disable music, videos. etc in groups. But you can try to do it manually, by removing links from sys_menu_top, sys_objects_action database tables and by editing form array in modules/boonex/groups/classes/BxGroupsFormAdd.php Rules → http://www.boonex.com/terms |
I manually edited the array and made modifications to the database table, thanks for your help. However, I can't figure out how to remove the Add Videos, Add Sounds and Add Files from the Actions block. I've found locations in several files that I thought would accomplish this but it doesn't seem to affect the display. Any help in the right direction would be greatly appreciated. Thanks... |
I manually edited the array and made modifications to the database table, thanks for your help. However, I can't figure out how to remove the Add Videos, Add Sounds and Add Files from the Actions block. I've found locations in several files that I thought would accomplish this but it doesn't seem to affect the display. Any help in the right direction would be greatly appreciated. Thanks... To remove these links, you need to look into sys_objects_action database table Rules → http://www.boonex.com/terms |
I manually edited the array and made modifications to the database table, thanks for your help. However, I can't figure out how to remove the Add Videos, Add Sounds and Add Files from the Actions block. I've found locations in several files that I thought would accomplish this but it doesn't seem to affect the display. Any help in the right direction would be greatly appreciated. Thanks... To remove these links, you need to look into sys_objects_action database table Ok, so I tried to remove the Add Videos button in the Actions block by removing the corresponding row from sys_objects_action table: {TitleUploadVideos} for bx_groups No luck though, the button is still there... Am I completely missing something? I restarted apache and mysql just in case there was some sort of cache issue, but still no luck |
You need to clean /cache/ dir in dolphin too. Rules → http://www.boonex.com/terms |
You need to clean /cache/ dir in dolphin too. Thanks for you reply Alex... I took a guess and cleared the cache earlier today and it solved the issue. I posted in my other thread regarding this matter but forgot to update this one. BTW, I appreciate all your help and I'm really enjoying the architecture of this application... |