statusnet
Discussions
Activity
Sign In
Not allowing upload
luisgzafra
April 2012
in
General
I need to delete the file upload function, how I can do?
Thanks! :)
Comments
lnxwalt
April 2012
I'm pretty sure you can do this from config.php.
luisgzafra
April 2012
I saw the README (
http://gitorious.org/statusnet/mainline/blobs/master/README
) and i didn't see nothing.
What is the variable?
habi
April 2012
Did you take a look at config.php.sample? There are several lines in there dealing with 'attachment'. I don't know if you can just set the attachment support to 'false' with
$config['attachments']['supported'] = false;
Does that work?
luisgzafra
May 2012
I hadn't the config.php.sample because i deleted it when i saw the config.php :=
I have found
http://gitorious.org/statusnet/mainline/blobs/0.9.x/config.php.sample
:)
Sign In
or
Register
to comment.
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
All Categories
2.3K
General
1.5K
Plugins
282
Themes
57
Installation
282
status.net service
117
Hosting
15
StatusNet Desktop
24
Powered by Vanilla
Comments
What is the variable?
$config['attachments']['supported'] = false;
Does that work?
I have found http://gitorious.org/statusnet/mainline/blobs/0.9.x/config.php.sample :)