Login     Sign up
where can I edit the quick share buttons
Dennis Weaver (@den68)
Join date: Nov 29th 2010
Community posts: 50
View Profile
Send Message

I want to take the video button off of the quick share box, where would I be able to edit the buttons on the quick share menu.

Please help me.

172 months ago
Dennis Weaver (@den68)
Join date: Nov 29th 2010
Community posts: 50
View Profile
Send Message

I have e-mail'd jcow on several occassions and not as much as a BLANK-OFF from them.

172 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

jcowmaster.net will answer you.

file modules\videos\videos.hook.php

[code]
function videos_quick_share() {
return array(
'u' => array('access'=>'owner'),
'page' => array('access'=>'connected')
);
}
[/code]

delete the line
[code]
'u' => array('access'=>'owner'),

[/code]

or put // in front of this line

This will remove videos from the user profile quick share

172 months ago
Dennis Weaver (@den68)
Join date: Nov 29th 2010
Community posts: 50
View Profile
Send Message

Thank you very much, it helped me without a doubt friend.

172 months ago