Login     Sign up
Modification of Music Module?
thuvalpakshi (@thuvalpakshi)
Join date: Sep 2nd 2010
Community posts: 13
View Profile
Send Message

Anybody could modify the module Music share to file share. so that selected type of files can be shared in the site. it would be helpful for my students to share study materials.

Thank you very much

167 months ago
Mohammad Emran (@monemran)
Join date: Sep 15th 2010
Community posts: 28
View Profile
Send Message

i hope it can be done by these way:

open music.php from modules/music/ folder.

go to hook_writestorypost(&$story) function.

comment all code of function and put
[code]
$uri = save_file($_FILES['song'],array('doc','xls'));
$story['var1'] = $uri;
[/code]

i hope it will upload any type file.[please keep backup first]

167 months ago